/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 205 cfga_list_data_t **ap_id_list, 231 if (ap_id_list == NULL || nlistp == NULL) { 235 *ap_id_list = NULL; 323 if (list_ext_postprocess(&ldatalistp, nelem, ap_id_list, nlistp, 325 assert(*ap_id_list == NULL && *nlistp == 0); 328 assert(*ap_id_list != NULL && *nlistp == nelem); 203 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
|
H A D | cfga_list.c | 3427 cfga_list_data_t **ap_id_list, 3435 *ap_id_list = NULL; 3465 *ap_id_list = ldatap; 3424 list_ext_postprocess( ldata_list_t **llpp, int nelem, cfga_list_data_t **ap_id_list, int *nlistp, char **errstring) argument
|
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | cfga.c | 174 cfga_list_data_t **ap_id_list, 257 *ap_id_list = aplist; 172 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.c | 188 cfga_list_data_t **ap_id_list, 205 if (ap_id_list == NULL || nlistp == NULL) { 209 *ap_id_list = NULL; 264 if (list_ext_postprocess(&llp, nelem, ap_id_list, nlistp, 266 assert(*ap_id_list == NULL && *nlistp == 0); 269 assert(*ap_id_list != NULL && *nlistp == nelem); 186 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
|
H A D | cfga_list.c | 879 cfga_list_data_t **ap_id_list, 887 *ap_id_list = NULL; 917 *ap_id_list = ldatap; 876 list_ext_postprocess( ldata_list_t **llpp, int nelem, cfga_list_data_t **ap_id_list, int *nlistp, char **errstring) argument
|
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 1624 * ap_id_list - The returned "list" information array 1639 cfga_list_ext(const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, argument 1661 /* make sure we have a valid ap_id_list */ 1662 if (ap_id_list == NULL || nlistp == NULL) { 1736 if ((*ap_id_list = (cfga_list_data_t *)calloc(*nlistp, 1749 clp = &(*ap_id_list[0]); 1753 S_FREE(*ap_id_list); 1775 S_FREE(*ap_id_list); 1783 S_FREE(*ap_id_list); 1822 clp = (show_dynamic != 0) ? &(*ap_id_list[ [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 1425 cfga_list_data_t **ap_id_list, 1453 if (ap_id_list == NULL || nlistp == NULL) { 1478 if ((*ap_id_list = 1479 (cfga_list_data_t *)malloc(sizeof (**ap_id_list))) == NULL) { 1505 (void) strlcpy((*ap_id_list)->ap_log_id, 1507 sizeof ((*ap_id_list)->ap_log_id)); 1512 (void) strlcpy((*ap_id_list)->ap_phys_id, ap_id, 1513 sizeof ((*ap_id_list)->ap_phys_id)); 1517 (*ap_id_list)->ap_r_state = CFGA_STAT_EMPTY; 1521 (*ap_id_list) 1423 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1457 cfga_list_data_t **ap_id_list, 1479 if (ap_id_list == NULL || nlistp == NULL) { 1505 if ((*ap_id_list = 1506 (cfga_list_data_t *)malloc(sizeof (**ap_id_list))) == NULL) { 1535 (void) strlcpy((*ap_id_list)->ap_log_id, 1537 sizeof ((*ap_id_list)->ap_log_id)); 1541 (void) strlcpy((*ap_id_list)->ap_phys_id, ap_id, 1542 sizeof ((*ap_id_list)->ap_phys_id)); 1546 (*ap_id_list)->ap_r_state = CFGA_STAT_EMPTY; 1549 (*ap_id_list) 1455 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument [all...] |
/osnet-11/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 268 static cfga_err_t realloc_data(cfga_stat_data_t **ap_id_list, 270 static cfga_err_t realloc_data_ext(cfga_list_data_t **ap_id_list, 610 struct cfga_stat_data **ap_id_list, 634 *ap_id_list = NULL; 643 retval = realloc_data(ap_id_list, nlistp, &lstat); 646 assert((ap_id_list != NULL && *nlistp != 0) || 647 (ap_id_list == NULL && *nlistp == 0)); 664 struct cfga_list_data **ap_id_list, 678 *ap_id_list = NULL; 732 rc = realloc_data_ext(ap_id_list, nlist 609 config_list( struct cfga_stat_data **ap_id_list, int *nlistp, 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 2309 realloc_data_ext( cfga_list_data_t **ap_id_list, int *nlistp, list_stat_t *lstatp) argument 2396 realloc_data(cfga_stat_data_t **ap_id_list, int *nlistp, list_stat_t *lstatp) argument [all...] |