Home
last modified time | relevance | path

Searched refs:fd_hard_limit_notified (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dfiledesc.h169 #define fd_hard_limit_notified(fdp) fdt_flag_set(fdp, FD_HARD_LIMIT_NOTIFIED) macro
/xnu-10002.1.13/bsd/kern/
H A Dkern_proc.c4872 fd_hard_limit_notified(fdp); in proc_filedesc_ast()