Searched refs:label (Results 176 - 200 of 814) sorted by relevance

1234567891011>>

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libkmf/ber_der/
H A DMakefile.com52 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexpf.c182 #define PREPROCESS(N, index, label) \
195 goto label; \
198 goto label; \
203 goto label; \
210 #define PREPROCESS(N, index, label) \
223 goto label; \
226 goto label; \
230 goto label; \
/illumos-gate/usr/src/cmd/format/
H A DMakefile31 defect.o init_menus.o io.o label.o main.o \
51 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A Dopl_ioboard.c158 * Create the ioboard node. Add fru and label properties, and create room
170 char label[8]; local
205 /* Add label for this ioboard */
207 (void) snprintf(label, sizeof (label), IKKAKU_LABEL);
209 (void) snprintf(label, sizeof (label), LABEL, inst);
210 (void) topo_node_label_set(ion, label, &err);
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S77 * startup label _start will be executed at address PBOOT_ADDR (0x7C00), but
99 #define MSG(label, string) label: .ascii string; label##_end:
103 * between two labels. The ending label must be the same as the starting label
106 #define SIZEOF(label) (label##_end - label)
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h241 #define hermon_pio_start(st, hdl, label, cnt, status, tst) \
246 goto label; \
252 goto label; \
266 #define hermon_pio_end(st, hdl, label, cnt, status, tst) \
271 goto label; \
275 goto label; \
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachthread.h182 #define RESET_USER_RTT_REGS(scr1, scr2, label) \
194 bne,a,pn %xcc, label; \
203 bgu,a,pt %xcc, label; \
207 blu,a,pt %xcc, label; \
279 brz scr1, label/**/_0; \
284 label/**/_0: \
H A Dmachclock.h47 #define RD_TICK(out, scr1, scr2, label) \
58 #define RD_CLOCK_TICK(out, scr1, scr2, label) \
60 RD_TICK(out,scr1,scr2,label)
109 * safely contain 64-bit data, and that it's safe to use the label "5:".
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c163 * Set the DIMM Slot label to the Chip Select Node
493 char *label = NULL; local
506 * Get Parent FRU's label
509 TOPO_PROP_LABEL, &label, &err) == -1)
513 if (label != NULL)
514 label = (char *)chip_cleanup_smbios_str(mod,
515 label, LABEL);
518 * On Intel the driver gets the label from ksmbios
539 if (label != NULL && lsmbios_label != NULL)
542 bufsz += chip_strlen(label)
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c17 * permission. Furthermore if you modify this software you must label
394 char *label = sc->sam_challenge_label.data; local
409 label = "Challenge for Enigma Logic mechanism";
413 label = "Challenge for Digital Pathways mechanism";
417 label = "Challenge for Activcard mechanism";
420 label = "Challenge for Enhanced S/Key mechanism";
423 label = "Challenge for Traditional S/Key mechanism";
426 label = "Challenge for Security Dynamics mechanism";
429 label = "Challenge for Security Dynamics mechanism";
433 label_len = strlen(label);
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c428 header->label = "Document Header";
452 trailer->label = "Document Trailer";
523 char *label, *tmp, *tmp_end; local
537 label = NULL;
547 /* page label & number */
551 label = (char *)nmalloc((tmp_end - tmp) + 1);
552 memset(label, 0, (tmp_end - tmp) + 1);
553 strncpy(label, tmp, (tmp_end - tmp));
558 page->label = label;
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c220 * its label, manufacturer ID (if any), and serial number (if any). Literal
221 * colons within the label/manuf/serial can be escaped with a backslash.
227 * Furthermore, the token label is required always.
247 /* Token label (required) */
254 if (*(*token_name) == '\0') { /* token label is required */
291 kmf_pk11_token_lookup(KMF_HANDLE_T handle, char *label, CK_SLOT_ID *slot_id) argument
312 if (slot_id == NULL || label == NULL || !strlen(label))
327 tmplabel = strdup(label);
356 /* See if the token label matche
502 kmf_select_token(KMF_HANDLE_T handle, char *label, int readonly) argument
[all...]
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c175 * A structure defining a displayed field. Includes a label to be
181 const char *label; /* field label */ member in struct:verbout
449 for (i = 0; common[i].label; i++)
450 if ((tmp = strlen(common[i].label)) > maxwidth)
453 for (i = 0; spec[i].label; i++)
454 if ((tmp = strlen(spec[i].label)) > maxwidth)
461 for (i = 0; common[i].label; i++) {
462 tmp = printf("\t%s", common[i].label);
469 for (i = 0; spec[i].label;
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp3041ds.dts196 label = "u-boot";
201 label = "kernel";
206 label = "dtb";
211 label = "file system";
445 label = "NAND U-Boot Image";
451 label = "NAND Root File System";
456 label = "NAND Compressed RFS Image";
461 label = "NAND Linux Kernel Image";
466 label = "NAND DTB Image";
471 label
[all...]
H A Dp5020ds.dts192 label = "u-boot";
197 label = "kernel";
202 label = "dtb";
207 label = "file system";
441 label = "NAND U-Boot Image";
447 label = "NAND Root File System";
452 label = "NAND Compressed RFS Image";
457 label = "NAND Linux Kernel Image";
462 label = "NAND DTB Image";
467 label
[all...]
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_main.c53 char *label; variable
106 label = strdup(optarg);
107 if (strlen(label) > 8) {
276 [ -DeHpU ] [ -b label ] [ -c blockno ] [ -F quick|long|force ] \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_bparam.c197 show_address(label)
198 char *label;
213 label,
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_amd.c56 kmt_amd_branch(uint_t cpuid, const char *label, uint_t msr) argument
63 mdb_printf("%s: %p %A\n", label, addr, addr);
67 mdb_printf("%*s %s\n", strlen(label), "", buf);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c104 label:
159 goto label;
173 goto label;
460 goto label;
465 goto label;
470 goto label;
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dkvm_v9dep.c246 label_t label; local
320 mdb_tgt_readsym(t, MDB_TGT_AS_VIRT, &label, sizeof (label),
321 MDB_TGT_OBJ_EXEC, "panic_regs") == sizeof (label)) {
323 kregs[KREG_PC] = label.val[0];
324 kregs[KREG_SP] = label.val[1];
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml129 <propval name='label' type='astring' value='console' />
180 <propval name='label' type='astring' value='console' />
256 <prop_pattern name='label' type='astring'
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h79 #define TEST_AND_ADJUST(len, buffer, buflen, label) \
83 goto label; \
/illumos-gate/usr/src/lib/passwdutil/
H A DMakefile.com61 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c309 mem_fmri_create(topo_mod_t *mod, char *serial, char *label) argument
321 if (label != NULL)
322 err |= nvlist_add_string(fmri, FM_FMRI_MEM_UNUM, label);
339 char *serial = NULL, *label = NULL; local
358 (void) topo_node_label(node, &label, &err);
360 asru = mem_fmri_create(mod, serial, label);
362 if (label != NULL)
363 topo_mod_strfree(mod, label);

Completed in 165 milliseconds

1234567891011>>