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

Function closef_nothread

freebsd/kern/kern_descrip.c:2918–2923  ·  view source on GitHub ↗

* Hack for file descriptor passing code. */

Source from the content-addressed store, hash-verified

2916 * Hack for file descriptor passing code.
2917 */
2918void
2919closef_nothread(struct file *fp)
2920{
2921
2922 fdrop(fp, NULL);
2923}
2924
2925/*
2926 * Initialize the file pointer with the specified properties.

Callers 2

unp_discardFunction · 0.85
unp_process_defersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected