Searched refs:unixsw (Results 1 – 2 of 2) sorted by relevance
55 const struct protosw unixsw[] = {86 .dom_protosw = unixsw,87 .dom_protoswNPROTOSW = &unixsw[__arraycount(unixsw)],54 const struct protosw unixsw[] = { global() variable
146 struct protosw *unixsw = (struct protosw *)off; in unixpr() local225 if (so->so_proto >= unixsw && in unixpr()226 so->so_proto <= unixsw + 2) in unixpr()