/src/tests/usr.bin/indent/ |
opt_bbb.c | 72 label: /* not a block comment */ 74 label: /* 89 label: /* not a block comment */ 91 label: /* This is not a block comment, as it goes to
|
/src/tests/usr.bin/xlint/lint1/ |
msg_194.c | 4 // Test for message: label '%s' redefined [194] 11 label: 12 /* expect-1: warning: label 'label' unused in function 'example' [232] */ 14 label: 15 /* expect-1: error: label 'label' redefined [194] */
|
stmt_goto.c | 16 goto label; 17 label:
|
/src/games/phantasia/ |
map.c | 61 label("- THE PHANTASIA UNIVERSE -"); 64 label("Lorien"); 66 label("Ithilien"); 68 label("Rohan"); 70 label("Anorien"); 84 label("The Moors"); 86 label("Adventurous"); 88 label("The Moors"); 90 label("Adventurous"); 92 label("The Moors") [all...] |
/src/tests/kernel/arch/sh3/ |
asm.h | 44 #define MOVL_VAR(label, reg) \ 45 mov.l label, r0; \ 52 #define MOVL_VAR(label, reg) \ 53 mov.l label, reg; \
|
/src/tests/kernel/arch/sparc/ |
signalsphandler.S | 36 #define SETHI(label, got, reg) \ 37 set label, reg; /* reg := &label - &GOT */ \ 38 ld [got + reg], reg /* reg := &label */ 39 #define LO(label, reg) \ 42 #define SETHI(label, got, reg) \ 43 sethi %hi(label), reg /* reg := &label - %lo(label) */ 44 #define LO(label, reg) [all...] |
contextspfunc.S | 36 #define SETHI(label, got, reg) \ 37 set label, reg; /* reg := &label - &GOT */ \ 38 ld [got + reg], reg /* reg := &label */ 39 #define LO(label, reg) \ 42 #define SETHI(label, got, reg) \ 43 sethi %hi(label), reg /* reg := &label - %lo(label) */ 44 #define LO(label, reg) [all...] |
/src/usr.sbin/ldpd/ |
label.h | 1 /* $NetBSD: label.h,v 1.8 2013/07/31 06:58:23 kefren Exp $ */ 45 * MPLS label descriptor 48 * binding is the local label 49 * label is the peer associated label 51 struct label { struct 53 int binding, label; member in struct:label 60 struct label * label_add(const union sockunion *, const union sockunion *, 63 void label_del(struct label *); 67 struct label * label_get(const union sockunion *sodest [all...] |
mpls_interface.h | 35 #include "label.h" 38 int mpls_add_label(struct label *);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm953012hr.dts | 56 label = "nboot"; 61 label = "nenv"; 65 label = "nsystem"; 69 label = "nrootfs"; 83 label = "boot"; 87 label = "env"; 91 label = "system"; 95 label = "rootfs";
|
bcm53340-ubnt-unifi-switch8.dts | 47 label = "u-boot"; 52 label = "u-boot-env"; 57 label = "shmoo"; 62 label = "kernel0"; 67 label = "kernel1"; 72 label = "cfg"; 77 label = "EEPROM";
|
bcm953012er.dts | 51 label = "WPS"; 57 label = "Reset"; 74 label = "port0"; 79 label = "port1"; 84 label = "cpu";
|
bcm47094-linksys-panamera.dts | 34 label = "WPS"; 40 label = "WiFi"; 46 label = "Reset"; 56 label = "bcm53xx:white:wps"; 61 label = "bcm53xx:green:usb2"; 68 label = "bcm53xx:green:usb3"; 76 label = "bcm53xx:white:power"; 82 label = "bcm53xx:amber:wifi-disabled"; 87 label = "bcm53xx:white:wifi-enabled"; 92 label = "bcm53xx:white:bluebar1" [all...] |
bcm4708-netgear-r6250.dts | 33 label = "bcm53xx:white:logo"; 39 label = "bcm53xx:green:power"; 45 label = "bcm53xx:amber:power"; 50 label = "bcm53xx:blue:usb"; 58 label = "bcm53xx:blue:wireless"; 67 label = "WPS"; 73 label = "WiFi"; 79 label = "Reset";
|
bcm953012k.dts | 65 label = "nboot"; 70 label = "nenv"; 74 label = "nsystem"; 78 label = "nrootfs"; 93 label = "boot"; 97 label = "env"; 101 label = "system"; 105 label = "rootfs";
|
bcm958625hr.dts | 107 label = "nboot"; 112 label = "nenv"; 116 label = "nsystem"; 120 label = "nrootfs"; 124 label = "ncustfs"; 164 label = "boot"; 169 label = "env"; 174 label = "system"; 179 label = "rootfs"; 199 label = "port0" [all...] |
usb_a9g20-dab-mmx.dtsi | 29 label = "user_led1"; 36 * label = "user_led2"; 41 label = "user_led3"; 46 label = "user_led4"; 51 label = "red"; 56 label = "orange"; 61 label = "green"; 72 label = "user_pb1"; 78 label = "user_pb2"; 84 label = "user_pb3" [all...] |
bcm958622hr.dts | 96 label = "nboot"; 101 label = "nenv"; 105 label = "nsystem"; 109 label = "nrootfs"; 113 label = "ncustfs"; 153 label = "boot"; 158 label = "env"; 163 label = "system"; 168 label = "rootfs"; 180 label = "port0" [all...] |
bcm958623hr.dts | 96 label = "nboot"; 101 label = "nenv"; 105 label = "nsystem"; 109 label = "nrootfs"; 113 label = "ncustfs"; 157 label = "boot"; 162 label = "env"; 167 label = "system"; 172 label = "rootfs"; 184 label = "port0" [all...] |
/src/sys/arch/x68k/stand/mboot/ |
mboot.c | 59 long *label = (void*) 0x3000; local in function:bootmain 60 if (IOCS_S_READ(0, 1, scsiid, size, label) < 0) { 64 if (label[0] != 0x58363853 || 65 label[1] != 0x43534931) { 72 struct cpu_disklabel *label = (void*) 0x3000; local in function:bootmain 76 if (IOCS_S_READ(2<<(2-size), size?2:1, scsiid, size, label) < 0) { 80 t = label->dosparts[0].dp_typname; 87 if (label->dosparts[i].dp_flag == PART_BOOTABLE) 89 else if (label->dosparts[i].dp_flag == PART_INUSE) 95 unsigned int start = label->dosparts[i].dp_start [all...] |
/src/lib/libc/arch/alpha/ |
SYS.h | 52 #define PSEUDO(label,name) \ 53 LEAF(label,0); /* XXX # of args? */ \ 56 END(label); 58 #define PSEUDO_NOERROR(label,name) \ 59 LEAF(label,0); /* XXX # of args? */ \ 62 END(label);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/ |
ns2-xmc.dts | 89 label = "nboot"; 95 label = "nenv"; 101 label = "ndtb"; 107 label = "nsystem"; 113 label = "nrootfs"; 118 label = "ncustfs"; 158 label = "bl0"; 163 label = "fip"; 168 label = "env"; 173 label = "dtb" [all...] |
/src/usr.sbin/fstyp/ |
cd9660.c | 52 fstyp_cd9660(FILE *fp, char *label, size_t size) 64 bzero(label, size); 65 strlcpy(label, volume, MIN(size, VOLUME_LEN)); 67 rtrim(label, size);
|
/src/usr.sbin/sunlabel/ |
sunlabel.c | 81 * cheat, using (effectively) ptr-&label.partitions[0]. 90 * A label. As the embedded comments indicate, much of this structure 108 struct label { struct 130 * Describes a field in the label. 133 * pointer to the place in the label where it's stored. print is a 145 * Note that while the fields in the label vary in size (8, 16, or 32 146 * bits), we store everything as ints in the label struct, above, and 170 static unsigned char labelbuf[512]; /* Buffer holding the label sector */ 171 static struct label label; /* The label itself. * variable in typeref:struct:label [all...] |
/src/sbin/svhlabel/ |
svhlabel.c | 69 struct disklabel label; variable in typeref:struct:disklabel 76 if (ioctl(sd, DIOCGDINFO, &label) < 0) { 77 perror("get label"); 84 if (label.d_npartitions <= rawpart) 85 label.d_npartitions = rawpart + 1; 93 label.d_checksum = 0; 94 label.d_checksum = dkcksum(&label); 95 if (ioctl(sd, doraw ? DIOCWDINFO : DIOCSDINFO, &label) < 0) { 96 perror("set label"); [all...] |