Searched refs: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 | 94 char **aps; /* new aps */ local 98 aps = topo_mod_zalloc(mod, (n + 1) * sizeof (new)); 99 if (aps == NULL) 102 bcopy(*p_aps, aps, n * sizeof (new)); 105 aps[n] = new ? topo_mod_strdup(mod, new) : NULL; 106 *p_aps = aps; 127 ses_aps_free(topo_mod_t *mod, char **aps, int n) argument 131 if ((aps == NULL) || (n == 0)) 134 topo_mod_strfree(mod, aps[ [all...] |
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/ |
H A D | disk_common.c | 701 char **aps; /* new aps */ local 705 aps = topo_mod_zalloc(mod, (n + 1) * sizeof (new)); 706 if (aps == NULL) 709 bcopy(*p_aps, aps, n * sizeof (new)); 712 aps[n] = new ? topo_mod_strdup(mod, new) : NULL; 713 *p_aps = aps; 734 aps_free(topo_mod_t *mod, char **aps, int n) argument 738 if ((aps == NULL) || (n == 0)) 741 topo_mod_strfree(mod, aps[ [all...] |
Completed in 17 milliseconds