MCPcopy 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
234int
235fdlastfile(struct filedesc *fdp)
236{
237
238 FILEDESC_LOCK_ASSERT(fdp);
239 return (fdlastfile_single(fdp));
240}
241
242static int
243fdisused(struct filedesc *fdp, int fd)

Callers 6

fdinitFunction · 0.85
fdclearlocksFunction · 0.85
chroot_refuse_vdir_fdsFunction · 0.85
sysctl_kern_fileFunction · 0.85
kern_proc_filedesc_outFunction · 0.85

Calls 1

fdlastfile_singleFunction · 0.85

Tested by

no test coverage detected