OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unixsw
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/kern/
uipc_proto.c
55
const struct protosw
unixsw
[] = {
variable in typeref:typename:const struct protosw[]
86
.dom_protosw =
unixsw
,
87
.dom_protoswNPROTOSW = &
unixsw
[__arraycount(
unixsw
)],
uipc_proto.c
55
const struct protosw
unixsw
[] = {
variable in typeref:typename:const struct protosw[]
86
.dom_protosw =
unixsw
,
87
.dom_protoswNPROTOSW = &
unixsw
[__arraycount(
unixsw
)],
uipc_proto.c
55
const struct protosw
unixsw
[] = {
variable in typeref:typename:const struct protosw[]
86
.dom_protosw =
unixsw
,
87
.dom_protoswNPROTOSW = &
unixsw
[__arraycount(
unixsw
)],
/src/usr.bin/netstat/
unix.c
146
struct protosw *
unixsw
= (struct protosw *)off;
local in function:unixpr
225
if (so->so_proto >=
unixsw
&&
226
so->so_proto <=
unixsw
+ 2)
unix.c
146
struct protosw *
unixsw
= (struct protosw *)off;
local in function:unixpr
225
if (so->so_proto >=
unixsw
&&
226
so->so_proto <=
unixsw
+ 2)
unix.c
146
struct protosw *
unixsw
= (struct protosw *)off;
local in function:unixpr
225
if (so->so_proto >=
unixsw
&&
226
so->so_proto <=
unixsw
+ 2)
Completed in 31 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025