Home
last modified time | relevance | path

Searched refs:dstat (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/ncr/
HDncr.c1254 static void ncr_int_ma(ncb_p np, u_char dstat);
5178 static void ncr_log_hard_error(ncb_p np, u_short sist, u_char dstat) argument
5211 (unsigned)INB (nc_sdid)&0x0f, dstat, sist,
5239 u_char istat, dstat; local
5261 dstat = (istat & DIP) ? INB (nc_dstat) : 0;
5267 dstat,sist,
5270 if ((dstat==DFE) && (sist==PAR)) return;
5298 !(dstat & (MDPE|BF|ABRT|SIR))) {
5310 !(dstat & (MDPE|BF|ABRT|SIR|IID))) {
5311 ncr_int_ma (np, dstat);
[all …]
/NextBSD/sys/cam/scsi/
HDscsi_sg.c808 u_short hstat, dstat; in sgread() local
842 sg_scsiio_status(csio, &hstat, &dstat); in sgread()
844 hdr->driver_status = dstat; in sgread()
869 if (dstat == DRIVER_SENSE) { in sgread()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_db_files.c163 struct stat dstat; in osm_db_init() local
181 if (lstat(p_db_imp->db_dir_name, &dstat)) { in osm_db_init()
/NextBSD/sys/dev/sym/
HDsym_hipd.c2204 static void sym_log_hard_error (hcb_p np, u_short sist, u_char dstat);
3684 static void sym_log_hard_error(hcb_p np, u_short sist, u_char dstat) in sym_log_hard_error() argument
3716 sym_name (np), (unsigned)INB (nc_sdid)&0x0f, dstat, sist, in sym_log_hard_error()
3736 if (dstat & (MDPE|BF)) { in sym_log_hard_error()
3812 u_char dstat; in sym_intr1() local
3851 dstat = 0; in sym_intr1()
3857 dstat |= INB (nc_dstat); in sym_intr1()
3865 dstat,sist, in sym_intr1()
3888 !(dstat & (MDPE|BF|ABRT|IID))) { in sym_intr1()
3891 else if (dstat & SIR) sym_int_sir (np); in sym_intr1()
[all …]