Searched defs:find_arg_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c70 static cfga_ap_types_t find_arg_type(const char *);
415 if (find_arg_type(ap_args[i]) == AP_TYPE) {
434 if (find_arg_type(ap_args[i]) == AP_TYPE) {
462 if (find_arg_type(ap_args[i]) == AP_TYPE) {
536 if (find_arg_type(ap_args[i]) == AP_TYPE) {
1878 type = find_arg_type(inp->arg);
1951 type = find_arg_type(in_array[i].arg);
2291 * find_arg_type - determine if an argument is an ap_id or an ap_type.
2294 find_arg_type(const char *ap_id) function
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c276 static cfga_ap_types_t find_arg_type(const char *ap_id);
1381 if ((type = find_arg_type(apdup)) == LOGICAL_LINK_AP) {
1404 if ((type = find_arg_type(lib_loc_p->ap_base)) == PHYSICAL_AP) {
2104 type = find_arg_type(aptype);
2939 * find_arg_type - determine if an argument is an ap_id or an ap_type.
2943 find_arg_type(const char *ap_id) function

Completed in 53 milliseconds