Searched refs:label (Results 151 - 175 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c124 zio_checksum_SHA256, zio_checksum_SHA256, 1, 1, "label",
181 * label "l".
1245 * Check the disk label information and retrieve needed vdev name-value pairs.
1323 int label = 0; local
1347 for (label = 0; label < VDEV_LABELS; label++) {
1358 if (part_length == MAXUINT && label == 2)
1362 label) >> SPA_MINBLOCKSHIFT;
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1556 char label[PICL_PROPNAMELEN_MAX]; local
1679 err = picl_get_propval_by_name(nodeh, PICL_PROP_LABEL, label,
1680 sizeof (label));
1682 (void) strlcpy(label, "", sizeof (label));
1683 log_printf("%-19s", label);
1958 char label[PICL_PROPNAMELEN_MAX]; local
1974 err = picl_get_propval_by_name(nodeh, PICL_PROP_LABEL, label,
1975 sizeof (label));
2043 log_printf("%-10s", label);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c18 * permission. Furthermore if you modify this software you must label
785 char *label; local
789 label = "Challenge for Enigma Logic mechanism";
793 label = "Challenge for Digital Pathways mechanism";
797 label = "Challenge for Activcard mechanism";
800 label = "Challenge for Enhanced S/Key mechanism";
803 label = "Challenge for Traditional S/Key mechanism";
806 label = "Challenge for Security Dynamics mechanism";
809 label = "Challenge for Security Dynamics mechanism";
812 label
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c24 validate partition label position
110 char label[16]; member in struct:grub_reiserfs_superblock
1319 /* Return the label of the device DEVICE in LABEL. The label is
1323 grub_reiserfs_label (grub_device_t device, char **label) argument
1333 *label = grub_strndup (data->superblock.label,
1334 sizeof (data->superblock.label));
1337 *label = NULL;
1388 .label
[all...]
H A Dext2.c887 grub_ext2_label (grub_device_t device, char **label)
896 *label = grub_strndup (data->sblock.volume_name, 14);
898 *label = NULL;
971 .label = grub_ext2_label,
886 grub_ext2_label(grub_device_t device, char **label) argument
H A Djfs.c886 grub_jfs_label (grub_device_t device, char **label)
892 *label = grub_strndup ((char *) (data->sblock.volname), 11);
894 *label = 0;
910 .label = grub_jfs_label,
884 grub_jfs_label(grub_device_t device, char **label) argument
H A Dnilfs2.c1090 grub_nilfs2_label (grub_device_t device, char **label)
1099 *label = grub_strndup (data->sblock.s_volume_name, 14);
1101 *label = NULL;
1174 .label = grub_nilfs2_label,
1089 grub_nilfs2_label(grub_device_t device, char **label) argument
H A Dudf.c1077 grub_udf_label (grub_device_t device, char **label) argument
1084 *label = read_string (data->lvd.ident, sizeof (data->lvd.ident));
1088 *label = 0;
1099 .label = grub_udf_label,
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c59 * 4. Label any whole disks with an EFI label.
167 * about to label it anyway.
377 * label, toggle the write cache on, etc.) as opposed to the full
386 struct dk_gpt *label; local
394 if (efi_alloc_and_init(fd, EFI_NUMPAR, &label) != 0) {
398 efi_free(label);
994 * If the disk was already labeled with an EFI label, we will have gotten the
996 * need to get the devid after we label the disk.
1109 nvlist_t *label; local
1122 zpool_read_label(fd, &label) !
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c1144 diskaddr_t size, label, start_blk; local
1157 if ((label = metagetlabel(hsnp, ep)) == MD_DISKADDR_ERROR)
1175 shs.shs_has_label = ((label > 0) ? 1 : 0);
1345 diskaddr_t size, label, start_blk; local
1414 if ((label = metagetlabel(newnp, ep)) == MD_DISKADDR_ERROR) {
1485 shs.shs_has_label = ((label > 0) ? 1 : 0);
1550 diskaddr_t size, label, start_blk; local
1601 if ((label = metagetlabel(hsnp, ep)) == MD_DISKADDR_ERROR)
1615 shs.shs_has_label = ((label > 0) ? 1 : 0);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c365 kmf_cert->kmf_private.label =
678 if (kmf_cert->kmf_private.label != NULL) {
679 free(kmf_cert->kmf_private.label);
680 kmf_cert->kmf_private.label = NULL;
876 /* Now fill in the label value */
2283 * The "label" and "trust_flag" arguments can be NULL.
2287 char *label, char *trust_flag)
2309 label, 0);
2358 char *label = NULL; local
2374 /* The label attribut
2286 store_cert(KMF_HANDLE_T handle, PK11SlotInfo *nss_slot, KMF_DATA *cert, char *label, char *trust_flag) argument
2400 char *label = NULL; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c473 * to use as the label.
487 * expect the label from the PRI. The "fru" property can not
494 /* This node is not a FRU. It has no label */
502 * The node is a FRU. Get the NAC name to use as a label.
506 /* No NAC label. Return NULL */
510 /* Return a copy of the label */
1145 char *label; local
1152 * Get the label, if any, from the mde node and apply it as the label
1153 * for this topology node. Note that a NULL label wil
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/motherboard/common/
H A Dmotherboard.c361 char *label = "MB"; local
379 TOPO_PROP_LABEL, TOPO_PROP_IMMUTABLE, label, &err) < 0) {
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c388 {zio_checksum_SHA256, 1, 1, "label"},
933 * Check the disk label information and retrieve needed vdev name-value pairs.
1060 int label = 0, vdevnum = VDEV_LABELS; local
1138 for (label = 0; ubbest == NULL && label < vdevnum; label++)
1141 = label * (sizeof (vdev_label_t) >> SPA_MINBLOCKSHIFT)
1143 + (label < VDEV_LABELS / 2 ? 0 : grub_disk_get_size (dev->disk)
1156 grub_dprintf ("zfs", "label ok %d\n", label);
1248 int label = 0; local
4197 zfs_label(grub_device_t device, char **label) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c272 struct disklabel label; local
302 if (ioctl (fd, DIOCGDINFO, &label) == -1)
318 sector_size = label.d_secsize;
335 return label.d_secperunit;
516 struct disklabel label; local
595 "cannot open `%s' while attempting to get disk label", dev);
608 if (ioctl (fd, DIOCGDINFO, &label) == -1)
615 "cannot get disk label of `%s'", dev);
637 if (p_index >= label.d_npartitions || p_index < 0)
640 "no disk label entr
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c968 struct grub_partition_bsd_disk_label label; member in union:__anon616
1014 /* Fill bootdisk if this a NetBSD disk label. */
1017 buf.label.magic == grub_cpu_to_le32 (GRUB_PC_PARTITION_BSD_LABEL_MAGIC))
1023 bid.label.type = buf.label.type;
1024 bid.label.checksum = buf.label.checksum;
1025 memcpy (bid.label.packname, buf.label.packname, 16);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c1116 S_dopoptolabel(pTHX_ char *label) argument
1136 if (!cx->blk_loop.label ||
1137 strNE(label, cx->blk_loop.label) ) {
1138 DEBUG_l(Perl_deb(aTHX_ "(Skipping label #%ld %s)\n",
1139 (long)i, cx->blk_loop.label));
1142 DEBUG_l( Perl_deb(aTHX_ "(Found label #%ld %s)\n", (long)i, label));
2047 S_dofindlabel(pTHX_ OP *o, char *label, OP **opstack, OP **oplimit) argument
2070 kCOP->cop_label && strEQ(kCOP->cop_label, label))
2107 char *label; local
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s142 ! have exited through label .lastword
281 nop ! align label below to 16-byte boundary
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c75 char *label; member in struct:s_options
1634 for(j=0; op[j].label; j++){
1635 if( strcmp(&argv[i][1],op[j].label)==0 ) break;
1638 if( op[j].label==0 ){
1673 for(j=0; op[j].label; j++){
1674 if( strcmp(argv[i],op[j].label)==0 ) break;
1677 if( op[j].label==0 ){
1808 for(i=0; op[i].label; i++){
1809 len = strlen(op[i].label) + 1;
1829 for(i=0; op[i].label;
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dgpkglist.c48 extern CKMENU *allocmenu(char *label, int attr);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c573 /* set the label */
577 topo_mod_dprintf(mod, "%s: failed to set label: %s\n",
885 bp->label = generic_label(mod, hba_nodes[i],
915 if (bp->label != NULL) {
916 topo_mod_strfree(mod, bp->label);
917 bp->label = NULL;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsearch.c1 /* search.c - search devices based on a file or a filesystem label */
111 #define read_fn label
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dbufio.c210 .label = 0,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm79 if ($op->label) {
158 # Any COP (pp_nextstate) with a non-NULL label
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexd.c40 #include <tsol/label.h>

Completed in 830 milliseconds

1234567891011