Searched refs:pmaps (Results 1 – 2 of 2) sorted by relevance
49 POLICY_MAPPINGS *pmaps = a; variable55 for (i = 0; i < sk_POLICY_MAPPING_num(pmaps); i++) {56 pmap = sk_POLICY_MAPPING_value(pmaps, i);70 POLICY_MAPPINGS *pmaps; in v2i_POLICY_MAPPINGS() local74 if ((pmaps = sk_POLICY_MAPPING_new_reserve(NULL, num)) == NULL) { in v2i_POLICY_MAPPINGS()101 sk_POLICY_MAPPING_push(pmaps, pmap); /* no failure as it was reserved */ in v2i_POLICY_MAPPINGS()103 return pmaps; in v2i_POLICY_MAPPINGS()107 sk_POLICY_MAPPING_pop_free(pmaps, POLICY_MAPPING_free); in v2i_POLICY_MAPPINGS()
6756 DB_SHOW_COMMAND(pmaps, pmap_list_pmaps) in DB_SHOW_COMMAND() argument