Home
last modified time | relevance | path

Searched refs:fdep (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_capability.c236 struct filedescent *fdep; in kern_cap_rights_limit() local
243 if (fdep == NULL) { in kern_cap_rights_limit()
255 fdep->fde_nioctls = 0; in kern_cap_rights_limit()
258 fdep->fde_fcntls = 0; in kern_cap_rights_limit()
371 KASSERT(fdep != NULL, in cap_ioctl_check()
378 cmds = fdep->fde_ioctls; in cap_ioctl_check()
437 if (fdep == NULL) { in kern_cap_ioctls_limit()
448 fdep->fde_ioctls = cmds; in kern_cap_ioctls_limit()
513 if (fdep == NULL) { in sys_cap_ioctls_get()
597 if (fdep == NULL) { in sys_cap_fcntls_limit()
[all …]
H A Duipc_usrreq.c1995 fp = fdep[i]->fde_file; in unp_freerights()
1999 free(fdep[0], M_FILECAPS); in unp_freerights()
2010 struct filedescent **fdep; in unp_externalize() local
2033 fdep = data; in unp_externalize()
2037 unp_freerights(fdep, newfds); in unp_externalize()
2054 unp_freerights(fdep, newfds); in unp_externalize()
2071 &fdep[i]->fde_caps); in unp_externalize()
2082 free(fdep[0], M_FILECAPS); in unp_externalize()
2308 fdep[i] = fdev; in unp_internalize()
2573 fp = fdep[i]->fde_file; in unp_remove_dead_ref()
[all …]
/f-stack/freebsd/sys/
H A Dcapsicum.h445 #define cap_rights_fde_inline(fdep) (&(fdep)->fde_rights) argument