Searched refs:ipt_func (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/compat/ndis/
H A Dsubr_hal.c98 while (patch->ipt_func != NULL) {
99 windrv_wrap((funcptr)patch->ipt_func,
118 while (patch->ipt_func != NULL) {
H A Dkern_ndis.c144 while (patch->ipt_func != NULL) {
145 windrv_wrap((funcptr)patch->ipt_func,
163 while (patch->ipt_func != NULL) {
178 while (patch->ipt_func != NULL) {
H A Dsubr_usbd.c171 while (patch->ipt_func != NULL) {
172 windrv_wrap((funcptr)patch->ipt_func,
220 while (patch->ipt_func != NULL) {
H A Dpe_var.h415 void (*ipt_func)(void); member in struct:image_patch_table
H A Dsubr_ndis.c319 while (patch->ipt_func != NULL) {
320 windrv_wrap((funcptr)patch->ipt_func,
335 while (patch->ipt_func != NULL) {
350 while (patch->ipt_func != NULL) {
351 if ((funcptr)patch->ipt_func == func)
H A Dsubr_ntoskrnl.c353 while (patch->ipt_func != NULL) {
354 windrv_wrap((funcptr)patch->ipt_func,
400 while (patch->ipt_func != NULL) {
2122 * becomes a no-op since ipt_func and ipt_wrap are the same.
2132 while (patch->ipt_func != NULL) {
2133 if ((funcptr)patch->ipt_func == func)

Completed in 86 milliseconds