Searched defs:nlistp (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c206 int *nlistp,
231 if (ap_id_list == NULL || nlistp == NULL) {
236 *nlistp = 0;
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 Dcfga_list.c3428 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
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c189 int *nlistp,
205 if (ap_id_list == NULL || nlistp == NULL) {
210 *nlistp = 0;
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 Dcfga_list.c880 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
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c1625 * 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...]
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1426 int *nlistp,
1453 if (ap_id_list == NULL || nlistp == NULL) {
1483 *nlistp = 1;
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
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1458 int *nlistp,
1479 if (ap_id_list == NULL || nlistp == NULL) {
1480 DPRINTF("cfga_list_ext: list = NULL or nlistp = NULL\n");
1512 *nlistp = 1;
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
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c269 int *nlistp, list_stat_t *lstatp);
271 int *nlistp, list_stat_t *lstatp);
611 int *nlistp,
635 *nlistp = 0;
643 retval = realloc_data(ap_id_list, nlistp, &lstat);
646 assert((ap_id_list != NULL && *nlistp != 0) ||
647 (ap_id_list == NULL && *nlistp == 0));
649 if (retval == CFGA_OK && *nlistp == 0) {
665 int *nlistp,
677 *nlistp
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...]

Completed in 64 milliseconds