Searched defs:label_type (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c447 translate_device(const char *pool, const char *device, err_type_t label_type, argument
484 } else if (label_type != TYPE_INVAL) {
490 switch (label_type) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c117 * It returns label_type of:
129 tsol_get_option_v4(mblk_t *mp, tsol_ip_label_t *label_type, uchar_t **buffer) argument
137 *label_type = OPT_NONE;
141 * If header doesn't contain options, then return a label_type
183 *label_type = OPT_CIPSO;
197 * It returns label_type of:
209 tsol_get_option_v6(mblk_t *mp, tsol_ip_label_t *label_type, uchar_t **buffer) argument
219 *label_type = OPT_NONE;
261 *label_type = OPT_CIPSO;
H A Dtnet.c689 tsol_ip_label_t label_type; local
706 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr))
712 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr))
716 switch (label_type) {
1461 tsol_ip_label_t label_type; local
1487 if (!tsol_get_option_v4(mp, &label_type, &opt_ptr))
1508 if (!tsol_get_option_v6(mp, &label_type, &opt_ptr))
1617 if (label_type == OPT_CIPSO) {
1668 ASSERT(label_type == OPT_NONE);
/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h51 int label_type; /* EFI or non-EFI disk */ member in struct:disk_info
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c136 static int label_type; /* see types below */ variable
382 * label_type (efi, vtoc, or other)
416 if (label_type == LABEL_TYPE_VTOC) {
435 if (label_type == LABEL_TYPE_EFI || label_type == LABEL_TYPE_OTHER) {
731 if (label_type == LABEL_TYPE_VTOC) {
838 label_type = LABEL_TYPE_VTOC;
844 label_type = LABEL_TYPE_EFI;
879 label_type = LABEL_TYPE_OTHER;
883 if (label_type
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2350 static int label_type; variable
2374 if (label_type == LABEL_TYPE_VTOC) {
2433 label_type = LABEL_TYPE_VTOC;
2439 label_type = LABEL_TYPE_EFI;
2470 label_type = LABEL_TYPE_OTHER;
2474 if (label_type == LABEL_TYPE_EFI) {
2477 } else if (label_type == LABEL_TYPE_VTOC) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c542 int label_type; variable
920 * Figure out the partition size and initialize the label_type.
1008 if (label_type == LABEL_TYPE_EFI) {
1128 if (label_type == LABEL_TYPE_EFI ||
1129 label_type == LABEL_TYPE_OTHER) {
1166 dprintf(("DeBuG label_type = %d isremovable = %d ishotpluggable = %d "
1167 "use_efi_dflts = %d\n", label_type, isremovable, ishotpluggable,
2417 label_type = LABEL_TYPE_VTOC;
2422 label_type = LABEL_TYPE_EFI;
2440 if (label_type
[all...]

Completed in 76 milliseconds