Home
last modified time | relevance | path

Searched refs:invfo_chmod (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_eventfd.c80 .fo_chmod = invfo_chmod,
H A Dsys_procdesc.c112 .fo_chmod = invfo_chmod,
H A Dtty_pts.c618 .fo_chmod = invfo_chmod,
H A Dsys_socket.c114 .fo_chmod = invfo_chmod,
H A Dsys_pipe.c1561 error = invfo_chmod(fp, mode, active_cred, td); in pipe_chmod()
H A Dkern_event.c142 .fo_chmod = invfo_chmod,
H A Dkern_descrip.c5027 invfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in invfo_chmod() function
/f-stack/freebsd/sys/
H A Dfile.h262 fo_chmod_t invfo_chmod; variable