Searched refs:label (Results 326 - 350 of 814) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c37 #include <sys/tsol/label.h>
67 bslabel_t label; local
76 bsllow(&label);
77 l_admin_low = labelalloc(&label, default_doi, KM_SLEEP);
78 bslhigh(&label);
79 l_admin_high = labelalloc(&label, default_doi, KM_SLEEP);
119 * Put a hold on a label structure.
128 * Release previous hold on a label structure. Free it if refcnt == 0.
161 * There's no protocol today to obtain the label from the server.
165 * label
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h164 * to the predefined defaults used in efi label disks.
758 #define ufs_tryirwlock(lock, mode, label) \
761 label:\
768 goto label;\
779 #define ufs_tryirwlock_trans(lock, mode, transmode, label) \
782 label:\
792 goto label;\
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Ddreamplug-1001N.dts33 * These units are marked "1001N" on the serial number label.
104 label = "u-boot";
110 label = "uImage";
115 label = "root";
H A Dvybrid.dtsi175 label = "u-boot";
181 label = "test";
186 label = "kernel";
191 label = "root";
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c141 char *label; member in struct:bits
226 char *label; member in struct:bitfield
252 find_label(char *str, char *label) argument
262 if (strncmp(start, label, strlen(label)) == 0)
280 char label[64]; local
296 snprintf(label, sizeof (label), "%s=", attr_str_tab[attr_id]);
297 val = find_label(buf, label);
302 found = sscanf(val + strlen(label),
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/
H A Dpsvcpolicy.c414 char label[32]; local
445 status = psvc_get_attr(hdlp, id, PSVC_LABEL_ATTR, label);
472 syslog(LOG_ERR, LOWTEMP_CRITICAL_MSG, temp, label);
476 syslog(LOG_ERR, LOWTEMP_WARNING_MSG, temp, label);
480 syslog(LOG_ERR, HIGHTEMP_CRITICAL_MSG, temp, label);
484 syslog(LOG_ERR, HIGHTEMP_WARNING_MSG, temp, label);
536 char label[32]; local
571 status = psvc_get_attr(hdlp, id, PSVC_LABEL_ATTR, label);
584 syslog(LOG_ERR, DEVICE_INSERTED_MSG, label);
605 syslog(LOG_ERR, PS_TYPE_MSG, label);
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/
H A DMakefile.com78 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/lib/libscf/
H A DMakefile.com61 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/lib/libsec/
H A DMakefile.com51 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/lib/libprtdiag/
H A DMakefile.com51 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/
H A DMakefile.com58 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c189 char label[PICL_PROPNAMELEN_MAX]; local
205 (void) strncpy(label, SANIBEL_NETWORK_LABEL,
206 sizeof (label));
211 (void) strncpy(label, SANIBEL_PARALLEL_PORT,
212 sizeof (label));
217 (void) strncpy(label, SANIBEL_SERIAL_PORT,
218 sizeof (label));
239 label, (port_info->geo_addr -1),
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFindFrame.java50 String label = pmUtility.getResource("Enter.name.of.printer.to.find"); field in class:pmFindFrame
80 l = new JLabel(label, SwingConstants.LEFT);
/illumos-gate/usr/src/cmd/ndmpadm/
H A Dndmpadm_print.c66 ndmp_tprint_addr(char *label, ndmp_ad_type_t addr_type, char *tcp_addr) argument
68 if ((label == NULL) || (tcp_addr == NULL))
73 (void) fprintf(stdout, gettext("\t%s type:\tLocal\n"), label);
76 (void) fprintf(stdout, gettext("\t%s type:\tTCP\n"), label);
78 label, tcp_addr);
81 (void) fprintf(stdout, gettext("\t%s type:\tFC\n"), label);
84 (void) fprintf(stdout, gettext("\t%s type:\tIPC\n"), label);
89 label, addr_type);
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile.esc.com48 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/
H A DMakefile.com71 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfmerge.c214 "Usage: %s [-fstv] -l label | -L labelenv -o outfile file ...\n"
215 " %s [-fstv] -l label | -L labelenv -o outfile -d uniqfile\n"
217 " %s [-fstv] -l label | -L labelenv -o outfile -w withfile "
738 char *label = NULL; local
762 /* Uniquify against label `uniqlabel' in `uniqfile' */
769 /* Label merged types with `label' */
770 label = optarg;
773 /* Label merged types with getenv(`label`) */
774 if ((label = getenv(optarg)) == NULL)
775 label
[all...]
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c65 fmtmsg(char *label, int severity, char *text, char *action)
78 mbstowcs(wlabel, label, SHORT_S);
64 fmtmsg(char *label, int severity, char *text, char *action) argument
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/
H A DMakefile.com58 CERRWARN += -_gcc=-Wno-unused-label
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c236 char *label; local
266 * Update the diskmon's location field with the disk's label
270 if (topo_node_label(node, &label, &err) == 0) {
271 diskp->location = dstrdup(label);
272 topo_hdl_strfree(thp, label);
479 char *label; local
680 * Set the diskmon's location to the value in this port's label.
682 * to be the disk label (e.g. HD_ID_00). Until a disk is
692 if (topo_node_label(node, &label, &err) == 0) {
693 diskp->location = dstrdup(label);
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c60 static void impl_scsi_log(dev_info_t *dev, char *label, uint_t level,
63 static void v_scsi_log(dev_info_t *dev, char *label, uint_t level,
1094 scsi_generic_errmsg(struct scsi_device *devp, char *label, int severity, argument
1138 impl_scsi_log(dev, label, CE_WARN, buf);
1154 impl_scsi_log(dev, label, CE_CONT, buf);
1169 impl_scsi_log(dev, label, CE_CONT, "%s\n", buf);
1182 impl_scsi_log(dev, label, CE_CONT, buf);
1206 label, CE_CONT, "%s\n", buf1);
1208 label, CE_CONT, "FRU: 0x%x (%s)\n",
1218 impl_scsi_log(dev, label, CE_CON
1224 scsi_vu_errmsg(struct scsi_device *devp, struct scsi_pkt *pkt, char *label, int severity, daddr_t blkno, daddr_t err_blkno, struct scsi_key_strings *cmdlist, struct scsi_extended_sense *sensep, struct scsi_asq_key_strings *asc_list, char *(*decode_fru)(struct scsi_device *, char *, int, uchar_t)) argument
1241 scsi_errmsg(struct scsi_device *devp, struct scsi_pkt *pkt, char *label, int severity, daddr_t blkno, daddr_t err_blkno, struct scsi_key_strings *cmdlist, struct scsi_extended_sense *sensep) argument
1251 scsi_log(dev_info_t *dev, char *label, uint_t level, const char *fmt, ...) argument
1265 impl_scsi_log(dev_info_t *dev, char *label, uint_t level, const char *fmt, ...) argument
1282 v_scsi_log(dev_info_t *dev, char *label, uint_t level, const char *fmt, va_list ap) argument
[all...]
/illumos-gate/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");
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c124 nvlist_t *fru, char *label, void *priv)
195 (void) topo_node_label_set(ntn, label, &err);
352 char *label = NULL; local
382 sbuf, fru, label, NULL);
122 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
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c458 char label[LEN_DKL_VVOL + 1]; local
460 (void) snprintf(label, sizeof (label), "%.*s",
462 if (nvlist_add_string(attrs, DM_LABEL, label) != 0) {
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincosf.c89 #define PREPROCESS(N, sindex, cindex, label) \
98 goto label; \
108 goto label; \
135 goto label; \

Completed in 130 milliseconds

<<11121314151617181920>>