Searched refs:label (Results 51 - 75 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_util.c53 ddump(const char *label, const void *data, size_t length) argument
66 if (label != NULL)
67 dprintf("%s\n", label);
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Ddvh.c52 grub_dvh_is_valid (grub_uint32_t *label) argument
57 for (pos = label;
58 pos < (label + sizeof (struct grub_dvh_block) / 4);
H A Dbsdlabel.c48 struct grub_partition_bsd_disk_label label;
53 /* Read the BSD label. */
54 if (grub_disk_read (disk, sector, 0, sizeof (label), &label))
58 if (label.magic != grub_cpu_to_le32 (GRUB_PC_PARTITION_BSD_LABEL_MAGIC))
63 < grub_cpu_to_le16 (label.num_partitions) && freebsd)
67 pos = sizeof (label) + sector * GRUB_DISK_SECTOR_SIZE
79 pos = sizeof (label) + sector * GRUB_DISK_SECTOR_SIZE;
82 p.number < grub_cpu_to_le16 (label.num_partitions);
147 /* This is a total breakage. Even when net-/openbsd label i
47 struct grub_partition_bsd_disk_label label; local
[all...]
H A Dsun.c75 grub_sun_is_valid (grub_uint16_t *label) argument
80 for (pos = label;
81 pos < (label + sizeof (struct grub_sun_block) / 2);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c97 char label[MAXLABEL]; local
102 (void) strlcpy(label, __pfmt_label, MAXLABEL);
107 if (label[0] != '\0' && stream) {
108 if ((status = fputs(label, stream)) < 0)
/osnet-11/usr/src/lib/libtsol/common/
H A Dbtos.c29 * Binary label to label string translations.
41 #include <tsol/label.h>
51 static bslabel_t slow; /* static admin_low high sensitivity label */
52 static bslabel_t shigh; /* static admin_high sensitivity label */
109 * Entry label = Binary Sensitivity Label to be converted.
130 * Returns -1, If unable to access label encodings database.
145 bsltos(const bslabel_t *label, char **string, size_t str_len, argument
154 if (!BLTYPE(label, SUN_SL_ID)) {
159 slcall.label
317 sbsltos(const bslabel_t *label, size_t len) argument
[all...]
H A Dsetflabel.c26 * Change the label of a file
37 #include <tsol/label.h>
52 * setflabel(3TSOL) - set file label
62 * -1, Unable to access label encodings file;
63 * 0, Invalid binary label passed;
76 setflabel(const char *path, m_label_t *label) argument
120 clcall.sl = *label;
131 * reterr < 0, invalid binary label,
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_subr.c179 * Return the generated generic slot label.
194 /* grab the topo pci label */
209 /* create the label */
225 /* return label */
226 topo_mod_dprintf(mod, "%s: generic label(%s)\n", f, g_label);
231 * Return TRUE if chassis label is an 'internal' chassis.
489 * hba label.
499 * Get the pci slot label.
515 cbs.label = topo_mod_alloc(mod, MAXNAMELEN);
537 /* no label */
564 char *label = NULL; local
609 char *label = NULL; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.h20 * permission. Furthermore if you modify this software you must label
144 #define SAFE_GETUINT16(base, max, ptr, incr, s, label) \
146 if (!INCR_OK(base, max, ptr, incr)) goto label; \
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dfat.h48 grub_uint8_t label[11]; member in struct:grub_fat_bpb::__anon765::__anon766
64 grub_uint8_t label[11]; member in struct:grub_fat_bpb::__anon765::__anon767
H A Dfs.h67 /* Return the label of the device DEVICE in LABEL. The label is
70 grub_err_t (*label) (grub_device_t device, char **label); member in struct:grub_fs
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfslabel.c8 * This utility will display/change the label on an NTFS partition.
58 char *label; /* Set the label to this */ member in struct:options
74 ntfs_log_info("\n%s v%s (libntfs %s) - Display, or set, the label for an "
93 ntfs_log_info("\nUsage: %s [options] device [label]\n"
139 else if (!err && !opts.label)
140 opts.label = argv[optind-1];
210 * print_label - display the current label of a mounted ntfs partition.
211 * @dev: device to read the label from
215 * Print the label o
276 change_label(ntfs_volume *vol, unsigned long mnt_flags, char *label, BOOL force) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcc_runtime.h73 #define PP_ENTERTRY(jmpbuf,label) \
80 case 3: JMPENV_POP_ENV(jmpbuf); SPAGAIN; goto label;\
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c140 char *label;
307 data->label = grub_strdup ((char *) (rootobjc->objects[0].filename));
501 grub_free (data->label);
515 grub_free (data->label);
579 grub_free (data->label);
589 grub_sfs_label (grub_device_t device, char **label)
597 grub_size_t len = grub_strlen (data->label);
598 *label = grub_malloc (len * GRUB_MAX_UTF8_PER_LATIN1 + 1);
599 if (*label)
600 *grub_latin1_to_utf8 ((grub_uint8_t *) *label,
139 char *label; member in struct:grub_sfs_data
587 grub_sfs_label(grub_device_t device, char **label) argument
[all...]
H A Dromfs.c35 char label[0]; member in struct:grub_romfs_superblock
114 for (ptr = sb.sb.label; (void *) ptr < (void *) (&sb + 1)
411 grub_romfs_label (grub_device_t device, char **label) argument
416 *label = NULL;
421 *label = grub_malloc (data->first_file + 1
423 if (!*label)
431 *label);
435 grub_free (*label);
436 *label = NULL;
439 (*label)[dat
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c159 * its label, manufacturer ID (if any), and serial number (if any). Literal
160 * colons within the label/manuf/serial can be escaped with a backslash.
166 * Furthermore, the token label is required always.
186 /* Token label (required) */
193 if (*(*token_name) == '\0') { /* token label is required */
230 kmf_pk11_token_lookup(KMF_HANDLE_T handle, char *label, CK_SLOT_ID *slot_id) argument
247 if (slot_id == NULL || label == NULL || !strlen(label))
262 tmplabel = strdup(label);
291 /* See if the token label matche
423 kmf_select_token(KMF_HANDLE_T handle, char *label, int readonly) argument
[all...]
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c77 * output label on wfd and return next char on rfd with no echo
82 static int ttyquery(Sfio_t* rp, Sfio_t* wp, const char* label, Sfdisc_t* dp) argument
84 static int ttyquery(rp, wp, label, dp)
87 char* label;
101 if (!label)
103 else if (n = strlen(label))
104 write(wfd, label, n);
135 if (label && (n = strlen(label)))
136 sfwr(wp, label,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostfs.c148 char **label __attribute ((unused))) function
150 *label = 0;
161 .label = grub_hostfs_label,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgoto.t43 if ($x =~ /label/) {print "ok 3\n";} else {print "not ok 3\n";}
92 goto label;
93 label: print (defined $x?"ok ": "not ok ", "17\n") label
179 print "ok 26 - #19061 loop label wiped away by goto\n";
206 # bug #22299 - goto in require doesn't find label
259 print $@ =~ /Can't find label NOWHERE/ ? "ok 8\n" : "not ok 8\n";
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c81 "label", 0, MM_label,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
243 if (s = (char*)label)
292 if ((mask & MM_label) && label)
300 if ((mask & MM_action) && action || (mask & MM_tag) && (label || tag))
307 if ((mask & MM_tag) && (label || tag))
310 if (!tag || label && !strchr(tag, ':'))
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dlabel.c52 label(char *s) function
/osnet-11/usr/src/lib/libplot/plot/
H A DMakefile.com30 cont.o dot.o erase.o label.o \
/osnet-11/usr/src/lib/libplot/t300/
H A DMakefile.com30 dot.o erase.o label.o \
/osnet-11/usr/src/lib/libplot/t300s/
H A DMakefile.com30 dot.o erase.o label.o \
/osnet-11/usr/src/lib/libplot/t4014/
H A DMakefile.com30 dot.o erase.o label.o \

Completed in 101 milliseconds

1234567891011