MCPcopy Create free account
hub / github.com/F-Stack/f-stack / p31b_setcfg

Function p31b_setcfg

freebsd/kern/posix4_mib.c:128–136  ·  view source on GitHub ↗

p31b_setcfg: Set the configuration */

Source from the content-addressed store, hash-verified

126/* p31b_setcfg: Set the configuration
127 */
128void
129p31b_setcfg(int num, int value)
130{
131
132 if (P31B_VALID(num)) {
133 facility[num - 1] = value;
134 facility_initialized[num - 1] = 1;
135 }
136}
137
138void
139p31b_unsetcfg(int num)

Callers 9

mqfs_initFunction · 0.85
ksem_module_initFunction · 0.85
ksem_module_destroyFunction · 0.85
sigqueue_startFunction · 0.85
itimer_startFunction · 0.85
sched_attachFunction · 0.85
p31binitFunction · 0.85
aio_onceonlyFunction · 0.85
p31b_set_standardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected