Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ p31b_getcfg
Function
p31b_getcfg
freebsd/kern/posix4_mib.c:146–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
int
147
p31b_getcfg(int num)
148
{
149
150
if (P31B_VALID(num))
151
return (facility[num - 1]);
152
return (0);
153
}
154
155
int
156
p31b_iscfg(int num)
Callers
1
ksem_alloc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected