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

/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c275 static cfga_ap_types_t find_arg_type(const char *ap_id);
1380 if ((type = find_arg_type(apdup)) == LOGICAL_LINK_AP) {
1403 if ((type = find_arg_type(lib_loc_p->ap_base)) == PHYSICAL_AP) {
2103 type = find_arg_type(aptype);
2938 * find_arg_type - determine if an argument is an ap_id or an ap_type.
2942 find_arg_type(const char *ap_id) function

Completed in 30 milliseconds