Searched refs:sig_type (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h132 uint8_t sig_type; member in struct:uefi_hard_drive_path
H A Dlibuefi_rt_path.c2021 hd_path->sig_type = UEFI_NO_SIG;
2023 hd_path->sig_type = UEFI_GUID_SIG;
2186 hd_path->sig_type = UEFI_MBR_SIG;
2727 if (hd->sig_type == 1) {
2732 } else if (hd->sig_type == 2) {
3448 if (hdp->sig_type == UEFI_GUID_SIG) {
3452 } else if (hdp->sig_type == UEFI_MBR_SIG) {
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c453 int sig_type, success, dateerror; local
460 sig_type = sym_ston(__p_type_syms, buf2, &success);
461 if (!success || sig_type == ns_t_any)
464 PUTSHORT(sig_type, cp);

Completed in 30 milliseconds