gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:FFLAGS (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/sys_descrip.c - 20.6KB - 722 lines
427:                 /* XXX not guaranteed to be atomic. */
428:                 tmp = FFLAGS((long)SCARG(uap, arg)) & FCNTLFLAGS;
429:                 error = (*fp->f_ops->fo_fcntl)(fp, F_SETFL, &tmp);
t2ex_source/t2ex/network/net/src/netmain/tkn_bpf.c - 4.7KB - 181 lines
157: 
158:                 fp->f_flag = FFLAGS(oflag & O_ACCMODE);
159:                 fp->f_type = DTYPE_MISC;
t2ex_source/t2ex/network/net/src/netmain/tkn_tun.c - 4.7KB - 181 lines
157: 
158:                 fp->f_flag = FFLAGS(oflag & O_ACCMODE);
159:                 fp->f_type = DTYPE_MISC;