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

/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c73 static const char *check_type(const char *);
84 { USERATTR_TYPE_KW, check_type, type },
410 check_type(const char *type) function
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c2318 check_type_t check_type; local
2362 for (check_type = DEVICE_REQUEST;
2363 (check_type < N_CHECKS) && (error == 0);
2364 check_type++) {
2366 if (lists[check_type][AVAIL] != NULL) {
2370 lists[check_type][AVAIL], device_name, check_aliases,
2378 (lists[check_type][UNAVAIL] != NULL)) {
2382 lists[check_type][UNAVAIL], device_name,
2395 } else if (lists[check_type][UNAVAIL] != NULL) {
2399 lists[check_type][UNAVAI
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4910 int check_type; local
4917 check_type = 1;
4925 check_type = 0;
4946 if (check_type && mod->mod_info->ulp_type != type) {

Completed in 65 milliseconds