Home
last modified time | relevance | path

Searched refs:typestruct (Results 1 – 25 of 48) sorted by relevance

12

/dragonfly/sys/netgraph/hole/
H A Dng_hole.c60 static struct ng_type typestruct = { variable
75 NETGRAPH_INIT(hole, &typestruct);
/dragonfly/sys/netgraph7/
H A Dng_ip_input.c96 static struct ng_type typestruct = { variable
103 NETGRAPH_INIT(ip_input, &typestruct);
H A Dng_split.c53 static struct ng_type typestruct = { variable
62 NETGRAPH_INIT(ng_split, &typestruct);
H A Dng_sample.c108 static struct ng_type typestruct = { variable
121 NETGRAPH_INIT(xxx, &typestruct);
H A Dng_sppp.c85 static struct ng_type typestruct = { variable
96 NETGRAPH_INIT(sppp, &typestruct);
/dragonfly/sys/netgraph/UI/
H A Dng_UI.c77 static struct ng_type typestruct = { variable
92 NETGRAPH_INIT(UI, &typestruct);
114 if ((error = ng_make_node_common(&typestruct, nodep))) { in ng_UI_constructor()
/dragonfly/sys/netgraph/echo/
H A Dng_echo.c63 static struct ng_type typestruct = { variable
78 NETGRAPH_INIT(echo, &typestruct);
/dragonfly/sys/netgraph7/echo/
H A Dng_echo.c67 static struct ng_type typestruct = { variable
75 NETGRAPH_INIT(echo, &typestruct);
/dragonfly/sys/netgraph/rfc1490/
H A Dng_rfc1490.c97 static struct ng_type typestruct = { variable
112 NETGRAPH_INIT(rfc1490, &typestruct);
133 if ((error = ng_make_node_common(&typestruct, nodep))) { in ng_rfc1490_constructor()
/dragonfly/sys/netgraph/tty/
H A Dng_tty.c157 static struct ng_type typestruct = { variable
172 NETGRAPH_INIT(tty, &typestruct);
215 error = ng_make_node_common(&typestruct, &sc->node); in ngt_open()
221 ksnprintf(name, sizeof(name), "%s%d", typestruct.name, ngt_unit++); in ngt_open()
493 return (ng_make_node_common(&typestruct, nodep)); in ngt_constructor()
/dragonfly/sys/netgraph/
H A Dng_sample.c99 static struct ng_type typestruct = { variable
114 NETGRAPH_INIT(xxx, &typestruct);
164 if ((error = ng_make_node_common(&typestruct, nodep))) { in ng_xxx_constructor()
H A Dng_device.c66 static struct ng_type typestruct = { variable
81 NETGRAPH_INIT(device, &typestruct);
184 if (ng_make_node_common(&typestruct, &sc->node) != 0) { in ng_device_init()
/dragonfly/sys/netgraph7/hole/
H A Dng_hole.c106 static struct ng_type typestruct = { variable
116 NETGRAPH_INIT(hole, &typestruct);
/dragonfly/sys/netgraph/etf/
H A Dng_etf.c114 static struct ng_type typestruct = { variable
129 NETGRAPH_INIT(etf, &typestruct);
195 if ((error = ng_make_node_common(&typestruct, nodep))) { in ng_etf_constructor()
/dragonfly/sys/netgraph7/tty/
H A Dng_tty.c140 static struct ng_type typestruct = { variable
152 NETGRAPH_INIT(tty, &typestruct);
201 error = ng_make_node_common(&typestruct, &sc->node); in ngt_open()
209 ksnprintf(name, sizeof(name), "%s%d", typestruct.name, ngt_unit); in ngt_open()
/dragonfly/sys/netgraph/bpf/
H A Dng_bpf.c184 static struct ng_type typestruct = { variable
199 NETGRAPH_INIT(bpf, &typestruct);
220 if ((error = ng_make_node_common(&typestruct, nodep))) in ng_bpf_constructor()
/dragonfly/sys/netgraph7/UI/
H A Dng_UI.c78 static struct ng_type typestruct = { variable
88 NETGRAPH_INIT(UI, &typestruct);
/dragonfly/sys/netgraph/eiface/
H A Dng_eiface.c109 static struct ng_type typestruct = { variable
124 NETGRAPH_INIT(eiface, &typestruct);
330 if ((error = ng_make_node_common(&typestruct, nodep))) { in ng_eiface_constructor()
/dragonfly/sys/netgraph/frame_relay/
H A Dng_frame_relay.c140 static struct ng_type typestruct = { variable
155 NETGRAPH_INIT(framerelay, &typestruct);
225 if ((error = ng_make_node_common(&typestruct, nodep))) { in ngfrm_constructor()
/dragonfly/sys/netgraph/cisco/
H A Dng_cisco.c170 static struct ng_type typestruct = { variable
185 NETGRAPH_INIT(cisco, &typestruct);
201 if ((error = ng_make_node_common(&typestruct, nodep))) { in cisco_constructor()
/dragonfly/sys/netgraph/async/
H A Dng_async.c150 static struct ng_type typestruct = { variable
165 NETGRAPH_INIT(async, &typestruct);
220 if ((error = ng_make_node_common(&typestruct, nodep))) in nga_constructor()
/dragonfly/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4.c121 static struct ng_type typestruct = { variable
134 NETGRAPH_INIT(h4, &typestruct);
180 error = ng_make_node_common(&typestruct, &sc->node); in ng_h4_open()
194 ksnprintf(name, sizeof(name), "%s%d", typestruct.name, ng_h4_node ++); in ng_h4_open()
/dragonfly/sys/netgraph7/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c229 static struct ng_type typestruct = { variable
270 if (ng_make_node_common(&typestruct, &sc->node) != 0) { in ng_bt3c_shutdown()
651 if (ng_make_node_common(&typestruct, &sc->node) != 0) { in bt3c_pccard_attach()
1196 error = ng_newtype(&typestruct); in bt3c_modevent()
1203 error = ng_rmtype(&typestruct); in bt3c_modevent()
/dragonfly/sys/netgraph7/etf/
H A Dng_etf.c116 static struct ng_type typestruct = { variable
127 NETGRAPH_INIT(etf, &typestruct);
/dragonfly/sys/netgraph/iface/
H A Dng_iface.c185 static struct ng_type typestruct = { variable
200 NETGRAPH_INIT(iface, &typestruct);
572 if ((error = ng_make_node_common(&typestruct, nodep)) != 0) { in ng_iface_constructor()

12