Searched defs:nd_pparam (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c40 nd_free(caddr_t *nd_pparam) argument
44 if ((nd = (ND *)(*nd_pparam)) != NULL) {
48 *nd_pparam = NULL;
207 nd_load(caddr_t *nd_pparam, char *name, ndgetf_t get_pfi, ndsetf_t set_pfi, argument
213 if (!nd_pparam)
215 if ((nd = (ND *)(*nd_pparam)) == NULL) {
218 *nd_pparam = (caddr_t)nd;
262 nd_unload(caddr_t *nd_pparam, char *name) argument
269 if (nd_pparam == NULL || (nd = (ND *)(*nd_pparam))
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c588 static void man_nd_free(caddr_t *nd_pparam);
7484 man_nd_free(caddr_t *nd_pparam) argument
7488 if ((nd = (ND *)(*nd_pparam)) != NULL) {
7492 *nd_pparam = NULL;
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c164 static void eri_nd_free(caddr_t *nd_pparam);
166 static boolean_t eri_nd_load(caddr_t *nd_pparam, char *name,
4380 eri_nd_free(caddr_t *nd_pparam) argument
4384 if ((nd = (void *)(*nd_pparam)) != NULL) {
4388 *nd_pparam = NULL;
4518 eri_nd_load(caddr_t *nd_pparam, char *name, pfi_t get_pfi, argument
4524 if (!nd_pparam)
4527 if ((nd = (void *)(*nd_pparam)) == NULL) {
4531 *nd_pparam = (caddr_t)nd;

Completed in 90 milliseconds