Home
last modified time | relevance | path

Searched refs:locs (Results 1 – 25 of 175) sorted by relevance

1234567

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opt/
Dinline-break.exp52 {enabled "y"} {locs 1} [list line $decimal] \
63 if {$locs == 1} {
71 for {set i 1} {$i <= $locs} {incr i} {
72 if {$locs > 1} {
79 if {$i < $locs} {
179 set results(2) [break_info_1 2 -locs 2 -source $srcfile -func "func2"]
181 set results(4) [break_info_1 4 -locs 2 -source $srcfile -func "func4b"]
182 set results(5) [break_info_1 5 -locs 2 -source $srcfile -func "func5b"]
183 set results(6) [break_info_1 6 -locs 3 -source $srcfile -func "func6b"]
184 set results(7) [break_info_1 7 -locs 2 -source $srcfile -func "func7b"]
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dcondbreak-multi-context.exp176 set locs [lsort -integer "$loc_index(Base) $loc_index(C)"]
179 "$warning at location ${bpnum1}.[lindex $locs 0], disabling:" \
181 "$warning at location ${bpnum1}.[lindex $locs 1], disabling:" \
185 set locs [lsort -integer "$loc_index(Base) $loc_index(A)"]
188 "$warning at location ${bpnum2}.[lindex $locs 0], disabling:" \
190 "$warning at location ${bpnum2}.[lindex $locs 1], disabling:" \
233 set locs [lsort -integer "$loc_index(Base) $loc_index(A)"]
236 "${warning} at location ${bpnum1}.[lindex $locs 0], disabling:" \
238 "${warning} at location ${bpnum1}.[lindex $locs 1], disabling:" \
246 … "Breakpoint ${bpnum1}'s condition is now valid at location [lindex $locs 0], enabling." \
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcselib.h37 struct elt_loc_list *locs; member
121 if (!val->locs || val->locs->next in canonical_cselib_val()
122 || !val->locs->loc || GET_CODE (val->locs->loc) != VALUE in canonical_cselib_val()
123 || val->uid < CSELIB_VAL_PTR (val->locs->loc)->uid) in canonical_cselib_val()
126 canon = CSELIB_VAL_PTR (val->locs->loc); in canonical_cselib_val()
Dcselib.cc145 for (l = v->locs; l; l = l->next) in equal()
297 struct elt_loc_list *el, *next = val->locs; in new_elt_loc_list()
309 next = val->locs; in new_elt_loc_list()
329 if (CSELIB_VAL_PTR (loc)->locs) in new_elt_loc_list()
332 for (el = CSELIB_VAL_PTR (loc)->locs; el->next; el = el->next) in new_elt_loc_list()
338 gcc_checking_assert (CSELIB_VAL_PTR (el->loc)->locs->loc in new_elt_loc_list()
340 CSELIB_VAL_PTR (el->loc)->locs->loc = val->val_rtx; in new_elt_loc_list()
343 el->next = val->locs; in new_elt_loc_list()
344 next = val->locs = CSELIB_VAL_PTR (loc)->locs; in new_elt_loc_list()
373 CSELIB_VAL_PTR (loc)->locs = el; in new_elt_loc_list()
[all …]
/netbsd/src/sys/arch/alpha/mcbus/
Dmcbus.c125 int locs[MCBUSCF_NLOCS]; in mcbusattach() local
147 locs[MCBUSCF_MID] = 1; in mcbusattach()
150 .locators = locs)); in mcbusattach()
165 locs[MCBUSCF_MID] = mid; in mcbusattach()
169 .locators = locs)); in mcbusattach()
195 locs[MCBUSCF_MID] = mid; in mcbusattach()
198 .locators = locs)); in mcbusattach()
/netbsd/src/sys/kern/
Dkern_drvctl.c304 int locs[MAXLOCATORS]; in rescanbus() local
306 locs[i] = -1; in rescanbus()
309 locs[i] = locators[i]; in rescanbus()
327 (*ap)->ci_name, locs); in rescanbus()
338 rc = (*device_cfattach(d)->ca_rescan)(d, ifattr, locs); in rescanbus()
364 int *locs; in drvctl_ioctl() local
400 locs = kmem_alloc(locs_sz, KM_SLEEP); in drvctl_ioctl()
401 res = copyin(d->locators, locs, locs_sz); in drvctl_ioctl()
403 kmem_free(locs, locs_sz); in drvctl_ioctl()
407 locs = NULL; in drvctl_ioctl()
[all …]
/netbsd/src/sys/arch/mips/sibyte/dev/
Dsbscd.c106 int locs[SBSCDCF_NLOCS]; in sbscd_attach() local
114 locs[SBSCDCF_OFFSET] = sb1250_sbscd_devs[i].sa_offset; in sbscd_attach()
115 locs[SBSCDCF_INTR + 0] = in sbscd_attach()
117 locs[SBSCDCF_INTR + 1] = in sbscd_attach()
122 .locators = locs)); in sbscd_attach()
Dsbsmbus.c87 int locs[SMBUSCF_NLOCS]; in smbus_attach() local
100 locs[SMBUSCF_CHAN] = 0; /* XXX */ in smbus_attach()
101 locs[SMBUSCF_DEV] = smbus_devs[i].sa_device; in smbus_attach()
105 .locators = locs)); in smbus_attach()
Dsbobio.c206 int locs[SBOBIOCF_NLOCS]; in sbobio_attach() local
240 locs[SBOBIOCF_OFFSET] = devs[i].sa_offset; in sbobio_attach()
241 locs[SBOBIOCF_INTR + 0] = devs[i].sa_intr[0]; in sbobio_attach()
242 locs[SBOBIOCF_INTR + 1] = devs[i].sa_intr[1]; in sbobio_attach()
246 .locators = locs)); in sbobio_attach()
/netbsd/src/sys/arch/alpha/tlsb/
Dtlsb.c130 int locs[TLSBCF_NLOCS]; in tlsbattach() local
186 locs[TLSBCF_NODE] = node; in tlsbattach()
190 .locators = locs)); in tlsbattach()
234 locs[TLSBCF_NODE] = node; in tlsbattach()
238 .locators = locs)); in tlsbattach()
/netbsd/src/sys/dev/tc/
Dtc.c79 int locs[TCCF_NLOCS]; in tcattach() local
135 locs[TCCF_SLOT] = builtin->tcb_slot; in tcattach()
136 locs[TCCF_OFFSET] = builtin->tcb_offset; in tcattach()
142 .locators = locs)); in tcattach()
180 locs[TCCF_SLOT] = i; in tcattach()
181 locs[TCCF_OFFSET] = 0; in tcattach()
187 .locators = locs)); in tcattach()
Dioasic_subr.c61 int locs[IOASICCF_NLOCS]; in ioasic_attach_devs() local
74 locs[IOASICCF_OFFSET] = ioasic_devs[i].iad_offset; in ioasic_attach_devs()
77 .locators = locs)); in ioasic_attach_devs()
/netbsd/src/sys/dev/ata/
Data_raid.c117 ataraid_rescan(device_t self, const char *ifattr, const int *locs) in ataraid_rescan() argument
204 int locs[ATARAIDCF_NLOCS]; in ataraid_attach() local
215 locs[ATARAIDCF_VENDTYPE] = aai->aai_type; in ataraid_attach()
216 locs[ATARAIDCF_UNIT] = aai->aai_arrayno; in ataraid_attach()
220 .locators = locs)); in ataraid_attach()
/netbsd/src/sys/arch/arm/ep93xx/
Depsoc.c82 int locs[EPSOCCF_NLOCS]; in epsoc_attach() local
167 locs[EPSOCCF_ADDR] = EP93XX_APB_HWBASE + EP93XX_APB_TIMERS; in epsoc_attach()
170 .locators = locs)); in epsoc_attach()
172 locs[EPSOCCF_ADDR] = EP93XX_APB_HWBASE + EP93XX_APB_GPIO; in epsoc_attach()
176 .locators = locs))); in epsoc_attach()
/netbsd/src/sys/arch/pmax/ibus/
Dibus.c52 int locs[IBUSCF_NLOCS]; in ibusattach() local
67 locs[IBUSCF_ADDR] = (int32_t)MIPS_KSEG1_TO_PHYS(ia->ia_addr); in ibusattach()
71 .locators = locs)); in ibusattach()
/netbsd/src/sys/dev/isa/
Disa.c170 int locs[ISACF_NLOCS]; in isarescan() local
180 memcpy(locs, locators, sizeof(locs)); in isarescan()
188 if (locs[ISACF_SIZE] == -1) in isarescan()
189 locs[ISACF_SIZE] = ISACF_SIZE_DEFAULT; in isarescan()
190 if (locs[ISACF_IOSIZ] == -1) in isarescan()
191 locs[ISACF_IOSIZ] = ISACF_IOSIZ_DEFAULT; in isarescan()
195 .locators = locs)); in isarescan()
/netbsd/src/sys/arch/emips/ebus/
Debus.c53 int locs[EBUSCF_NLOCS]; in ebusattach() local
83 locs[EBUSCF_ADDR] = ia->ia_paddr; in ebusattach()
87 .locators = locs)) == NULL) { in ebusattach()
/netbsd/src/sys/arch/powerpc/ibm4xx/dev/
Dexb.c74 int locs[EXBCF_NLOCS]; in exb_attach() local
99 locs[EXBCF_ADDR] = ec->ec_addr; in exb_attach()
106 .locators = locs)); in exb_attach()
/netbsd/src/sbin/drvctl/
Ddrvctl.c75 int *locs, i; in main() local
148 locs = malloc((argc - 1) * sizeof(int)); in main()
149 if (!locs) in main()
152 locs[i] = atoi(argv[i + 1]); in main()
154 raa.locators = locs; in main()
/netbsd/src/tests/bin/sh/
Dt_input.sh111 for locs in '0 225' '0 224' '0 127 223' '0 10 15' '0 48 55' \
117 set -- $locs
153 atf_fail "${locs}: build failure"
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3obio.c286 int locs[OBIOCF_NLOCS]; in pq3obio_attach() local
287 locs[OBIOCF_ADDR] = OBIOCF_ADDR_DEFAULT; in pq3obio_attach()
288 locs[OBIOCF_SIZE] = OBIOCF_SIZE_DEFAULT; in pq3obio_attach()
289 locs[OBIOCF_CS] = OBIOCF_CS_DEFAULT; in pq3obio_attach()
292 .locators = locs)); in pq3obio_attach()
/netbsd/src/sys/dev/mca/
Dmca.c137 int locs[MCACF_NLOCS]; in mca_attach() local
152 locs[MCACF_SLOT] = slot; in mca_attach()
158 .locators = locs)); in mca_attach()
/netbsd/src/sys/arch/alpha/sableio/
Dsableio.c142 int locs[SABLEIOCF_NLOCS]; in sableio_attach() local
170 locs[SABLEIOCF_PORT] = sableio_devs[i].sd_ioaddr; in sableio_attach()
174 .locators = locs)); in sableio_attach()
/netbsd/src/sys/arch/mips/alchemy/
Daubus.c150 int locs[AUBUSCF_NLOCS]; in aubus_attach() local
169 locs[AUBUSCF_ADDR] = ad->addr[0]; in aubus_attach()
173 .locators = locs)); in aubus_attach()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Ddw2-is-stmt-2.exp158 set locs { { "Line 1." "line_label_2" } \
163 foreach entry $locs {
185 foreach entry $locs {

1234567