Lines Matching defs:type

53 /* The type of kernel loaded.  */
71 /* The password type. */
143 check_password (char *entered, char* expected, password_t type)
145 switch (type)
155 /* unsupported password type: be secure */
1238 * simply sets the terminal type unless we're in command line mode and
1802 int type, entry;
1830 while (next_partition (drive, 0xFFFFFF, &part, &type,
1834 if (type != PC_SLICE_TYPE_NONE
1835 && ! IS_PC_SLICE_TYPE_BSD (type)
1836 && ! IS_PC_SLICE_TYPE_EXTENDED (type))
2238 " its partition type code."
3076 /* If the option `--type=TYPE' is specified, convert the string to
3077 a kernel type. */
3078 if (grub_memcmp (arg, "--type=", 7) == 0)
3103 option automatically. If the kernel is another type, this flag
3139 "kernel [--no-mem-option] [--type=TYPE] FILE [ARG ...]",
3142 " must be reloaded after using this command. The option --type is used"
3143 " to suggest what type of kernel to be loaded. TYPE must be either of"
3463 "kernel$ [--no-mem-option] [--type=TYPE] FILE [ARG ...]",
3838 /* Get the new partition type. */
3843 /* The partition type is unsigned char. */
3897 " length LEN, with the type TYPE. START and LEN are in sector units."
3909 int entry, type;
3931 /* Get the new partition type. */
3936 /* The partition type is unsigned char. */
3944 while (next_partition (current_drive, 0xFFFFFF, &part, &type,
3952 /* Set the type to NEW_TYPE. */
3975 "Change the type of the partition PART to TYPE."
3985 password_t type = PASSWORD_PLAIN;
3990 type = PASSWORD_MD5;
3996 type = PASSWORD_UNSUPPORTED;
4010 if (check_password (entered, arg, type) != 0)
4031 password_type = type;
4264 /* Print the type of the filesystem. */
4287 " bootloaders), the BSD drive-type (for booting BSD kernels using"
4727 " PARITY is the type of parity, which is one of `no', `odd' and `even'."
5880 " partition type code."