Searched defs:search_type (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c61 grub_efi_locate_handle (grub_efi_locate_search_type_t search_type, argument
76 status = efi_call_5 (b->locate_handle, search_type, protocol, search_key,
85 status = efi_call_5 (b->locate_handle, search_type, protocol, search_key,
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c58 char *search_type; member in struct:path_list
1355 char *search_type = NULL; local
1425 search_type = DEVID_MINOR_NAME_ALL;
1428 search_type = plist[search_number].search_type;
1432 search_path, (int)search_type);
1472 search_type, &disklist);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1879 * search_type: Specify type of objects to return.
1906 soft_keystore_get_objs(ks_search_type_t search_type, argument
1927 if ((search_type == ALL_TOKENOBJS) || (search_type == PUB_TOKENOBJS)) {
1948 if ((search_type == ALL_TOKENOBJS) || (search_type == PRI_TOKENOBJS)) {

Completed in 23 milliseconds