Searched refs:p_aps (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/ |
H A D | ses_dev.c | 91 ses_aps_add(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new) argument 96 if ((p_aps == NULL) || (p_n == NULL)) 101 if (n && *p_aps) { 102 bcopy(*p_aps, aps, n * sizeof (new)); 103 topo_mod_free(mod, *p_aps, n * sizeof (new)); 106 *p_aps = aps; 112 ses_aps_findadd(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new, argument 118 if ((p_aps == NULL) || (p_n == NULL)) 121 if ((*cmp)((*p_aps)[i], new) == cmp_match) 123 return (ses_aps_add(mod, p_aps, p_ [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/ |
H A D | disk_common.c | 698 aps_add(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new) argument 703 if ((p_aps == NULL) || (p_n == NULL)) 708 if (n && *p_aps) { 709 bcopy(*p_aps, aps, n * sizeof (new)); 710 topo_mod_free(mod, *p_aps, n * sizeof (new)); 713 *p_aps = aps; 719 aps_findadd(topo_mod_t *mod, char ***p_aps, int *p_n, const char *new, argument 725 if ((p_aps == NULL) || (p_n == NULL)) 728 if ((*cmp)((*p_aps)[i], new) == cmp_match) 730 return (aps_add(mod, p_aps, p_ [all...] |
Completed in 24 milliseconds