Searched refs:label (Results 76 - 100 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libplot/t450/
H A DMakefile.com30 dot.o erase.o label.o \
/osnet-11/usr/src/lib/libplot/vt0/
H A DMakefile.com30 dot.o erase.o label.o frame.o \
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c254 char *propstrpm, *propstrlabel, *pm, *label; local
263 "pci_receptacle_instanciate: rececptacle label not "
270 "pci_receptacle_instantiate: rececptacle label count %d "
274 label = propstrlabel;
293 if (label) {
294 if (topo_node_label_set(recep, label, &err) < 0) {
301 label = label + strlen(label) + 1;
303 label
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_ioboard.c157 * Create the ioboard node. Add fru and label properties, and create room
169 char label[8]; local
204 /* Add label for this ioboard */
206 (void) snprintf(label, sizeof (label), IKKAKU_LABEL);
208 (void) snprintf(label, sizeof (label), LABEL, inst);
209 (void) topo_node_label_set(ion, label, &err);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c562 * Callback for topo walk looking for hba label by matching the devfs path
573 char *label = NULL; local
599 /* path matches, get the label */
601 TOPO_PROP_LABEL, &label, &err);
602 if (rv != 0 || label == NULL) {
607 /* copy the label */
608 bcopy(label, cbp->label, strlen(label) + 1);
615 if (label !
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_smbios.c163 * Set the DIMM Slot label to the Chip Select Node
490 char *label = NULL; local
503 * Get Parent FRU's label
506 TOPO_PROP_LABEL, &label, &err) == -1)
510 if (label != NULL)
511 label = (char *)chip_cleanup_smbios_str(mod,
512 label, LABEL);
515 * On Intel the driver gets the label from ksmbios
536 if (label != NULL && lsmbios_label != NULL)
539 bufsz += chip_strlen(label)
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c18 * permission. Furthermore if you modify this software you must label
382 char *label = sc->sam_challenge_label.data; local
394 label = "Challenge for Enigma Logic mechanism";
398 label = "Challenge for Digital Pathways mechanism";
402 label = "Challenge for Activcard mechanism";
405 label = "Challenge for Enhanced S/Key mechanism";
408 label = "Challenge for Traditional S/Key mechanism";
411 label = "Challenge for Security Dynamics mechanism";
414 label = "Challenge for Security Dynamics mechanism";
418 label_len = strlen(label);
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ipmi/common/
H A Dipmi_enum.c255 char label[64], sdr_name[MAX_ID_LEN], **entity_refs; local
317 * We inherit our label from our parent, appending our label in the
322 (void) snprintf(label, sizeof (label), "%s ", edp->ed_label);
324 label[0] = '\0';
344 len = strlen(label);
345 (void) snprintf(label + len, sizeof (label) - len, "%s %d",
351 if (topo_node_label_set(tn, label,
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/
H A Dxaui.c369 /* this is the node, grab the label */
396 const char *label = NULL; local
401 (void) xaui_get_pri_label(mod, n, priv, (char **)&label);
402 if (label == NULL) {
403 topo_mod_dprintf(mod, "no PRI node for label\n");
430 label = ps.ps_label;
439 if (label != NULL) {
442 label, &err) != 0) {
444 topo_mod_strfree(mod, (char *)label);
449 topo_mod_strfree(mod, (char *)label);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Ddebug.t55 leave enter nextstate label leaveloop enterloop null and defined null
61 leave enter nextstate label leaveloop enterloop null and defined null
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c44 #define NS_TYPE_ELT 0x40 /*%< EDNS0 extended label type */
198 *\li Enforces label and domain length limits.
215 * Enforces label and domain length limits.
219 u_char *label, *bp, *eom; local
226 label = bp++;
230 if (c == '[') { /*%< start a bit string label */
236 &label, &bp, eom))
242 label = bp++;
276 c = (bp - label - 1);
281 if (label >
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dulimit.c79 int label, unit, nosupport; local
122 label = (hit&(hit-1));
123 if(error_info.errors || (limit && label) || argc>opt_info.index+1)
185 if(label)
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdevicerange.c28 #include <tsol/label.h>
35 * be used. If label range is not specified for the device in
63 * return its label range.
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dnetbsd_bootinfo.h78 grub_uint32_t labelsector; /* label valid if != 0xffffffff */
83 } label; member in struct:grub_netbsd_btinfo_bootdisk
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c302 bailout_if_in_fstab (LibHalContext *hal_ctx, const char *device, const char *label, const char *uuid) argument
308 printf (" label '%s' uuid '%s'\n", label ? label : "" , uuid ? uuid : "");
321 if (label != NULL && g_str_has_prefix (entry, "LABEL=")) {
322 if (strcmp (entry + 6, label) == 0) {
329 /* OK, so what's if someone attaches an external disk with the label '/' and
336 * to your laptop. Bingo, you now have two disks with the label '/'. One must
358 printf ("Wanting to mount %s that has label %s, but /etc/fstab says LABEL=%s is to be mounted at mount point '%s'. However %s (that also has label
492 const char *label; local
640 const char *label; local
[all...]
/osnet-11/usr/src/lib/libc/port/sys/
H A Dzone.c33 #include <sys/tsol/label.h>
41 int *extended_error, int match, int doi, const bslabel_t *label, int flags)
59 zd.label = label;
39 zone_create(const char *name, const char *root, const struct priv_set *privs, const char *rctls, size_t rctlsz, const char *zfs, size_t zfssz, int *extended_error, int match, int doi, const bslabel_t *label, int flags) argument
/osnet-11/usr/src/lib/libtsol/
H A DMakefile27 HDRS = label.h
46 # Override so that label.h gets installed where expected.
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c88 static void P_MD5(uchar_t *secret, uint_t secretlen, uchar_t *label,
91 static void P_SHA1(uchar_t *secret, uint_t secretlen, uchar_t *label,
137 * {secret, label, seed} into any arbitrary length string of pseudo
144 soft_tls_prf(uchar_t *secret, uint_t secretlen, uchar_t *label, uint_t labellen, argument
187 * PRF(secret, label, seed) = P_MD5(S1, label + seed) XOR
188 * P_SHA-1(S2, label + seed);
193 P_MD5(S1, L_S1, label, labellen, rand1, rand1len, rand2, rand2len,
197 P_SHA1(S2, L_S2, label, labellen, rand1, rand1len, rand2, rand2len,
217 P_MD5(uchar_t *secret, uint_t secretlen, uchar_t *label, uint_ argument
297 P_SHA1(uchar_t *secret, uint_t secretlen, uchar_t *label, uint_t labellen, uchar_t *rand1, uint_t rand1len, uchar_t *rand2, uint_t rand2len, uchar_t *result, uint_t resultlen, boolean_t xor_it) argument
1065 uchar_t *label; local
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DTrace.h54 std::string label() { function in class:Trace
/osnet-11/usr/src/lib/libtsol/common/
H A Dprivate.c43 #include <tsol/label.h>
100 * converted label.
104 * label.
106 * converted label.
111 * static_string = Updated to new label string.
204 * Entry label = Sensitivity Label to convert and get dimming list.
205 * This label should lie within the bounds or the
216 * in the converted label (CVT_SET), and/or changeable
221 * Returns -1, If unable to access label encodings database, or
222 * invalid label
234 bslcvtfull(const bslabel_t *label, const blrange_t *bounds, int flags, char **string, char **long_words[], char **short_words[], char *display[], int *first_compartment, int *display_size) argument
327 bslcvt(const bslabel_t *label, int flags, char **string, char *display[]) argument
[all...]
/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c80 char *label = NULL; local
93 /* label */
96 label = rtrim_copy(label_orig, 0);
98 /* Check if label is utf8 format */
99 if ((label != NULL) && (label[0] != '\0') &&
100 (u8_validate(label, strlen(label), (char **)NULL,
102 libhal_changeset_set_property_string (cs, "volume.label", label);
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c56 static int do_vals2text( LDAP *ld, char *buf, char **vals, char *label,
60 static int output_label( char *buf, char *label, int width,
616 char *label,
633 rv = do_vals2text( ld, buf, vals, label, labelwidth, syntaxid,
638 return( do_vals2text( ld, buf, vals, label, labelwidth, syntaxid,
649 char *label,
671 rv = do_vals2text( ld, buf, vals, label, labelwidth, syntaxid,
676 return( do_vals2text( ld, buf, vals, label, labelwidth, syntaxid,
687 char *label,
729 output_label( buf, label, labelwidt
612 ldap_vals2text( LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned int syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount ) argument
645 ldap_vals2html( LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned int syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount, char *urlprefix ) argument
683 do_vals2text( LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned int syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount, char *urlprefix ) argument
876 output_label( char *buf, char *label, int width, writeptype writeproc, void *writeparm, char *eol, int html ) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c527 grub_affs_label (grub_device_t device, char **label)
551 *label = grub_malloc (len * GRUB_MAX_UTF8_PER_LATIN1 + 1);
552 if (*label)
553 *grub_latin1_to_utf8 ((grub_uint8_t *) *label, file.name, len) = '\0';
556 *label = 0;
574 .label = grub_affs_label,
525 grub_affs_label(grub_device_t device, char **label) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm369 my $label = shift;
373 $cxstack[$cxix]->{label} ne $label)) {
463 sub label { subroutine
465 # XXX Preserve original label name for "real" labels?
471 push_runtime(sprintf(" %s:", label($op)));
534 runtime(sprintf("if (!$bool) {XPUSHs(&PL_sv_no); goto %s;}", label($next)));
537 runtime(sprintf("if (!%s) goto %s;", top_bool(), label($next)),
553 $bool, label($next)));
556 runtime(sprintf("if (%s) goto %s;", top_bool(), label(
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c109 #define ST_LBL "label"
129 * MV_LBL "label" selected
181 * SEPSTR is the string that separates the "label" from what follows it,
573 /* Check for "label" */
786 * void writemsg(buf, size, verbosity, label, severity, text, action, tag)
793 * const char *label The address of the label-component
799 * This function formats the message consisting of the label-component,
812 int verbosity, const char *label, int severity,
823 int dolabel; /* TRUE if label t
811 writemsg(char *buf, size_t size, int verbosity, const char *label, int severity, const char *text, const char *action, const char *tag) argument
1088 fmtmsg(long class, const char *label, int severity, const char *text, const char *action, const char *tag) argument
[all...]

Completed in 159 milliseconds

1234567891011