Searched refs:lbl (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-current/sys/lib/libkern/arch/hppa/
H A Dprefix.h38 #define MILLI_BE(lbl) \
40 ! ADDIL L%lbl-labl/**/lbl,r1\
41 ! .LABEL labl/**/lbl\
42 ! BE R%lbl-labl/**/lbl(sr7,r1)
44 #define MILLI_BEN(lbl) \
46 ! ADDIL L%lbl-labl/**/lbl,r1\
47 ! .LABEL labl/**/lbl\
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Daarch64_relocs.sh28 lbl=$2
32 found=`grep "<$lbl>:" $file`
34 echo "Label $lbl not found."
38 match_pattern=`grep "<$lbl>:" -A$line $file | tail -n 1 | grep -e "$pattern"`
40 echo "Expected pattern did not found in line $line after label $lbl:"
44 grep "<$lbl>:" -A$line $file
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
H A Dtdesc-reload.exp71 gdb_test -lbl "info all-registers" "" "Run info registers"
/netbsd-current/usr.sbin/ldpd/
H A Dlabel.c275 int lbl; local
277 for (lbl = min_label; lbl <= max_label; lbl++) {
279 if (l->binding == lbl)
282 return lbl;
/netbsd-current/sys/arch/sgimips/stand/sgivol/
H A Dsgivol.c81 struct disklabel lbl; variable in typeref:struct:disklabel
230 if (ioctl(fd, DIOCGDINFO, &lbl) == -1)
300 printf("disklabel shows %d sectors\n", lbl.d_secperunit);
344 volhdr->dp.dp_skew = lbl.d_trackskew;
352 volhdr->dp.dp_cyls = htobe16(lbl.d_ncylinders);
361 volhdr->dp.dp_trks0 = htobe16(lbl.d_ntracks);
362 volhdr->dp.dp_secs = htobe16(lbl.d_nsectors);
363 volhdr->dp.dp_secbytes = htobe16(lbl.d_secsize);
364 volhdr->dp.dp_interleave = htobe16(lbl.d_interleave);
371 volhdr->partitions[10].blocks = htobe32(lbl
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dcorefile-buildid.exp116 gdb_test_multiple "info files" "" -lbl {
129 gdb_test_multiple "" $test_name -lbl {
140 gdb_test_multiple "" $test_name -lbl {
H A Dmaint.exp227 gdb_test_multiple "maint print objfiles" "" -lbl {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcorefile-buildid.exp116 gdb_test_multiple "info files" "" -lbl {
129 gdb_test_multiple "" $test_name -lbl {
140 gdb_test_multiple "" $test_name -lbl {
H A Dmaint.exp233 gdb_test_multiple "$cmd $re" "$cmd" -lbl {
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DUserLabel.cc172 UserLabel *lbl = labels->fetch (i); local
173 char *s = lbl->dump ();
H A DExperiment.cc1989 UserLabel *lbl = new UserLabel (name); local
1990 lbl->comment = comment;
1991 lbl->hostname = hostName;
1992 lbl->start_sec = startSec;
1993 lbl->start_hrtime = startHrtime;
1994 exp->userLabels->append (lbl);
1997 lbl->all_times = all_times;
1998 lbl->start_tv = start_tv;
1999 lbl->relative = relative;
2001 lbl
2090 UserLabel *lbl = userLabels->fetch (i); local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dthread-specific-bp.exp92 gdb_test_multiple "$cmd" $test -lbl {
H A Dattach-many-short-lived-threads.exp110 gdb_test_multiple "info threads" $test -lbl {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dattach-many-short-lived-threads.exp112 gdb_test_multiple "info threads" $test -lbl {
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.c419 valid_domainname(char *lbl, int type) argument
421 char *slbl = lbl, *lst = NULL;
426 if (lbl == NULL || *lbl == '\0') {
432 c = (unsigned char)*lbl++;
434 return lbl - slbl - 1;
436 if (lbl - 1 == slbl) /* No space at start */
443 lst = lbl - 1;
450 if (*lbl == '.')
456 !start && *lbl !
[all...]
/netbsd-current/external/bsd/libpcap/dist/
H A DMakefile.in296 lbl/os-aix4.h \
297 lbl/os-aix7.h \
298 lbl/os-hpux11.h \
299 lbl/os-osf4.h \
300 lbl/os-osf5.h \
301 lbl/os-solaris2.h \
302 lbl/os-sunos4.h \
303 lbl/os-ultrix4.h \
/netbsd-current/sys/arch/mips/include/
H A Dasm.h719 #define SETUP_GPX_L(r,lbl) \
723 bal lbl; \
725 lbl: .cpload ra; \
750 #define SETUP_GPX_L(r,lbl) /* o32 specific */
/netbsd-current/external/bsd/tcpdump/dist/
H A DMakefile.in363 lbl/os-osf4.h \
364 lbl/os-solaris2.h \
365 lbl/os-sunos4.h \
366 lbl/os-ultrix4.h \
/netbsd-current/sys/arch/arm/include/arm32/
H A Dframe.h154 #define DO_PENDING_AST(lbl) ;\
157 beq lbl /* Nope. Just bail */ ;\
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dclasses.exp374 foreach {tag lbl} {"class" "private" "struct" "public"} {
375 gdb_test "ptype/r ${tag}_with_${lbl}_typedef" "type = $tag ${tag}_with_${lbl}_typedef \{${ws}int a;${ws}${tag}_with_${lbl}_typedef::INT b;${ws}typedef int INT;${ws}\}"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dclasses.exp408 foreach {tag lbl} {"class" "private" "struct" "public"} {
409 gdb_test "ptype/r ${tag}_with_${lbl}_typedef" "type = $tag ${tag}_with_${lbl}_typedef \{${ws}int a;${ws}${tag}_with_${lbl}_typedef::INT b;${ws}typedef int INT;${ws}\}"
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dmilli64.S143 #define MILLI_BE(lbl) BE lbl(sr7,r0)
144 #define MILLI_BEN(lbl) BE,n lbl(sr7,r0)
145 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
146 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
152 #define MILLI_BE(lbl) B lbl
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dmilli64.S143 #define MILLI_BE(lbl) BE lbl(sr7,r0)
144 #define MILLI_BEN(lbl) BE,n lbl(sr7,r0)
145 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
146 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
152 #define MILLI_BE(lbl) B lbl
[all...]
/netbsd-current/sys/arch/hppa/hppa/
H A Dtrap.S1176 #define TLB_PULL(bits,lbl) ! \
1181 combt,=,n %r0, %r17, lbl ! \
1184 combt,=,n %r0, %r24, lbl ! \
1187 combt,=,n %r0, %r17, lbl ! \
1203 #define TLB_PULL_L(bits,lbl) ! \
1208 combt,=,n %r0, %r17, lbl ! \
1211 combt,=,n %r0, %r24, lbl ! \
1214 combt,=,n %r0, %r17, lbl ! \
/netbsd-current/sys/dev/
H A Dipmi.c367 const char *lbl)
556 smic_wait(struct ipmi_softc *sc, uint8_t mask, uint8_t val, const char *lbl) argument
567 dbg_printf(99, "%s(%s) = %#.2x\n", __func__, lbl, v);
709 kcs_wait(struct ipmi_softc *sc, uint8_t mask, uint8_t value, const char *lbl) argument
713 v = bmc_io_wait(sc, _KCS_STATUS_REGISTER, mask, value, lbl);
912 dumpb(const char *lbl, int len, const uint8_t *data) argument
916 printf("%s: ", lbl);
366 bmc_io_wait(struct ipmi_softc *sc, int offset, uint8_t mask, uint8_t value, const char *lbl) argument

Completed in 252 milliseconds

123