Searched refs:f_type (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010328-1.c27 int f_type; member in struct:statfs
44 int f_type; member in struct:statfs64
68 buf->f_type = buf32.f_type;
/openbsd-current/bin/ls/
H A Dls.h52 extern int f_type; /* add type character for non-regular files */
H A Dprint.c125 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
145 if (f_type || f_typedir)
235 if (f_type || (f_typedir && S_ISDIR(sp->st_mode)))
312 if (f_type)
H A Dls.c93 int f_type; /* add type character for non-regular files */ variable
187 f_type = 1;
265 if (!f_longform && !f_inode && !f_size && !f_type && !f_typedir &&
273 if (!f_longform && !f_listdir && !f_type)
/openbsd-current/sys/kern/
H A Dkern_pledge.c765 switch (fp->f_type) {
793 switch (fp->f_type) {
1080 if (fp->f_type == DTYPE_VNODE) {
1090 if (fp->f_type == DTYPE_SOCKET)
1100 if (fp->f_type == DTYPE_VNODE &&
1115 if (fp->f_type == DTYPE_VNODE &&
1128 if ((fp->f_type == DTYPE_VNODE) &&
1150 if (fp->f_type == DTYPE_VNODE &&
1168 if (fp->f_type == DTYPE_VNODE &&
1176 if (fp->f_type
[all...]
H A Dkern_descrip.c473 if (fp->f_type == DTYPE_VNODE && (vp->v_flag & VISTTY))
522 if (fp->f_type != DTYPE_VNODE) {
595 if (fp->f_type != DTYPE_VNODE) {
836 switch (fp->f_type) {
1161 fp->f_type == DTYPE_KQUEUE) {
1247 fp->f_type == DTYPE_VNODE) {
1308 if (fp->f_type != DTYPE_VNODE) {
H A Dexec_script.c180 fp->f_type = DTYPE_VNODE;
H A Duipc_usrreq.c1030 if (fp->f_type != DTYPE_SOCKET)
1085 if (fdp->fd_rdir != NULL && fp->f_type == DTYPE_VNODE) {
1292 if (fp->f_type == DTYPE_KQUEUE) {
1298 if (fp->f_type == DTYPE_VNODE && kcov_vnode(fp->f_data)) {
H A Dkern_sysctl.c1214 kf->f_type = fp->f_type;
1239 kf->f_type = DTYPE_VNODE;
1245 kf->f_type = DTYPE_SOCKET;
1249 switch (kf->f_type) {
1516 if ((arg == 0 || fp->f_type == arg)) {
1518 if (arg == DTYPE_SOCKET && fp->f_type == arg) {
H A Dsys_generic.c222 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO ||
350 if (fp->f_type != DTYPE_VNODE || vp->v_type == VFIFO ||
429 if (fp->f_type == DTYPE_SOCKET) {
H A Dtty_pty.c1126 cfp->f_type = DTYPE_VNODE;
1181 sfp->f_type = DTYPE_VNODE;
H A Dsys_pipe.c194 rf->f_type = DTYPE_PIPE;
202 wf->f_type = DTYPE_PIPE;
/openbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c145 int f_type; /* entry type, see below */ member in struct:filed
199 /* values for f_type */
508 consfile.f_type = F_CONSOLE;
1492 if (f->f_type == F_FORWTLS) {
1785 if (f->f_type == F_CONSOLE) {
1792 f->f_type = F_CONSOLE;
1811 if (f->f_type == F_CONSOLE && (flags & IGN_CONS))
1823 (f->f_type != F_PIPE && f->f_type != F_FORWUDP &&
1824 f->f_type !
[all...]
/openbsd-current/sys/sys/
H A Dfile.h92 int f_type; /* [I] descriptor type */ member in struct:file
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmt-opc.h122 long f_type;
121 long f_type; member in struct:cgen_fields
H A Dmt-ibld.c730 errmsg = insert_normal (cd, fields->f_type, 0, 0, 21, 2, 32, total_length, buffer);
950 length = extract_normal (cd, ex_info, insn_value, 0, 0, 21, 2, 32, total_length, pc, & fields->f_type);
1150 value = fields->f_type;
1332 value = fields->f_type;
1521 fields->f_type = value;
1700 fields->f_type = value;
/openbsd-current/usr.bin/fstat/
H A Dfuser.c89 if (kf->f_type != DTYPE_VNODE)
H A Dfstat.c402 switch (kf->f_type) {
420 kf->f_type, kf->fd_fd, (long)Pid);
630 if (kf[i].f_type != DTYPE_SOCKET ||
/openbsd-current/sys/ntfs/
H A Dntfs_vfsops.c673 enum vtype f_type; local
711 f_type = VDIR;
713 f_type = VNON;
716 f_type = VREG;
758 vp->v_type = f_type;
H A Dntfs_subr.c842 enum vtype f_type; local
981 f_type = VDIR;
983 f_type = VREG;
985 nvp->v_type = f_type;
/openbsd-current/sys/dev/
H A Ddiskmap.c126 fp->f_type = DTYPE_VNODE;
/openbsd-current/lib/libkvm/
H A Dkvm_file2.c246 if (arg != 0 && file.f_type != arg)
487 kf->f_type = fp->f_type;
504 kf->f_type = DTYPE_VNODE;
512 switch (kf->f_type) {
/openbsd-current/sys/miscfs/fuse/
H A Dfuse_vfsops.c90 if (fp->f_type != DTYPE_VNODE) {
/openbsd-current/usr.bin/find/
H A Dfunction.c107 int f_type(PLAN *, FTSENT *);
1497 f_type(PLAN *plan, FTSENT *entry) function
1536 new = palloc(N_TYPE, f_type);
/openbsd-current/usr.sbin/pstat/
H A Dpstat.c1034 (kf->f_type >= (sizeof(dtypes)/sizeof(dtypes[0])))
1035 ? 0 : kf->f_type]);

Completed in 538 milliseconds

12