HomeSort by: relevance | last modified time | path
    Searched defs:label (Results 1 - 25 of 563) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/compat/linux/common/
linux_blkio.c 72 struct disklabel label; local
85 * fails, it may be a disk without label; try to get
86 * the default label and compute the size from it.
90 error = ioctlf(fp, DIOCGDINFO, &label);
93 size = label.d_nsectors * label.d_ntracks *
94 label.d_ncylinders;
100 error = ioctlf(fp, DIOCGDINFO, &label);
103 error = copyout(&label.d_secsize, SCARG(uap, data),
104 sizeof label.d_secsize)
    [all...]
linux_hdio.c 75 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;
  /src/usr.sbin/gspa/gspa/
gsp_gram.y 75 line : label ID operands { statement($2, $3); }
77 | label
83 label : ID ':' { set_label($1); } label
  /src/external/gpl3/binutils/dist/gprofng/src/
Stats_data.h 38 char *label; // statistic label member in struct:Stats_data::Stats_item
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stats_data.h 38 char *label; // statistic label member in struct:Stats_data::Stats_item
  /src/sbin/newfs_v7fs/
newfs_v7fs.h 38 const char *label; member in struct:progress_arg
  /src/tests/lib/libc/locale/
t_wcsrtombs.c 46 wchar_t label[] = L"L" L"\u0403" L"bel"; local
47 const wchar_t *wp = label;
58 ATF_REQUIRE_EQ(wp - label, 1);
  /src/usr.sbin/mscdlabel/
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local
20 strlcpy(label, vd->volume_id, sizeof(label));
22 d = label + strlen(label);
23 while (d > label && *(d - 1) == ' ')
33 printf("ISO filesystem, label \"%s\", creation time: %s\n",
34 label, date);
  /src/external/gpl2/lvm2/dist/lib/format_pool/
sptype_names.h 32 uint32_t label; member in struct:sptype_name
  /src/external/gpl2/rcs/dist/src/
merge.c 49 char const *arg[3], *label[3], *edarg = 0; variable
71 if (!(label[labels++] = *++argv))
99 label[labels] = arg[labels];
103 exitmain(merge(tostdout, edarg, label, arg));
  /src/sbin/fsck_v7fs/
fsck_v7fs.h 48 const char *label; member in struct:progress_arg
  /src/sys/arch/landisk/landisk/
autoconf.c 84 struct disklabel label; local
90 * to boot from a disk without a label, but this is normally not
125 error = VOP_IOCTL(tmpvn, DIOCGDINFO, &label, FREAD, NOCRED);
131 aprint_error("match_bootdisk: can't get label for dev %s (%d)\n",
137 if (label.d_type == bid->label.type &&
138 label.d_checksum == bid->label.checksum &&
139 strncmp(label.d_packname, bid->label.packname, 16) == 0
    [all...]
  /src/sys/arch/x68k/stand/mboot/
mboot.c 59 long *label = (void*) 0x3000; local
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
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/sys/dev/fdt/
gpioleds.c 85 char label[64]; local
92 /* Get the label, fallback to node name */
93 if (OF_getprop(child, "label", label, sizeof(label)) <= 0 &&
94 OF_getprop(child, "name", label, sizeof(label)) <= 0)
103 if (led_attach(label, pin, gpioleds_get, gpioleds_set) == NULL)
106 aprint_normal(" %s", label);
  /src/usr.sbin/installboot/arch/
x68k.c 111 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);
  /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...]
  /src/usr.sbin/makefs/
v7fs.c 173 static char label[32]; local
182 if (p->label)
183 strcpy(label, p->label);
191 progress_bar(cdev, label, Progress.total, PROGRESS_BAR_GRANULE);
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
rxkad_kdf.c 59 * 32-bit field, big-endian. We use the constant string "rxkad" as a label
82 static unsigned char label[] = "rxkad"; local
102 HMAC_Update(mctx, label, sizeof(label)); /* includes label and separator */
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
crypto-aes-sha2.c 143 krb5_data label; local
150 label.data = "prf";
151 label.length = 3;
158 &label, in, md, out);
  /src/crypto/external/cpl/trousers/dist/src/include/
obj_delfamily.h 24 BYTE label; member in struct:tr_delfamily_obj
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
csv_reporter.cc 36 "time_unit", "bytes_per_second", "items_per_second", "label",
135 std::string label = run.report_label; local
136 ReplaceAll(&label, "\"", "\"\"");
137 Out << "\"" << label << "\""; local
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
csv_reporter.cc 36 "time_unit", "bytes_per_second", "items_per_second", "label",
131 std::string label = run.report_label; local
132 ReplaceAll(&label, "\"", "\"\"");
133 Out << "\"" << label << "\""; local
  /src/external/gpl2/texinfo/dist/info/
info-utils.h 36 char *label; /* User Label. */ member in struct:__anon9525
39 int start, end; /* Offsets within the containing node of LABEL. */
76 /* Get the entry associated with LABEL in REFERENCES. Return a pointer to
78 extern REFERENCE *info_get_labeled_reference (char *label,
122 /* Return the node addressed by LABEL in NODE (usually one of "Prev:",
126 extern void info_parse_label (char *label, NODE *node);
  /src/external/ibm-public/postfix/dist/src/global/
sendopts_test.c 28 const char *label; /* identifies test case */ member in struct:TEST_CASE
96 for (tp = test_cases; tp->label != 0; tp++) {
97 msg_info("RUN %s", tp->label);
102 msg_info("FAIL %s", tp->label);
104 msg_info("PASS %s", tp->label);
  /src/bin/stty/
print.c 197 static const char *label; variable
207 label = lb;
215 col = printf("%s: %s", label, s);

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>