Searched refs:FDDUP_FLAG_CLOFORK (Results 1 – 2 of 2) sorted by relevance
227 #define FDDUP_FLAG_CLOFORK 0x2 /* Atomically set UF_FOCLOSE. */ macro
532 { .f = FDDUP_FLAG_CLOFORK, .t = UF_FOCLOSE }, in fddup_to_fde_flags()604 error = kern_dup(td, FDDUP_FCNTL, FDDUP_FLAG_CLOFORK, fd, tmp); in kern_fcntl()1025 ((flags & FD_CLOFORK) != 0 ? FDDUP_FLAG_CLOFORK : 0), in kern_fcntl()1056 MPASS((flags & ~(FDDUP_FLAG_CLOEXEC | FDDUP_FLAG_CLOFORK)) == 0); in kern_dup()