Searched refs:reg (Results 26 - 30 of 30) sorted by relevance

12

/xnu-2422.115.4/bsd/net/
H A Dif_bridge.c2000 struct ifnet_attach_proto_param reg; local
2007 bzero(&reg, sizeof (reg));
2008 reg.input = bridge_proto_input;
2010 error = ifnet_attach_protocol(ifp, PF_BRIDGE, &reg);
/xnu-2422.115.4/bsd/netkey/
H A Dkey.c8331 struct secreg *reg, *newreg = 0; local
8355 LIST_FOREACH(reg, &regtree[mhp->msg->sadb_msg_satype], chain) {
8356 if (reg->so == so) {
8500 struct secreg *reg; local
8514 LIST_FOREACH(reg, &regtree[i], chain) {
8515 if (reg->so == so
8516 && __LIST_CHAINED(reg)) {
8517 LIST_REMOVE(reg, chain);
8518 KFREE(reg);
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_mroute.c364 error = get_sg_cnt(&reg);
1657 /* iif info is not given for reg. encap.n */
/xnu-2422.115.4/bsd/kern/
H A Dkern_exit.c75 #include <machine/reg.h>
H A Dkern_exec.c83 #include <machine/reg.h>

Completed in 57 milliseconds

12