Searched defs:set_pfi (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c154 * nd_load(&nd_ptr, "name", nd_get_long, set_pfi, &long_variable)
207 nd_load(caddr_t *nd_pparam, char *name, ndgetf_t get_pfi, ndsetf_t set_pfi, argument
250 nde->nde_set_pfi = set_pfi ? set_pfi : nd_set_default;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c342 pfi_t set_pfi; local
368 set_pfi = (pfi_t)param_arr[i].setf;
370 if ((set_pfi) && (param_arr[i].type & HXGE_PARAM_INIT_ONLY)) {
371 set_pfi = NULL;
374 (pfi_t)param_arr[i].getf, set_pfi,
1280 pfi_t get_pfi, pfi_t set_pfi, caddr_t data)
1323 nde->nde_set_pfi = set_pfi;
1279 hxge_nd_load(caddr_t *pparam, char *name, pfi_t get_pfi, pfi_t set_pfi, caddr_t data) argument
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c694 pfi_t set_pfi; local
724 set_pfi = (pfi_t)param_arr[i].setf;
726 if ((set_pfi) && (param_arr[i].type & NXGE_PARAM_INIT_ONLY)) {
727 set_pfi = NULL;
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c167 pfi_t get_pfi, pfi_t set_pfi, caddr_t data);
4519 pfi_t set_pfi, caddr_t data)
4564 nde->nde_set_pfi = set_pfi ? set_pfi : nd_set_default;
4518 eri_nd_load(caddr_t *nd_pparam, char *name, pfi_t get_pfi, pfi_t set_pfi, caddr_t data) argument

Completed in 738 milliseconds