/src/sys/dev/i2o/ |
ld_iop.c | 491 int err, detail; local in function:ld_iop_intr 502 detail = le16toh(rb->detail); 503 if (detail >= __arraycount(ld_iop_errors)) 506 errstr = ld_iop_errors[detail]; 507 aprint_error_dev(dv, "error 0x%04x: %s\n", detail, errstr);
|
iop.c | 1705 im->im_detstatus = le16toh(rb->detail); 2261 u_int function, detail; local in function:iop_reply_print 2265 detail = le16toh(rb->detail); 2276 printf("%s: detail=0x%04x ictx=0x%08x tctx=0x%08x\n", 2277 device_xname(sc->sc_dev), detail, le32toh(rb->msgictx),
|
i2o.h | 201 u_int16_t detail; /* Detailed status code */ member in struct:i2o_reply 803 u_int16_t detail; member in struct:i2o_rbs_reply
|
/src/games/adventure/ |
init.c | 124 int turns, lmwarn, iwest, knfloc, detail, /* various flags and variable in typeref:typename:int 267 detail = 0;
|
/src/sys/arch/prep/include/ |
nvram.h | 109 uint8_t detail[20]; /* detail of error */ member in union:_ERROR_LOG::__anon8e5cb61b010a
|
/src/sys/dev/ic/ |
cissreg.h | 327 #define CISS_EVHW_FAN 2 /* detail as in CISS_EVPLUG_FAN */ 338 u_int16_t detail; member in struct:ciss_event
|
mfireg.h | 1429 union mfi_bbu_status_detail detail; member in struct:mfi_bbu_status
|