Searched refs:nd_pparam (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | nd.c | 40 nd_free(caddr_t *nd_pparam) in nd_free() argument 44 if ((nd = (ND *)(*nd_pparam)) != NULL) { in nd_free() 48 *nd_pparam = NULL; in nd_free() 207 nd_load(caddr_t *nd_pparam, char *name, ndgetf_t get_pfi, ndsetf_t set_pfi, in nd_load() argument 213 if (!nd_pparam) in nd_load() 215 if ((nd = (ND *)(*nd_pparam)) == NULL) { in nd_load() 218 *nd_pparam = (caddr_t)nd; in nd_load() 262 nd_unload(caddr_t *nd_pparam, char *name) in nd_unload() argument 269 if (nd_pparam == NULL || (nd = (ND *)(*nd_pparam)) == NULL || in nd_unload()
|
/illumos-gate/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 164 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) in eri_nd_free() argument 4384 if ((nd = (void *)(*nd_pparam)) != NULL) { in eri_nd_free() 4388 *nd_pparam = NULL; in eri_nd_free() 4518 eri_nd_load(caddr_t *nd_pparam, char *name, pfi_t get_pfi, in eri_nd_load() argument 4524 if (!nd_pparam) in eri_nd_load() 4527 if ((nd = (void *)(*nd_pparam)) == NULL) { in eri_nd_load() 4531 *nd_pparam = (caddr_t)nd; in eri_nd_load()
|