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

/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c237 static cfga_err_t stat_common(int num_ap_ids, char *const *ap_ids,
280 static cfga_err_t check_apids(int num_ap_ids, char *const *ap_ids,
362 int num_ap_ids,
406 if (check_apids(num_ap_ids, ap_id, errstring) != CFGA_OK) {
413 for (i = 0; (i < num_ap_ids) && (retval == CFGA_OK); i++) {
464 int num_ap_ids,
486 if (check_apids(num_ap_ids, ap_ids, errstring) != CFGA_OK) {
493 for (i = 0; (i < num_ap_ids) && (retval == CFGA_OK); i++) {
517 int num_ap_ids,
537 if (check_apids(num_ap_ids, ap_id
360 config_change_state( cfga_cmd_t state_change_cmd, int num_ap_ids, char *const *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
462 config_private_func( const char *function, int num_ap_ids, char *const *ap_ids, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
516 config_test( int num_ap_ids, char *const *ap_ids, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
561 config_stat( int num_ap_ids, char *const *ap_ids, struct cfga_stat_data *buf, const char *options, char **errstring) argument
661 config_list_ext( int num_ap_ids, char *const *ap_ids, struct cfga_list_data **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
882 config_help( int num_ap_ids, char *const *ap_ids, struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
2715 stat_common( int num_ap_ids, char *const *ap_ids, const char *class, list_stat_t *lstatp) argument
3101 check_apids(int num_ap_ids, char *const *ap_ids, char **errstring) argument
[all...]

Completed in 20 milliseconds