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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c58 char *search_type; member in struct:path_list
1367 char *search_type = NULL; local
1435 search_type = DEVID_MINOR_NAME_ALL;
1438 search_type = plist[search_number].search_type;
1442 search_path, (int)search_type);
1475 search_type, &disklist);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c1872 * search_type: Specify type of objects to return.
1899 soft_keystore_get_objs(ks_search_type_t search_type, argument
1920 if ((search_type == ALL_TOKENOBJS) || (search_type == PUB_TOKENOBJS)) {
1941 if ((search_type == ALL_TOKENOBJS) || (search_type == PRI_TOKENOBJS)) {
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c217 int search_type; local
709 search_type = RCENTITY_PROCESS;
712 search_type = arg_entity_type;
719 search_type, &p, arg_priv, &gret)) < 0) {
1005 target_id, search_type, &p, RCPRIV_BASIC, &gret);
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1843 uint_t search_type = (dir & USB_AUDIO_PLAY) ? local
1847 (void) usb_ac_traverse_all_units(uacp, dir, search_type, 0,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c9583 uint32_t type, search_type; local
9588 search_type = dfc->data2;
9595 else if ((search_type < SD_SEARCH_LINEAR) ||
9596 (search_type > SD_SEARCH_POWER_2))
9621 if (emlxs_sd_bucket.search_type == 0) {
9648 if (emlxs_sd_bucket.search_type == 0) {
9678 if (emlxs_sd_bucket.search_type == 0) {
9740 if (emlxs_sd_bucket.search_type == 0) {
9803 if (emlxs_sd_bucket.search_type == 0) {
9855 if (emlxs_sd_bucket.search_type
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h102 uint16_t search_type; member in struct:sd_bucket_info

Completed in 99 milliseconds