MCPcopy 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
146int
147p31b_getcfg(int num)
148{
149
150 if (P31B_VALID(num))
151 return (facility[num - 1]);
152 return (0);
153}
154
155int
156p31b_iscfg(int num)

Callers 1

ksem_allocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected