/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.c | 184 cfga_list_data_t **ap_id_list, 201 if (ap_id_list == NULL || nlistp == NULL) { 205 *ap_id_list = NULL; 260 if (list_ext_postprocess(&llp, nelem, ap_id_list, nlistp, 262 assert(*ap_id_list == NULL && *nlistp == 0); 265 assert(*ap_id_list != NULL && *nlistp == nelem); 182 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
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 203 cfga_list_data_t **ap_id_list, 229 if (ap_id_list == NULL || nlistp == NULL) { 233 *ap_id_list = NULL; 322 if (list_ext_postprocess(&ldatalistp, nelem, ap_id_list, nlistp, 324 assert(*ap_id_list == NULL && *nlistp == 0); 327 assert(*ap_id_list != NULL && *nlistp == nelem); 201 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
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rdr_param_types.h | 135 rdr_list_t **ap_id_list; member in struct:__anon371
|
H A D | ri_init.c | 329 dyn_ap_ids(char *ap_id, cfga_list_data_t **ap_id_list, int *nlist) argument 336 cfga_err = config_list_ext(1, &ap_id, ap_id_list, nlist,
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 1413 cfga_list_data_t **ap_id_list, 1441 if (ap_id_list == NULL || nlistp == NULL) { 1466 if ((*ap_id_list = 1467 (cfga_list_data_t *)malloc(sizeof (**ap_id_list))) == NULL) { 1493 (void) strlcpy((*ap_id_list)->ap_log_id, 1495 sizeof ((*ap_id_list)->ap_log_id)); 1500 (void) strlcpy((*ap_id_list)->ap_phys_id, ap_id, 1501 sizeof ((*ap_id_list)->ap_phys_id)); 1505 (*ap_id_list)->ap_r_state = CFGA_STAT_EMPTY; 1509 (*ap_id_list) 1411 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...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1459 cfga_list_data_t **ap_id_list, 1481 if (ap_id_list == NULL || nlistp == NULL) { 1507 if ((*ap_id_list = 1508 (cfga_list_data_t *)malloc(sizeof (**ap_id_list))) == NULL) { 1537 (void) strlcpy((*ap_id_list)->ap_log_id, 1539 sizeof ((*ap_id_list)->ap_log_id)); 1543 (void) strlcpy((*ap_id_list)->ap_phys_id, ap_id, 1544 sizeof ((*ap_id_list)->ap_phys_id)); 1548 (*ap_id_list)->ap_r_state = CFGA_STAT_EMPTY; 1551 (*ap_id_list) 1457 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...] |
/illumos-gate/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...] |
/illumos-gate/usr/src/lib/libcfgadm/common/ |
H A D | config_admin.c | 269 static cfga_err_t realloc_data(cfga_stat_data_t **ap_id_list, 271 static cfga_err_t realloc_data_ext(cfga_list_data_t **ap_id_list, 611 struct cfga_stat_data **ap_id_list, 635 *ap_id_list = NULL; 644 retval = realloc_data(ap_id_list, nlistp, &lstat); 647 assert((ap_id_list != NULL && *nlistp != 0) || 648 (ap_id_list == NULL && *nlistp == 0)); 665 struct cfga_list_data **ap_id_list, 679 *ap_id_list = NULL; 733 rc = realloc_data_ext(ap_id_list, nlist 610 config_list( struct cfga_stat_data **ap_id_list, int *nlistp, const char *options, char **errstring) argument 662 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 2310 realloc_data_ext( cfga_list_data_t **ap_id_list, int *nlistp, list_stat_t *lstatp) argument 2397 realloc_data(cfga_stat_data_t **ap_id_list, int *nlistp, list_stat_t *lstatp) argument [all...] |