Searched refs:label (Results 126 - 150 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c669 /* Volume label. */
1018 grub_fat_label (grub_device_t device, char **label) argument
1029 *label = NULL;
1045 /* Volume label. */
1049 *label = grub_malloc (11 * 4 + 1);
1050 if (!*label)
1058 *grub_utf16_to_utf8 ((grub_uint8_t *) *label,
1070 grub_fat_label (grub_device_t device, char **label) argument
1080 *label = grub_strdup (filename);
1098 *label
[all...]
H A Diso9660.c976 grub_iso9660_label (grub_device_t device, char **label)
984 *label = grub_iso9660_convert_string (data->voldesc.volname, 16);
986 *label = grub_strndup ((char *) data->voldesc.volname, 32);
987 if (*label)
990 for (ptr = *label; *ptr;ptr++);
992 while (ptr >= *label && *ptr == ' ')
999 *label = 0;
1095 .label = grub_iso9660_label,
974 grub_iso9660_label(grub_device_t device, char **label) argument
H A Dbfs.c78 char label[32]; member in struct:grub_bfs_superblock
897 grub_bfs_label (grub_device_t device, char **label) argument
902 *label = 0;
908 *label = grub_strndup (sb.label, sizeof (sb.label));
1023 .label = grub_bfs_label,
H A Dufs.c711 grub_ufs_label (grub_device_t device, char **label)
717 *label = 0;
721 *label = grub_strdup ((char *) data->sblock.volume_name);
795 .label = grub_ufs_label,
710 grub_ufs_label(grub_device_t device, char **label) argument
H A Dhfsplus.c972 grub_hfsplus_label (grub_device_t device, char **label)
982 *label = 0;
988 /* Create a key that points to the label. */
1014 *label = grub_malloc (label_len * GRUB_MAX_UTF8_PER_UTF16 + 1);
1015 if (! *label)
1018 *grub_utf16_to_utf8 ((grub_uint8_t *) (*label), catkey->name,
1085 .label = grub_hfsplus_label,
970 grub_hfsplus_label(grub_device_t device, char **label) argument
H A Dxfs.c49 grub_uint8_t label[12]; member in struct:grub_xfs_sblock
826 grub_xfs_label (grub_device_t device, char **label)
835 *label = grub_strndup ((char *) (data->sblock.label), 12);
837 *label = 0;
887 .label = grub_xfs_label,
823 grub_xfs_label(grub_device_t device, char **label) argument
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h128 * use calculated label width (based on length of longest label in
336 ldap_vals2text( LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
356 ldap_vals2html( LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_amd.c268 char *label; local
280 label = (char *)chip_label_smbios_get(mod,
300 (void) topo_node_label_set(csnode, label, &err);
301 topo_mod_strfree(mod, label);
541 char *label; local
547 label = (char *)chip_label_smbios_get(mod,
549 if (topo_node_label_set(dimmnode, label,
552 "to set label\n");
553 topo_mod_strfree(mod, label);
783 topo_mod_dprintf(mod, "Failed to set label\
[all...]
H A Dchip.c517 * serial, part, revision & label
536 char *label; local
547 label = NULL;
549 label = (char *)chip_label_smbios_get(mod,
591 if (topo_node_label_set(chip, label, &perr)
596 topo_mod_strfree(mod, label);
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c51 #include <tsol/label.h>
61 dprt_label(m_label_t *label) argument
66 if (label_to_str(label, &direct, M_INTERNAL, DEF_NAMES) != 0) {
68 return ("hex label failed");
308 * au_to_label takes an m_label_t * that is the label.
315 m_label_t *label; local
319 label = ((union convert *)p_data)->tm_label;
321 if (label != NULL) {
322 DPRINTF((" label=%s\n", dprt_label(label)));
[all...]
H A Dadt_xlate.h35 #include <tsol/label.h>
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c29 * ZFS label of each device. If we successfully read the label, then we
32 * pool guid -> toplevel vdev guid -> label txg
35 * examined every device, we pick the best label txg config for each toplevel
243 * it means we have a half-initialized label. In vdev_label_init()
244 * we write a label with txg == 0 so that we can identify the device
246 * create the pool, we'll be left with a label in this state
799 * Restore the original information read from the actual label.
846 * Return the offset of the given label.
857 * Given a file descriptor, read the label informatio
865 vdev_label_t *label; local
1098 vdev_label_t *label; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c583 char *label; local
584 if (! fs->label)
587 if (fs->label (dev, &label) != GRUB_ERR_NONE)
590 printf ("%s\n", label);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObjectUtil.c557 char *label = NULL; local
568 * if a specific label was specified.
576 label = (char *)pTemplate[i].pValue;
623 * If the caller specified a label but it was not found,
627 if (!found && label != NULL && findclass == CKO_SECRET_KEY) {
629 rv = KMS_RetrieveKeyObj(sp, label, &pObj);
633 * slot token object list and label list.
642 add_label_node(&sp->objlabel_tree, label);
658 * This just means the wrong label was used
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c172 char *label; local
175 label = kmf_get_attr_ptr(KMF_TOKEN_LABEL_ATTR, attrlist, numattr);
176 if (label == NULL) {
184 rv = kmf_select_token(handle, label, readonly);
227 char *label = NULL; local
317 ckrv = getObjectLabel(kmfh, hObj, &label);
318 if (ckrv == CKR_OK && label != NULL) {
319 kmfcert->kmf_private.label = (char *)label;
476 char *label, cha
475 search_certs(KMF_HANDLE_T handle, char *label, char *issuer, char *subject, KMF_BIGINT *serial, boolean_t private, KMF_CERT_VALIDITY validity, OBJLIST **objlist, uint32_t *numobj) argument
1091 CreateCertObject(KMF_HANDLE_T handle, char *label, KMF_DATA *pcert) argument
1232 char *label = NULL; local
1264 char *label = NULL; local
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c137 char *label = NULL; local
146 /* get the label, if any */
148 &label)) != PICL_SUCCESS) {
154 /* will have a label. */
158 if (label == NULL) {
162 size_t buf_size = strlen(tmp_name) + strlen(label) +
167 free(label);
171 PICL_PROP_LABEL, label);
176 free(label);
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c149 char *label = NULL; local
158 /* get the label, if any */
160 &label)) != PICL_SUCCESS) {
166 /* will have a label. */
170 if (label == NULL) {
173 size_t buf_size = strlen(tmp_name) + strlen(label) +
178 free(label);
182 PICL_PROP_LABEL, label);
187 free(label);
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c42 * Do a platform specific label lookup based on physical slot number.
73 "label=%s\n", __func__, i, ps.ps_label);
81 topo_mod_dprintf(mod, "%s: returning label=%s\n",
88 * Do a platform specific label lookup based on slot name.
92 const char *label, did_t *dp)
94 const char *rlabel = label;
116 if (strcmp(rw.srw_obp, label) == 0) {
142 topo_mod_dprintf(mod, "%s: returning label=%s\n", __func__,
148 * Do a platform specific label lookup based on bus, dev, etc.
186 "label
91 pci_label_slotname_lookup(topo_mod_t *mod, char *platform, const char *label, did_t *dp) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddvh.c87 char *label; local
88 if (!read_sector (dev, 0, &label))
91 vh = (struct volume_header *) label;
94 free (label);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dslice.c498 char label[EFI_PART_NAME_LEN + 1]; local
500 (void) snprintf(label, sizeof (label), "%.*s",
502 if (nvlist_add_string(attrs, DM_EFI_NAME, label) != 0) {
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_subr.c261 * Set the label for a topo node.
264 x86pi_set_label(topo_mod_t *mod, const char *label, const char *name, argument
275 * Set the label for this topology node.
276 * Note that a NULL label will inherit the label from topology
279 result = topo_node_label_set(t_node, (char *)label, &err);
282 topo_mod_dprintf(mod, "x86pi_set_label: failed with label %s "
283 "on %s node: %s\n", (label == NULL ? "NULL" : label),
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabel.h29 #include <sys/tsol/label.h>
50 typedef struct label_set_identifier { /* valid label set identifier */
55 struct name_fields { /* names for label builder fields */
64 * The accreditation ranges as specified in the label encodings file.
70 * ACCREDITATION RANGE: section of the label encodings file.
109 #define VIEW_EXTERNAL 0x00400000 /* promote/demote label */
111 #define NEW_LABEL 0x00000001 /* create a full new label */
112 #define NO_CORRECTION 0x00000002 /* don't correct label errors */
120 /* APIs shared with the kernel are in <sys/tsol/label.h */
169 /* DIA label conversio
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Did.c178 putid(Sfio_t* sp, int flags, const char* label, const char* name, long number) argument
180 sfprintf(sp, "%s=", label);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/dimm/common/
H A Ddimm_sun4v.c118 nvlist_t *fru, char *label, void *priv)
162 (void) topo_node_label_set(ntn, label, &err);
116 mem_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/cmd/perl/5.8.4/distrib/t/op/
H A Drunlevel.t257 Can't find label bbb at - line 8.

Completed in 440 milliseconds

1234567891011