/src/usr.bin/ipcrm/ |
ipcrm.c | 218 int c, result, errflg, target_id; local in function:main 226 target_id = 0; 252 target_id = atoi(optarg); 269 result = msgrm((key_t)0, target_id); 272 result = shmrm((key_t)0, target_id); 275 result = semrm((key_t)0, target_id); 290 if (target_id) { 292 IPC_TO_STR(toupper(c)), target_id);
|
/src/sys/dev/ic/ |
aic79xx_osm.c | 337 u_int target_id; local in function:ahd_action 348 target_id = periph->periph_target; 357 target_id, &tstate); 363 col_idx = AHD_BUILD_COL_IDX(target_id, 383 hscb->scsiid = BUILD_SCSIID(ahd, sim, target_id, our_id); 412 int target_id, our_id, first; local in function:ahd_action 419 target_id = xm->xm_target; 423 tinfo = ahd_fetch_transinfo(ahd, channel, our_id, target_id, 425 ahd_compile_devinfo(&devinfo, our_id, target_id, 437 if (ahd->inited_target[target_id] == 0) [all...] |
aic7xxx_osm.c | 341 u_int target_id; local in function:ahc_action 348 target_id = periph->periph_target; 374 hscb->scsiid = BUILD_SCSIID(ahc, 0, target_id, our_id); 400 int target_id, our_id, first; local in function:ahc_action 407 target_id = xm->xm_target; 411 tinfo = ahc_fetch_transinfo(ahc, channel, our_id, target_id, 413 ahc_compile_devinfo(&devinfo, our_id, target_id, 425 if (ahc->inited_target[target_id] == 0) { 434 ahc->inited_target[target_id] = 1;
|
advlib.c | 1536 ASC_SCSI_BIT_ID_TYPE target_id; local in function:AscIsrQDone 1559 target_id = ASC_TIX_TO_TARGET_ID(scsiq->d2.target_ix); 1579 if (sc->queue_full_or_busy & target_id) { 1585 scsi_busy &= ~target_id; 1587 sc->queue_full_or_busy &= ~target_id; 1660 ASC_SCSI_BIT_ID_TYPE target_id; local in function:AscIsrChipHalted 1670 target_id = ASC_TID_TO_TARGET_ID(tid_no); 1672 if (sc->pci_fix_asyn_xfer & target_id) { 1679 if (sc->pci_fix_asyn_xfer & target_id) { 1685 if (sc->pci_fix_asyn_xfer & target_id) { 2886 ASC_SCSI_BIT_ID_TYPE target_id; local in function:AscResetDevice [all...] |
siopreg.h | 487 uint8_t target_id; member in struct:nvram_symbios::nvram_symbios_scam
|
aic7xxx.c | 4665 u_int target_id; local in function:ahc_init 4670 target_id = i; 4674 target_id = i % 8; 4677 target_id, &tstate); 6797 if (ccb->ccb_h.target_id == CAM_TARGET_WILDCARD 6805 if (ccb->ccb_h.target_id > max_id) 6811 *tstate = ahc->enabled_targets[ccb->ccb_h.target_id]; 6851 if (ccb->ccb_h.target_id != our_id) { 6911 && ccb->ccb_h.target_id != CAM_TARGET_WILDCARD) { 6929 target = ccb->ccb_h.target_id; [all...] |
adwlib.h | 723 u_int8_t target_id; /* Device target identifier. */ member in struct:adw_scsi_req_q 1030 #define ADW_RESET_DEVICE(sc, target_id) \ 1031 AdwSendIdleCmd((sc), (u_int16_t) IDLE_CMD_DEVICE_RESET, (target_id), 0)
|
advlib.h | 443 u_int8_t target_id; member in struct:asc_scisq_1
|
/src/sbin/iscsid/ |
iscsid.h | 226 uint32_t target_id; member in struct:__anonacab674b0a08 232 target_id 246 iscsid_sym_id_t target_id; member in struct:__anonacab674b0b08 253 target_id 264 iscsid_sym_id_t target_id; member in struct:__anonacab674b0c08 269 target_id 281 iscsid_sym_id_t target_id; member in struct:__anonacab674b0d08 303 target_id 352 iscsid_sym_id_t target_id; member in struct:__anonacab674b0f08 362 target_id 495 iscsid_sym_id_t target_id; member in struct:__anonacab674b1508 521 iscsid_sym_id_t target_id; member in struct:__anonacab674b1608 [all...] |
/src/sys/dev/ieee1394/ |
sbp.c | 313 int target_id; member in struct:sbp_target 683 printf("target %d lun %d found\n", target->target_id, lun); 691 target->target_id); 761 sdev->target->target_id, 834 target->target_id = 0; 934 printf("%s %d\n", __func__, target->target_id); 1140 scsi_probe_bus(sc_bus, target->target_id, 1143 target->target_id, lun); 1761 l, target->target_id); 2095 target->target_id, sdev->lun_id, DETACH_FORCE) != 0) [all...] |