HomeSort by: relevance | last modified time | path
    Searched defs:target_id (Results 1 - 24 of 24) sorted by relevancy

  /src/usr.bin/ipcrm/
ipcrm.c 215 int c, result, errflg, target_id; local
223 target_id = 0;
249 target_id = atoi(optarg);
266 result = msgrm((key_t)0, target_id);
269 result = shmrm((key_t)0, target_id);
272 result = semrm((key_t)0, target_id);
287 if (target_id) {
289 IPC_TO_STR(toupper(c)), target_id);
  /src/sys/dev/ic/
aic79xx_osm.c 337 u_int target_id; local
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
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
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
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
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
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
    [all...]
aic7xxx.c 4665 u_int target_id; local
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...]
siopreg.h 487 uint8_t target_id; member in struct:nvram_symbios::nvram_symbios_scam
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/external/gpl3/gcc/dist/gcc/
ipa-profile.cc 170 : target_id (id), target_probability (prob)
175 unsigned int target_id; member in struct:speculative_call_target
176 /* Probability that call will land in function with target_id. */
221 n2 = find_func_by_profile_id (item.target_id);
228 item.target_id,
358 gcc_assert (item.target_id);
359 streamer_write_hwi_stream (ob->main_stream, item.target_id);
459 unsigned int target_id = streamer_read_hwi (ib); local
461 speculative_call_target item (target_id, target_probability);
823 e->target_id. Now, at link time, we can look up correspondin
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-profile.cc 168 : target_id (id), target_probability (prob)
173 unsigned int target_id; member in struct:speculative_call_target
174 /* Probability that call will land in function with target_id. */
219 n2 = find_func_by_profile_id (item.target_id);
226 item.target_id,
356 gcc_assert (item.target_id);
357 streamer_write_hwi_stream (ob->main_stream, item.target_id);
457 unsigned int target_id = streamer_read_hwi (ib); local
459 speculative_call_target item (target_id, target_probability);
822 e->target_id. Now, at link time, we can look up correspondin
    [all...]
  /src/sbin/iscsid/
iscsid.h 226 uint32_t target_id; member in struct:__anon756
232 target_id
246 iscsid_sym_id_t target_id; member in struct:__anon757
253 target_id
264 iscsid_sym_id_t target_id; member in struct:__anon758
269 target_id
281 iscsid_sym_id_t target_id; member in struct:__anon759
303 target_id
352 iscsid_sym_id_t target_id; member in struct:__anon761
362 target_id
495 iscsid_sym_id_t target_id; member in struct:__anon767
521 iscsid_sym_id_t target_id; member in struct:__anon768
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 2521 void *target_id; local
2579 target_id = ctf_dynhash_lookup (td->cd_output_emission_hashes, hval);
2580 if (!target_id)
2589 target_id = ctf_dynhash_lookup (od->cd_output_emission_hashes, hval);
2606 if (!ctf_assert (output, target_id))
2608 return (ctf_id_t) (uintptr_t) target_id;
2993 void *input_id, *target_id; local
3000 &input_id, &target_id)) == 0)
3016 target_num = CTF_DEDUP_GID_TO_INPUT (target_id);
3029 target_type = CTF_DEDUP_GID_TO_TYPE (target_id);
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 2498 void *target_id; local
2556 target_id = ctf_dynhash_lookup (td->cd_output_emission_hashes, hval);
2557 if (!target_id)
2566 target_id = ctf_dynhash_lookup (od->cd_output_emission_hashes, hval);
2583 if (!ctf_assert (output, target_id))
2585 return (ctf_id_t) (uintptr_t) target_id;
2967 void *input_id, *target_id; local
2974 &input_id, &target_id)) == 0)
2990 target_num = CTF_DEDUP_GID_TO_INPUT (target_id);
3003 target_type = CTF_DEDUP_GID_TO_TYPE (target_id);
    [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...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 2596 void *target_id; local
2654 target_id = ctf_dynhash_lookup (td->cd_output_emission_hashes, hval);
2655 if (!target_id)
2664 target_id = ctf_dynhash_lookup (od->cd_output_emission_hashes, hval);
2681 if (!ctf_assert (output, target_id))
2683 return (ctf_id_t) (uintptr_t) target_id;
3147 void *input_id, *target_id; local
3154 &input_id, &target_id)) == 0)
3170 target_num = CTF_DEDUP_GID_TO_INPUT (target_id);
3183 target_type = CTF_DEDUP_GID_TO_TYPE (target_id);
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 2596 void *target_id; local
2654 target_id = ctf_dynhash_lookup (td->cd_output_emission_hashes, hval);
2655 if (!target_id)
2664 target_id = ctf_dynhash_lookup (od->cd_output_emission_hashes, hval);
2681 if (!ctf_assert (output, target_id))
2683 return (ctf_id_t) (uintptr_t) target_id;
3147 void *input_id, *target_id; local
3154 &input_id, &target_id)) == 0)
3170 target_num = CTF_DEDUP_GID_TO_INPUT (target_id);
3183 target_type = CTF_DEDUP_GID_TO_TYPE (target_id);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
thread.c 1088 std::string target_id = target_pid_to_str (tp->ptid); local
1093 return string_printf ("%s \"%s\" (%s)", target_id.c_str (), name,
1096 return string_printf ("%s (%s)", target_id.c_str (), extra_info);
1098 return string_printf ("%s \"%s\"", target_id.c_str (), name);
1100 return target_id;
  /src/external/gpl3/gdb.old/dist/gdb/
thread.c 1077 std::string target_id = target_pid_to_str (tp->ptid); local
1082 return string_printf ("%s \"%s\" (%s)", target_id.c_str (), name,
1085 return string_printf ("%s (%s)", target_id.c_str (), extra_info);
1087 return string_printf ("%s \"%s\"", target_id.c_str (), name);
1089 return target_id;
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 1395 int target_id; member in struct:gomp_device_descr
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 1223 int target_id; member in struct:gomp_device_descr
  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 1023 ENUM_BITFIELD (elf_target_id) target_id : 8;
1021 ENUM_BITFIELD (elf_target_id) target_id : 8; member in struct:elf_backend_data
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 1006 enum elf_target_id target_id;
1004 enum elf_target_id target_id; member in struct:elf_backend_data
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 994 enum elf_target_id target_id;
992 enum elf_target_id target_id; member in struct:elf_backend_data
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 991 enum elf_target_id target_id;
989 enum elf_target_id target_id; member in struct:elf_backend_data

Completed in 77 milliseconds