/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.c | 185 int *nlistp, 201 if (ap_id_list == NULL || nlistp == NULL) { 206 *nlistp = 0; 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_scsi.h | 389 cfga_list_data_t **ap_id_list, int *nlistp, char **errstring);
|
H A D | cfga_list.c | 880 int *nlistp, 888 *nlistp = 0; 916 *nlistp = nelem; 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/fp/common/ |
H A D | cfga_fp.c | 204 int *nlistp, 229 if (ap_id_list == NULL || nlistp == NULL) { 234 *nlistp = 0; 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_fp.h | 475 cfga_list_data_t **ap_id_list, int *nlistp, char **errstring);
|
H A D | cfga_list.c | 3428 int *nlistp, 3436 *nlistp = 0; 3464 *nlistp = nelem; 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/lib/libcfgadm/common/ |
H A D | config_admin.c | 270 int *nlistp, list_stat_t *lstatp); 272 int *nlistp, list_stat_t *lstatp); 612 int *nlistp, 636 *nlistp = 0; 644 retval = realloc_data(ap_id_list, nlistp, &lstat); 647 assert((ap_id_list != NULL && *nlistp != 0) || 648 (ap_id_list == NULL && *nlistp == 0)); 650 if (retval == CFGA_OK && *nlistp == 0) { 666 int *nlistp, 678 *nlistp 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...] |
/illumos-gate/usr/src/cmd/lvm/util/ |
H A D | metastat.c | 291 mdnamelist_t *nlistp = NULL; local 476 if (print_name(&sp, cname, &nlistp, NULL, stdout, 528 /* nlistp structure for use */ 530 &nlistp, ep) != 0) 547 /* nlistp structure for use */ 548 if (meta_getdevs(sp, namep, &nlistp, ep) 556 if (print_devid(sp, nlistp, stdout, ep) != 0) 637 mdnamelist_t *nlistp = NULL; local 640 if (meta_print_all(sp, NULL, &nlistp, stdout, options, 654 * data in nlistp i [all...] |
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.c | 100 static void filter_list_data(int perm, int *nlistp, cfga_list_data_t *linfo); 2011 filter_list_data(int perm, int *nlistp, cfga_list_data_t *linfo) argument 2033 if (*nlistp < 0) { 2034 *nlistp = 0; 2041 num_aps = *nlistp; 2099 DCS_DBG(DBG_ALL, "filtered %d of %d ap ids", (*nlistp - num_aps_ret), 2100 *nlistp); 2106 *nlistp = num_aps_ret;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 1625 * nlistp - Number of elements in the "list" information array 1639 cfga_list_ext(const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, argument 1662 if (ap_id_list == NULL || nlistp == NULL) { 1663 DPRINTF("cfga_list_ext: list = NULL or nlistp = NULL\n"); 1718 * *nlistp contains to how many APIDs to show w/ cfgadm -l. 1720 * *nlistp is all Dynamic Apids + One more for "fabric" 1722 * *nlistp is 1 1723 * Note that each HCA is a static APID, so nlistp will be 1 always 1728 *nlistp = num_devices + 1; 1732 *nlistp [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 1460 int *nlistp, 1481 if (ap_id_list == NULL || nlistp == NULL) { 1482 DPRINTF("cfga_list_ext: list = NULL or nlistp = NULL\n"); 1514 *nlistp = 1; 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
|
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 1414 int *nlistp, 1441 if (ap_id_list == NULL || nlistp == NULL) { 1471 *nlistp = 1; 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
|