Lines Matching defs:ap_ids
237 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,
465 char *const *ap_ids,
486 if (check_apids(num_ap_ids, ap_ids, errstring) != CFGA_OK) {
495 if ((retval = config_get_lib(ap_ids[i], &libloc, errstring)) !=
518 char *const *ap_ids,
537 if (check_apids(num_ap_ids, ap_ids, errstring) != CFGA_OK) {
546 if ((retval = config_get_lib(ap_ids[i], &libloc, errstring)) !=
563 char *const *ap_ids,
572 if (check_apids(num_ap_ids, ap_ids, errstring) != CFGA_OK) {
580 if (GET_DYN(ap_ids[i]) != NULL) {
596 rc = stat_common(num_ap_ids, ap_ids, NULL, &lstat);
663 char *const *ap_ids,
710 if (num_ap_ids == 0 && ap_ids == NULL) {
716 } else if (num_ap_ids > 0 && ap_ids != NULL) {
721 rc = stat_common(num_ap_ids, ap_ids, class, &lstat);
811 * Extract static ap_ids
825 * Use the default comparator for static ap_ids
884 char *const *ap_ids,
902 if (num_ap_ids > 0 && ap_ids == NULL) {
911 if ((retval = config_get_lib(ap_ids[i], &libloc,
2140 * driver based logical ap_ids are derived from driver name + instance.
2621 * except that the ap_ids are always physical and don't have dynamic
2717 char *const *ap_ids,
2732 if ((rc = config_get_lib(ap_ids[i], &libloc,
2805 * ap_ids. mklog() is assumed to have been called in
2865 * ap_ids only if there are no dynamic attachment points and the
3101 check_apids(int num_ap_ids, char *const *ap_ids, char **errstring)
3103 if (num_ap_ids <= 0 || ap_ids == NULL) {