Searched refs:DKIOCSETEFI (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libefi/common/ |
H A D | rdwr_efi.c | 630 if (efi_ioctl(fd, DKIOCSETEFI, &dk_ioc) == -1) { in write_pmbr() 951 if (efi_ioctl(fd, DKIOCSETEFI, &dk_ioc) == -1) { in efi_write() 970 if (efi_ioctl(fd, DKIOCSETEFI, &dk_ioc) == -1) { in efi_write() 999 if (efi_ioctl(fd, DKIOCSETEFI, &dk_ioc) == -1) { in efi_write()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dkio.h | 388 #define DKIOCSETEFI (DKIOC|17) /* Set EFI info */ macro
|
/titanic_50/usr/src/cmd/format/ |
H A D | auto_sense.c | 525 if (efi_ioctl(fd, DKIOCSETEFI, &dk_ioc) == -1) { in auto_label_init() 537 if (efi_ioctl(fd, DKIOCSETEFI, &dk_ioc_back) == -1) { in auto_label_init() 549 if (efi_ioctl(cur_file, DKIOCSETEFI, &dk_ioc_back) == -1) { in auto_label_init() 554 if (efi_ioctl(cur_file, DKIOCSETEFI, &dk_ioc) == -1) { in auto_label_init()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vds.c | 3104 if (cmd != DKIOCGETEFI && cmd != DKIOCSETEFI) in vd_do_slice_ioctl() 3128 case DKIOCSETEFI: in vd_do_slice_ioctl() 3368 case DKIOCSETEFI: in vd_do_dskimg_ioctl() 3383 ASSERT(cmd == DKIOCSEXTVTOC || cmd == DKIOCSETEFI); in vd_do_dskimg_ioctl() 3646 DKIOCSETEFI, STRINGIZE(DKIOCSETEFI), in vd_ioctl()
|
H A D | vdc.c | 7209 {VD_OP_SET_EFI, DKIOCSETEFI, 0, 7331 if (cmd == DKIOCGETEFI || cmd == DKIOCSETEFI) { in vd_process_ioctl()
|
/titanic_50/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 4510 if (efi_ioctl(Dev, DKIOCSETEFI, &dk_ioc) == -1) { 4535 if (efi_ioctl(Dev, DKIOCSETEFI, &dk_ioc) == -1) { 4553 if (efi_ioctl(Dev, DKIOCSETEFI, &dk_ioc) == -1) {
|
/titanic_50/usr/src/uts/common/io/ |
H A D | cmlb.c | 1180 case DKIOCSETEFI: 1283 case DKIOCSETEFI: 1354 case DKIOCSETEFI:
|
/titanic_50/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 1011 case DKIOCSETEFI: in cmdkioctl()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | codes.c | 1345 { (uint_t)DKIOCSETEFI, "DKIOCSETEFI",
|
/titanic_50/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 2748 case DKIOCSETEFI: in sv_lyr_ioctl()
|
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 2582 case DKIOCSETEFI: in xdf_ioctl()
|
/titanic_50/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 3183 case DKIOCSETEFI: in dcdioctl()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 22264 case DKIOCSETEFI: 22418 case DKIOCSETEFI: 22444 ((cmd == DKIOCSETEFI) || 22460 ((cmd == DKIOCSETEFI) && (tmprval == 0))) {
|