Home
last modified time | relevance | path

Searched refs:prot_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h129 extern int prot_type; /* protection type to format disk */
H A Dmenu_command.c70 int prot_type; variable
938 prot_type = PROT_TYPE_0; in c_format()
1023 prot_type = input(FIO_INT, "Specify the New Protection Type", in c_format()
1029 if (prot_flag[prot_type] == 0) { in c_format()
1031 prot_type = p_type; in c_format()
1033 fmt_print("The disk will be formatted to type %d\n", prot_type); in c_format()
H A Dctlr_scsi.c356 switch (prot_type) { in scsi_format()