| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/ |
| multi-target-thread-find.exp | 49 set target_id($i) "" 55 set target_id($thr_num) $expect_out(2,string) 94 set target_id_re [string_to_regexp $target_id($find_inf)] 95 gdb_test "thread find $target_id($find_inf)" \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/ |
| multi-target-thread-find.exp | 49 set target_id($i) "" 55 set target_id($thr_num) $expect_out(2,string) 94 set target_id_re [string_to_regexp $target_id($find_inf)] 95 gdb_test "thread find $target_id($find_inf)" \
|
| /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/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...] |
| iscsid_targets.c | 374 res->target_id = target->entry.sid.id; 473 if ((target = find_target(par->list_kind, &par->target_id)) == NULL) 498 if ((target = find_target(par->list_kind, &par->target_id)) == NULL) { 549 res->target_id = target->entry.sid; 591 par->target_id.id, par->target_id.name, 594 if ((target = find_target(TARGET_LIST, &par->target_id)) == NULL) { 623 res->target_id = target->entry.sid; 671 res->target_id = starg->entry.sid; 675 res->target_id = portal->target->entry.sid [all...] |
| /src/external/mpl/bind/dist/doc/arm/ |
| conf.py | 56 target_id = "index-%s" % self.env.new_serialno("index") 58 ("single", "ISC Knowledgebase; " + cve_identifier, target_id, "", None) 62 target = nodes.target("", "", ids=[target_id]) 92 target_id = "index-%s" % self.env.new_serialno("index") 93 entries = [("single", "GitLab; " + gl_identifier, target_id, "", None)] 96 target = nodes.target("", "", ids=[target_id])
|
| /src/sbin/iscsictl/ |
| iscsic_daemonif.c | 77 tid = res->target_id; 80 printf("Added Send Target %d\n", res->target_id); 82 printf("Added Target %d", res->target_id); 95 opt.target_id.id = tid; 106 auth.target_id.id = tid; 316 if (!cl_get_id('I', &port.target_id, argc, argv)) { 331 res->portal_id.id, res->target_id.id); 368 printf("%6d", targ->target_id.id); 369 if (targ->target_id.name[0]) { 370 printf(" [%s]", targ->target_id.name) [all...] |
| /src/sys/dev/ic/ |
| 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...] |
| 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;
|
| adw.c | 649 scsiqp->target_id = periph->periph_target; 1066 adw_print_info(sc, scsiq->target_id); 1070 sc->sc_freeze_dev[scsiq->target_id] = 0; 1079 sc->sc_freeze_dev[scsiq->target_id] = 1; 1084 sc->sc_freeze_dev[scsiq->target_id] = 1;
|
| 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)
|
| /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/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/gdb.old/dist/bfd/ |
| elfxx-x86.c | 37 get_elf_backend_data (abfd)->target_id); 56 htab = elf_x86_hash_table (info, bed->target_id); 101 htab = elf_x86_hash_table (info, bed->target_id); 372 if (bed->target_id == X86_64_ELF_DATA) 434 if (bed->target_id == I386_ELF_DATA 734 bed->target_id)) 740 if (bed->target_id == X86_64_ELF_DATA) 761 if (bed->target_id == X86_64_ELF_DATA) 876 htab = elf_x86_hash_table (info, bed->target_id); 945 htab = elf_x86_hash_table (info, bed->target_id); [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| oacc-init.c | 76 if (disp->target_id != 0) 506 if (thr && thr->dev && (thr->dev->target_id == ord || ord < 0)) 750 return thr->dev->target_id; 811 return thr->dev->openacc.get_property_func (thr->dev->target_id, prop); 833 return dev->openacc.get_property_func (dev->target_id, prop);
|
| oacc-parallel.c | 144 prof_info.device_number = acc_dev->target_id; 395 prof_info.device_number = acc_dev->target_id; 500 prof_info.device_number = acc_dev->target_id; 580 prof_info.device_number = acc_dev->target_id;
|
| target.c | 203 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size)) 220 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size, aq)) 420 if (!devicep->free_func (devicep->target_id, devptr)) 1238 tgt->to_free = devicep->alloc_func (devicep->target_id, 2103 = devicep->load_image_func (devicep->target_id, version, 2191 devicep->target_id. */ 2242 if (!devicep->unload_image_func (devicep->target_id, version, target_data)) 2383 if (!devicep->init_device_func (devicep->target_id)) 2412 ret &= devicep->fini_device_func (devicep->target_id); 2581 devicep->run_func (devicep->target_id, fn_addr, (void *) tgt_vars->tgt_start [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| oacc-init.c | 76 if (disp->target_id != 0) 506 if (thr && thr->dev && (thr->dev->target_id == ord || ord < 0)) 750 return thr->dev->target_id; 811 return thr->dev->openacc.get_property_func (thr->dev->target_id, prop); 833 return dev->openacc.get_property_func (dev->target_id, prop);
|
| oacc-parallel.c | 142 prof_info.device_number = acc_dev->target_id; 395 prof_info.device_number = acc_dev->target_id; 501 prof_info.device_number = acc_dev->target_id; 581 prof_info.device_number = acc_dev->target_id;
|
| target.c | 243 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size)) 260 if (!copy_func (devicep->target_id, dstaddr, srcaddr, size, aq)) 463 if (!devicep->free_func (devicep->target_id, devptr)) 1298 tgt->to_free = devicep->alloc_func (devicep->target_id, 1796 devicep->target_id); 1802 devicep->target_id); 2230 devicep->target_id); 2235 (unsigned long) sizes[i], devicep->target_id); 2356 = devicep->load_image_func (devicep->target_id, version, 2466 devicep->target_id. * [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-x86.c | 62 htab = elf_x86_hash_table (info, bed->target_id); 107 htab = elf_x86_hash_table (info, bed->target_id); 378 if (bed->target_id == X86_64_ELF_DATA) 440 if (bed->target_id == I386_ELF_DATA 734 if (bed->target_id == X86_64_ELF_DATA) 756 if (bed->target_id == X86_64_ELF_DATA) 876 htab = elf_x86_hash_table (info, bed->target_id); 949 htab = elf_x86_hash_table (info, bed->target_id); 956 is_x86_64 = bed->target_id == X86_64_ELF_DATA; 1100 htab = elf_x86_hash_table (info, bed->target_id); [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-x86.c | 54 htab = elf_x86_hash_table (info, bed->target_id); 99 htab = elf_x86_hash_table (info, bed->target_id); 370 if (bed->target_id == X86_64_ELF_DATA) 432 if (bed->target_id == I386_ELF_DATA 725 if (bed->target_id == X86_64_ELF_DATA) 747 if (bed->target_id == X86_64_ELF_DATA) 867 htab = elf_x86_hash_table (info, bed->target_id); 937 htab = elf_x86_hash_table (info, bed->target_id); 944 is_x86_64 = bed->target_id == X86_64_ELF_DATA; 1089 htab = elf_x86_hash_table (info, bed->target_id); [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elfxx-x86.c | 54 htab = elf_x86_hash_table (info, bed->target_id); 99 htab = elf_x86_hash_table (info, bed->target_id); 370 if (bed->target_id == X86_64_ELF_DATA) 432 if (bed->target_id == I386_ELF_DATA 736 if (bed->target_id == X86_64_ELF_DATA) 758 if (bed->target_id == X86_64_ELF_DATA) 874 htab = elf_x86_hash_table (info, bed->target_id); 943 htab = elf_x86_hash_table (info, bed->target_id); 950 is_x86_64 = bed->target_id == X86_64_ELF_DATA; 1100 htab = elf_x86_hash_table (info, bed->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...] |