Home
last modified time | relevance | path

Searched refs:nlistp (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c185 int *nlistp, in cfga_list_ext() argument
201 if (ap_id_list == NULL || nlistp == NULL) { in cfga_list_ext()
206 *nlistp = 0; in cfga_list_ext()
260 if (list_ext_postprocess(&llp, nelem, ap_id_list, nlistp, in cfga_list_ext()
262 assert(*ap_id_list == NULL && *nlistp == 0); in cfga_list_ext()
265 assert(*ap_id_list != NULL && *nlistp == nelem); in cfga_list_ext()
H A Dcfga_list.c880 int *nlistp, in list_ext_postprocess() argument
888 *nlistp = 0; in list_ext_postprocess()
916 *nlistp = nelem; in list_ext_postprocess()
H A Dcfga_scsi.h389 cfga_list_data_t **ap_id_list, int *nlistp, char **errstring);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c204 int *nlistp, in cfga_list_ext() argument
229 if (ap_id_list == NULL || nlistp == NULL) { in cfga_list_ext()
234 *nlistp = 0; in cfga_list_ext()
322 if (list_ext_postprocess(&ldatalistp, nelem, ap_id_list, nlistp, in cfga_list_ext()
324 assert(*ap_id_list == NULL && *nlistp == 0); in cfga_list_ext()
327 assert(*ap_id_list != NULL && *nlistp == nelem); in cfga_list_ext()
H A Dcfga_fp.h475 cfga_list_data_t **ap_id_list, int *nlistp, char **errstring);
H A Dcfga_list.c3428 int *nlistp, in list_ext_postprocess() argument
3436 *nlistp = 0; in list_ext_postprocess()
3464 *nlistp = nelem; in list_ext_postprocess()
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c618 int *nlistp, in config_list() argument
642 *nlistp = 0; in config_list()
672 int *nlistp, in config_list_ext() argument
684 *nlistp = 0; in config_list_ext()
2318 int *nlistp, in realloc_data_ext() argument
2332 *nlistp = 0; in realloc_data_ext()
2388 *nlistp = *lstatp->countp; in realloc_data_ext()
2392 *nlistp = 0; in realloc_data_ext()
2414 *nlistp = 0; in realloc_data()
2450 *nlistp = *lstatp->countp; in realloc_data()
[all …]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c98 static void filter_list_data(int perm, int *nlistp, cfga_list_data_t *linfo);
2009 filter_list_data(int perm, int *nlistp, cfga_list_data_t *linfo) in filter_list_data() argument
2031 if (*nlistp < 0) { in filter_list_data()
2032 *nlistp = 0; in filter_list_data()
2039 num_aps = *nlistp; in filter_list_data()
2097 DCS_DBG(DBG_ALL, "filtered %d of %d ap ids", (*nlistp - num_aps_ret), in filter_list_data()
2098 *nlistp); in filter_list_data()
2104 *nlistp = num_aps_ret; in filter_list_data()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1640 cfga_list_ext(const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, in cfga_list_ext() argument
1662 if (ap_id_list == NULL || nlistp == NULL) { in cfga_list_ext()
1727 *nlistp = num_devices + 1; in cfga_list_ext()
1731 *nlistp = 1; in cfga_list_ext()
1735 if ((*ap_id_list = (cfga_list_data_t *)calloc(*nlistp, in cfga_list_ext()
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1484 int *nlistp, in cfga_list_ext() argument
1504 if (ap_id_list == NULL || nlistp == NULL) { in cfga_list_ext()
1536 *nlistp = 1; in cfga_list_ext()
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1416 int *nlistp, in cfga_list_ext() argument
1442 if (ap_id_list == NULL || nlistp == NULL) { in cfga_list_ext()
1471 *nlistp = 1; in cfga_list_ext()