Home
last modified time | relevance | path

Searched refs:dap_npush (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c956 if (dlap->dap_npush == 0 || dlap->dap_npush > MAXAPUSH) in drv_ioc_setap()
962 for (i = 0; i < dlap->dap_npush; i++) { in drv_ioc_setap()
987 dap->da_npush = dlap->dap_npush; in drv_ioc_setap()
988 for (i = 0; i < dlap->dap_npush; i++) { in drv_ioc_setap()
1008 dlap->dap_npush = 0; in drv_ioc_getap()
1016 dlap->dap_npush = dap->da_npush; in drv_ioc_getap()
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h300 #define da_npush da_ap.dap_npush
H A Ddld.h214 uint_t dap_npush; member
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c3288 if (dlap.dap_npush == 0) { in get_autopush()
3292 for (i = 0, len = 0; i < dlap.dap_npush; i++) { in get_autopush()
3329 if (dlap->dap_npush == 0) in i_dladm_add_ap_module()
3332 dlap->dap_anchor = dlap->dap_npush; in i_dladm_add_ap_module()
3335 if (dlap->dap_npush >= MAXAPUSH) in i_dladm_add_ap_module()
3338 (void) strlcpy(dlap->dap_aplist[dlap->dap_npush++], module, in i_dladm_add_ap_module()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c550 for (s = 0; s < dlap.dap_npush; s++) { in stropen()