Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fdlastfile
Function
fdlastfile
freebsd/kern/kern_descrip.c:234–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
int
235
fdlastfile(struct filedesc *fdp)
236
{
237
238
FILEDESC_LOCK_ASSERT(fdp);
239
return (fdlastfile_single(fdp));
240
}
241
242
static int
243
fdisused(struct filedesc *fdp, int fd)
Callers
6
fdinit
Function · 0.85
fdclearlocks
Function · 0.85
chroot_refuse_vdir_fds
Function · 0.85
sysctl_kern_file
Function · 0.85
kern_proc_filedesc_out
Function · 0.85
sysctl_kern_proc_ofiledesc
Function · 0.85
Calls
1
fdlastfile_single
Function · 0.85
Tested by
no test coverage detected