Home
last modified time | relevance | path

Searched refs:F_GET_SEALS (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.c309 #ifdef F_GET_SEALS /* Linux */ in fcntl()
310 case F_GET_SEALS: in fcntl()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.c309 #ifdef F_GET_SEALS /* Linux */ in fcntl()
310 case F_GET_SEALS: in fcntl()
/netbsd/sys/kern/
H A Dsys_descrip.c491 case F_GET_SEALS: in sys_fcntl()
492 error = (*fp->f_ops->fo_fcntl)(fp, F_GET_SEALS, &tmp); in sys_fcntl()
H A Dsys_memfd.c279 case F_GET_SEALS: in memfd_fcntl()
/netbsd/sys/sys/
H A Dfcntl.h204 #define F_GET_SEALS 17 /* get seals */ macro
/netbsd/sys/compat/linux/common/
H A Dlinux_file.c448 cmd = F_GET_SEALS; in linux_sys_fcntl()