Searched refs:extmod (Results 1 – 17 of 17) sorted by relevance
102 npf_extmod_t *extmod = npf_extmod_list; in npf_extmod_get() local104 while (extmod) { in npf_extmod_get()105 if ((strcmp(extmod->name, name) == 0) && in npf_extmod_get()106 (*extcall = extmod->cons(name)) != NULL) { in npf_extmod_get()107 return extmod; in npf_extmod_get()109 extmod = extmod->next; in npf_extmod_get()112 extmod = npf_extmod_load(name); in npf_extmod_get()113 if (extmod && (*extcall = extmod->cons(name)) != NULL) { in npf_extmod_get()114 return extmod; in npf_extmod_get()121 npf_extmod_param(npf_extmod_t *extmod, nl_ext_t *ext, in npf_extmod_param() argument[all …]
557 npf_extmod_t *extmod; in npfctl_build_rpcall() local561 extmod = npf_extmod_get(name, &extcall); in npfctl_build_rpcall()562 if (extmod == NULL) { in npfctl_build_rpcall()574 error = npf_extmod_param(extmod, extcall, param, value); in npfctl_build_rpcall()
8 LIB= extmod10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
18 -I${X11SRCDIR.xorg-server}/Xext/extmod \
28 extmod \
41 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
27 -I${X11SRCDIR.xorg-server}/Xext/extmod \
9 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
32 -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod \
18 -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod \
67 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
71 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
27 -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod \
33 hw/xfree86/dixmods/extmod \
47 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod \
9 XF86_SUBDIR= common ddc dixmods/extmod dri fbdevhw i2c int10 modes \
65 -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod \