Searched defs:listppp (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Ddhcp_network.c137 * ``location'' in ``listppp''. Return number of list elements in ``count''.
144 list_dn(const char *location, char ***listppp, uint_t *count) argument
H A Ddhcptab.c135 * ``location'' in ``listppp''. Return number of list elements in ``count''.
142 list_dt(const char *location, char ***listppp, uint_t *count) argument
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c638 list_dt(const char *location, char ***listppp, uint_t *countp) argument
659 *listppp = NULL;
672 *listppp = listpp;
H A Ddhcp_network.c1104 list_dn(const char *location, char ***listppp, uint_t *countp) argument
1168 *listppp = listpp;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c498 list_dt(const char *location, char ***listppp, uint_t *countp) argument
519 *listppp = NULL;
532 *listppp = listpp;
H A Ddhcp_network.c630 list_dn(const char *location, char ***listppp, uint_t *countp) argument
693 *listppp = listpp;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c429 list_dt(const char *location, char ***listppp, uint_t *countp) argument
450 *listppp = NULL;
463 *listppp = listpp;
H A Ddhcp_network.c533 list_dn(const char *location, char ***listppp, uint_t *countp) argument
595 *listppp = listpp;
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c345 * 'location' in listppp. Return the number of list elements in 'count'.
348 list_dd(dsvc_datastore_t *ddp, dsvc_contype_t type, char ***listppp, argument
360 error = api.list_dt(ddp->d_location, listppp, count);
362 error = api.list_dn(ddp->d_location, listppp, count);

Completed in 34 milliseconds