Searched refs:label (Results 151 - 175 of 1441) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/installboot/arch/
H A Dhppa.c136 } label; local
150 rv = pread(params->fsfd, &label, HPPA_BOOT_BLOCK_SIZE, 0);
169 secsize = be32toh(label.l.d_secsize);
170 npart = be16toh(label.l.d_npartitions);
171 if (label.l.d_magic != htobe32(DISKMAGIC) ||
172 label.l.d_magic2 != htobe32(DISKMAGIC) ||
178 } else if (npart < 1 || label.l.d_partitions[0].p_size == 0) {
182 } else if (be32toh(label.l.d_partitions[0].p_offset) +
183 be32toh(label.l.d_partitions[0].p_size) >
199 memcpy(&bb[HPPA_LABELOFFSET], &label
[all...]
H A Dx68k.c111 char label[X68K_LABELSIZE]; local
131 rv = pread(params->fsfd, label, sizeof label,
136 } else if (rv != sizeof label) {
158 memcpy(&bb[X68K_LABELOFFSET], &label, sizeof label);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/pru/
H A Dtestutils.inc95 .macro qbne32 label:req, op0:req, C0:req
96 qbne \label, \op0\().b0, ((\C0) >> 0) & 0xff
97 qbne \label, \op0\().b1, ((\C0) >> 8) & 0xff
98 qbne \label, \op0\().b2, ((\C0) >> 16) & 0xff
99 qbne \label, \op0\().b3, ((\C0) >> 24) & 0xff
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/pru/
H A Dtestutils.inc95 .macro qbne32 label:req, op0:req, C0:req
96 qbne \label, \op0\().b0, ((\C0) >> 0) & 0xff
97 qbne \label, \op0\().b1, ((\C0) >> 8) & 0xff
98 qbne \label, \op0\().b2, ((\C0) >> 16) & 0xff
99 qbne \label, \op0\().b3, ((\C0) >> 24) & 0xff
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dsha1-tlsprf.c20 * @label: A unique label for each purpose of the PRF
30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, argument
45 MD5_addr[1] = (unsigned char *) label;
46 MD5_len[1] = os_strlen(label);
52 SHA1_addr[1] = (unsigned char *) label;
53 SHA1_len[1] = os_strlen(label);
60 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-rich-location.h31 gcc_rich_location (location_t loc, const range_label *label = NULL)
32 : rich_location (line_table, loc, label)
38 add_expr (tree expr, range_label *label);
41 maybe_add_expr (tree t, range_label *label);
67 const range_label *label = NULL);
128 Generate a label describing LABELLED_TYPE. The frontend may use
134 If LABELLED_TYPE is NULL_TREE, then there is no label.
148 (a) the label for "%s" with LABELLED_TYPE for "const char*" and
149 (b) the label for "101" with LABELLED TYPE for "int"
207 for which we can't label th
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc-rich-location.h33 explicit gcc_rich_location (location_t loc, const range_label *label = NULL)
34 : rich_location (line_table, loc, label)
40 add_expr (tree expr, range_label *label);
43 maybe_add_expr (tree t, range_label *label);
69 const range_label *label = NULL);
130 Generate a label describing LABELLED_TYPE. The frontend may use
136 If LABELLED_TYPE is NULL_TREE, then there is no label.
150 (a) the label for "%s" with LABELLED_TYPE for "const char*" and
151 (b) the label for "101" with LABELLED TYPE for "int"
209 for which we can't label th
[all...]
/netbsd-current/usr.sbin/fstyp/
H A Dhammer.c52 static char label[64]; local
70 strlcpy(label, ondisk->vol_label, sizeof(label));
78 if (strcmp(ondisk->vol_label, label))
102 fstyp_hammer(FILE *fp, char *label, size_t size) argument
127 snprintf(label, size, "%s_%s", ondisk->vol_label, p);
129 strlcpy(label, ondisk->vol_label, size);
131 strlcpy(label, ondisk->vol_label, size);
164 __fsvtyp_hammer(const char *blkdevs, char *label, size_t size, int partial) argument
225 snprintf(label, siz
238 fsvtyp_hammer(const char *blkdevs, char *label, size_t size) argument
244 fsvtyp_hammer_partial(const char *blkdevs, char *label, size_t size) argument
[all...]
H A Dfstyp.c141 rtrim(char *label, size_t size) argument
145 if (label[j] == '\0')
147 else if (label[j] == ' ')
148 label[j] = '\0';
191 char label[LABEL_LEN + 1], strvised[LABEL_LEN * 4 + 1]; local
249 memset(label, '\0', sizeof(label));
258 error = fstyp_f(fp, label, sizeof(label));
272 error = fsvtyp_f(path, label, sizeo
[all...]
H A Dext2fs.c61 fstyp_ext2fs(FILE *fp, char *label, size_t size) argument
81 /* Terminate label */
87 strlcpy(label, s_volume_name, size);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtoir.cc77 if (DECL_NAME (ent->label))
79 gcc_assert (DECL_INITIAL (ent->label) != NULL_TREE);
80 labels.safe_push (ent->label);
312 /* Return TRUE if IDENT is the current function return label. */
322 /* Define a label, specifying the location in the source file.
323 Return the LABEL_DECL node for the label. */
327 tree label = this->lookup_label (s, ident); local
328 gcc_assert (DECL_INITIAL (label) == NULL_TREE);
333 /* Mark label as having been defined. */
334 DECL_INITIAL (label)
347 do_label(tree label) argument
359 do_jump(tree label) argument
492 tree label = build_decl (make_location_t (s->loc), LABEL_DECL, local
509 tree label = this->lookup_bc_label (s->getRelatedLabeled (), bc_break); local
517 pop_break_label(tree label) argument
528 tree label = this->lookup_bc_label (s->getRelatedLabeled (), bc_continue); local
536 pop_continue_label(tree label) argument
733 LabelStatement *label = this->func_->searchLabel (s->ident)->statement; local
749 LabelStatement *label = this->func_->searchLabel (s->ident)->statement; local
766 tree label = this->lookup_label (s->label->statement, s->label->ident); local
786 tree label = this->define_label (sym->statement, sym->ident); local
952 tree label = this->define_label (s); local
978 tree label = this->define_label (s); local
998 tree label = this->lookup_label (s->sw->sdefault); local
1007 tree label = this->lookup_label (s->cs); local
1381 tree label = this->lookup_label (gs->label->statement, local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtoir.cc77 if (DECL_NAME (ent->label))
79 gcc_assert (DECL_INITIAL (ent->label) != NULL_TREE);
80 labels.safe_push (ent->label);
313 /* Return TRUE if IDENT is the current function return label. */
323 /* Define a label, specifying the location in the source file.
324 Return the LABEL_DECL node for the label. */
328 tree label = this->lookup_label (s, ident); local
329 gcc_assert (DECL_INITIAL (label) == NULL_TREE);
334 /* Mark label as having been defined. */
335 DECL_INITIAL (label)
348 do_label(tree label) argument
360 do_jump(tree label) argument
481 tree label = build_decl (make_location_t (s->loc), LABEL_DECL, local
498 tree label = this->lookup_bc_label (s->getRelatedLabeled (), bc_break); local
506 pop_break_label(tree label) argument
517 tree label = this->lookup_bc_label (s->getRelatedLabeled (), bc_continue); local
525 pop_continue_label(tree label) argument
723 LabelStatement *label = sym->statement; local
740 LabelStatement *label = sym->statement; local
757 tree label = this->lookup_label (s->label->statement, s->label->ident); local
777 tree label = this->define_label (sym->statement, sym->ident); local
883 tree label = this->define_label (s); local
909 tree label = this->define_label (s); local
929 tree label = this->lookup_label (s->sw->sdefault); local
938 tree label = this->lookup_label (s->cs); local
1394 tree label = this->lookup_label (gs->label->statement, local
[all...]
/netbsd-current/sys/compat/linux/common/
H A Dlinux_hdio.c75 struct disklabel label; local
110 error = ioctlf(fp, DIOCGDINFO, &label);
118 hdg.heads = label.d_ntracks;
119 hdg.cylinders = label.d_ncylinders;
120 hdg.sectors = label.d_nsectors;
129 error = ioctlf(fp, DIOCGDINFO, &label);
137 hdg_big.heads = label.d_ntracks;
138 hdg_big.cylinders = label.d_ncylinders;
139 hdg_big.sectors = label.d_nsectors;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/lm32/
H A Dinsn.s38 bi label
42 be r0, r0, label
43 be r1, r2, label
44 bg r0, r0, label
45 bg r1, r2, label
46 bge r0, r0, label
47 bge r1, r2, label
48 bgeu r0, r0, label
49 bgeu r1, r2, label
50 bgu r0, r0, label
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dtext_label.c21 #include "label.h"
40 static int _text_write(struct label *label, void *buf) argument
52 /* FIXME Move to where label is created */
53 strncpy(label->type, LVM2_LABEL, sizeof(label->type));
55 strncpy((char *)lh->type, label->type, sizeof(label->type));
58 info = (struct lvmcache_info *) label->info;
114 log_debug("%s: Preparing PV label heade
244 _text_initialise_label(struct labeller *l __attribute((unused)), struct label *label) argument
252 _text_read(struct labeller *l, struct device *dev, void *buf, struct label **label) argument
317 _text_destroy_label(struct labeller *l __attribute((unused)), struct label *label) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dsiditi-object.mk8 $o-label := $(firstword $(iter-labels))
15 $(gcc_compile) -DL$($*-label) -c $< $(vis_hide) \
20 $(gcc_s_compile) -DL$($*-label) -c $< \
H A Dfixed-obj.mk8 $o-label := $(firstword $(iter-labels))
23 #$(info $o$(objext): -DL$($o-label) $($o-opt))
27 $(gcc_compile) -DL$($*-label) $($*-opt) -c $(srcdir)/fixed-bit.c $(vis_hide)
31 $(gcc_s_compile) -DL$($*-label) $($*-opt) -c $(srcdir)/fixed-bit.c
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dsiditi-object.mk8 $o-label := $(firstword $(iter-labels))
15 $(gcc_compile) -DL$($*-label) -c $< $(vis_hide) \
20 $(gcc_s_compile) -DL$($*-label) -c $< \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7-asm-object.mk9 $o-label := $(firstword $(iter-labels))
13 $(gcc_compile) -DF7MOD_$($*-label)_ $(F7_ASM_FLAGS) \
18 $(gcc_s_compile) -DF7MOD_$($*-label)_ $(F7_ASM_FLAGS) \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7-asm-object.mk9 $o-label := $(firstword $(iter-labels))
13 $(gcc_compile) -DF7MOD_$($*-label)_ $(F7_ASM_FLAGS) \
18 $(gcc_s_compile) -DF7MOD_$($*-label)_ $(F7_ASM_FLAGS) \
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dupsigs/
H A Dcheck_journal.pl24 if( $line =~ /^(?<op>add|del) (?<label>\S+)\s+(?<ttl>\d+)\s+IN\s+(?<rrtype>\S+)\s+(?<rdata>.*)/ ) {
27 label => $+{label},
61 $apex = $changeset[0]{label};
84 elsif( $change->{rrtype} eq 'TYPE65534' and $change->{label} eq $apex ) {
154 my $db_key = $change->{label} . ':' . $change->{covers};
/netbsd-current/sys/arch/x68k/stand/installboot/
H A Dinstallboot.c59 struct disklabel label; variable in typeref:struct:disklabel
127 if (ioctl(fd, DIOCGDINFO, &label) < 0)
129 if (part >= label.d_npartitions)
131 blocksize = label.d_secsize;
143 if (label.d_partitions[part].p_fstype != FS_BSDFFS
144 && label.d_partitions[part].p_fstype != FS_BSDLFS)
146 if ((label.d_partitions[part].p_offset * blocksize < 32768) &&
147 label.d_partitions[part].p_offset != 0)
153 else if (label.d_partitions[part].p_offset == 0) {
161 memcpy(&label, l
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Dvpaes-x86.pl208 &jmp (&label("enc_entry"));
260 &jnz (&label("enc_loop"));
300 &jmp (&label("dec_entry"));
362 &jnz (&label("dec_loop"));
394 &jnz (&label("schedule_am_decrypting"));
398 &jmp (&label("schedule_go"));
409 &ja (&label("schedule_256"));
410 &je (&label("schedule_192"));
427 &jz (&label("schedule_mangle_last"));
429 &jmp (&label("loop_schedule_12
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Dvpaes-x86.pl206 &jmp (&label("enc_entry"));
258 &jnz (&label("enc_loop"));
298 &jmp (&label("dec_entry"));
360 &jnz (&label("dec_loop"));
392 &jnz (&label("schedule_am_decrypting"));
396 &jmp (&label("schedule_go"));
407 &ja (&label("schedule_256"));
408 &je (&label("schedule_192"));
425 &jz (&label("schedule_mangle_last"));
427 &jmp (&label("loop_schedule_12
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_counter.c44 UnloadBlob(offset, 4, blob, (BYTE *)&ctr->label);
52 LoadBlob(offset, 4, blob, (BYTE *)&ctr->label);

Completed in 444 milliseconds

1234567891011>>