Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dfcntl.h244 int fc_flags; /* F_GETFL/F_SETFL */ member
/dragonfly/sys/kern/
H A Dkern_descrip.c761 dat->fc_flags = OFLAGS(fp->f_flag); in kern_fcntl()
767 nflags = FFLAGS(dat->fc_flags & ~O_ACCMODE) & FCNTLFLAGS; in kern_fcntl()
931 dat.fc_flags = uap->arg; in sys_fcntl()
960 sysmsg->sysmsg_result = dat.fc_flags; in sys_fcntl()