Searched refs:label (Results 101 - 125 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_meth.c439 mem_fmri_create(topo_mod_t *mod, char *serial, char *label) argument
451 if (label != NULL)
452 err |= nvlist_add_string(fmri, FM_FMRI_MEM_UNUM, label);
513 char *serial = NULL, *label = NULL; local
532 (void) topo_node_label(node, &label, &err);
534 asru = mem_fmri_create(mod, serial, label);
536 if (label != NULL)
537 topo_mod_strfree(mod, label);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcustomize.cgi88 submit(-label=>'Set preferences'),
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h84 #define TEST_AND_ADJUST(len, buffer, buflen, label) \
88 goto label; \
/osnet-11/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c38 #include <tsol/label.h>
42 * Validates that the user's label range contains
43 * the process label (label of the zone).
116 "pam_tsol_account: Unable to get process label %m");
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSessionUtil.c95 if (obja == NULL || obja->label == NULL)
97 if (objb == NULL || objb->label == NULL)
100 n = strcmp((char *)obja->label, (char *)objb->label);
H A DkmsSession.h54 char *label; member in struct:__anon2808
/osnet-11/usr/src/lib/sun_fc/common/
H A DTrace.cc168 msg += (stacks[tid])[i]->label();
/osnet-11/usr/src/lib/libldap5/sources/ldap/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,
569 char *label,
580 return( do_vals2text( ld, buf, vals, label, labelwidth, syntaxid,
591 char *label,
607 return( do_vals2text( ld, buf, vals, label, labelwidth, syntaxid,
617 char *label,
663 output_label( buf, label, labelwidth, writeproc, writeparm, eol, html );
701 output_label( buf, label, labelwidth, writeproc,
754 * at this point `s' points to the label
565 ldap_vals2text( LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned long syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount ) argument
587 ldap_vals2html( LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned long syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount, char *urlprefix ) argument
613 do_vals2text( LDAP *ld, char *buf, char **vals, char *label, int labelwidth, unsigned long syntaxid, writeptype writeproc, void *writeparm, char *eol, int rdncount, char *urlprefix ) argument
813 output_label( char *buf, char *label, int width, writeptype writeproc, void *writeparm, char *eol, int html ) argument
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dinterface.c30 * interface( label )
93 interface(const char *label) argument
98 if (strcmp(Interface[i].IN_label, label) == 0) {
103 DEBUG(5, "set interface %s\n", label);
H A Dsysfiles.c62 static int namematch(const char *label, char *line, const char *name);
288 * given a label (e.g., "service=", "device="), a name ("cu", "uucico"),
289 * and a line: if line begins with the label and if the name appears
290 * in a colon-separated list of names following the label, return true;
294 namematch(const char *label, char *line, const char *name) argument
298 if (strncmp(label, line, strlen(label)) != SAME)
300 line += strlen(label);
379 "unrecognized label %s", *line);
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c67 "[m:label?All patterns must be of the form \alabel\a:\apattern\a. Match and"
170 unsigned char label; /* all patterns labeled */ member in struct:State_s
188 if (state->label)
191 error(3, "%s: label:pattern expected", b);
227 else if (state->label || regcomb(&p->tail->re, &x->re))
230 if (!state->byline && (state->number || !state->label || !regrecord(&x->re)))
342 if (state->label)
400 if (!state->label)
421 if (!state->label && (x != 0) == state->match)
551 if (state->byline && !state->label)
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_common.c55 * Set the label.
67 rv = topo_node_label_set(tn, bp->label, &err);
71 "failed to set label (%s) for %s:%d: (%s)\n",
72 bp->label == NULL ? "NULL" : bp->label,
237 /* set the label (bay_set_label) */
242 "%s: failed to set label for %s:%d: (%s)\n",
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/
H A Dpci_sun4v.c76 /* Invoke the generic label generator for this node */
82 * chassis-location-name property as the node label.
107 char *label; local
151 topo_mod_dprintf(mod, "label method argument "
162 if ((label = pci_slot_label_lookup(mod, pnode, dp, pdp))
168 label);
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Dsunpc.c63 grub_sun_is_valid (grub_uint16_t *label) argument
68 for (pos = label;
69 pos < (label + sizeof (struct grub_sun_pc_block) / 2);
/osnet-11/usr/src/lib/libadm/common/
H A Dckitem.c92 allocmenu(char *label, int attr) argument
98 pt->label = label;
450 if (menup->label) {
451 (void) puttext(stderr, menup->label, 0, 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm423 $self->{UniqueLabels} = 1 # Use label unique for each pod
443 # hence the ability to set the label externally
444 # The label could then be Pod::Parser_DESCRIPTION or somesuch
446 $self->{Label} = undef # label to be used as prefix
583 This is the label that is prefixed to all C<latex> label and index
585 sections (NAME, DESCRIPTION etc) and a C<latex> label will be multiply
587 C<latex> file. To overcome this, this label is prefixed to a label
588 whenever a label i
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c30 * in which 'bay'. A disk's 'label' and 'authority' information come from
101 * group: protocol properties: resource, asru, label, fru
116 char *label = NULL; local
121 /* pull the label property down from our parent 'bay' node */
122 if (topo_node_label(parent, &label, &err) != 0) {
124 "label error %s\n", topo_strerror(err));
127 if (topo_node_label_set(dtn, label, &err) != 0) {
275 if (label)
276 topo_mod_strfree(mod, label);
289 char *label local
320 product, chassis, NULL, label, local
327 product, chassis, NULL, label, local
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dio.c365 char *label; local
383 label = "FFB";
386 label = "AFB";
398 (void) sprintf(card.name, "%s", label);
403 "%s, Double Buffered", label);
406 "%s, Single Buffered", label);
471 log_printf("%s Hardware Configuration:\n", label, 0);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard.c316 char *label = NULL; local
327 label = topo_mod_alloc(mod, len);
328 (void) snprintf(label, len, "%s%s%d", plabel, cpuboard_label, n);
331 if (label != NULL) {
333 TOPO_PROP_LABEL, TOPO_PROP_IMMUTABLE, label,
335 topo_mod_strfree(mod, label);
339 topo_mod_free(mod, label, len);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_intel.c176 char *label = NULL; local
204 (void) nvpair_value_string(nvp, &label);
265 * We will use a full absolute parent/child label
267 label = (char *)chip_label_smbios_get(mod,
268 pnode, smbid, label);
271 (void) topo_node_label_set(dnode, label, &err);
274 topo_mod_strfree(mod, label);
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c571 int label; local
623 label = 1;
629 if (label) {
632 label = 0;
638 if (label) {
641 label = 0;
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgmount.c48 extern int getvol(char *device, char *label, int options, char *prompt);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c451 /* check for disks with EFI/GPT label */
536 char label[LEN_DKL_VVOL + 1]; local
538 (void) snprintf(label, sizeof (label), "%.*s",
540 if (nvlist_add_string(attrs, DM_LABEL, label) != 0) {
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/chip/common/
H A Dchip_sun4v.c123 nvlist_t *fru, char *label, void *priv)
219 (void) topo_node_label_set(ntn, label, &err);
376 char *label = NULL; local
406 sbuf, fru, label, NULL);
121 chip_tnode_create(topo_mod_t *mod, tnode_t *parent, const char *name, topo_instance_t i, char *serial, nvlist_t *fru, char *label, void *priv) argument
/osnet-11/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java71 // private native void setSL(byte[] sessionHandle, String label);
243 public void setLabel(String label) throws Exception { argument
245 // setSL(sh, label);

Completed in 63 milliseconds

1234567891011