Searched refs:f_type (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-current/stand/common/
H A Dmodinfo.c128 MOD_TYPE(addr, fp->f_type, c);
H A Dbootstrap.h233 char *f_type; /* verbose file type, eg 'ELF kernel', 'pnptable', etc. */ member in struct:preloaded_file
H A Dload_elf.c438 if (strcmp(__elfN(kerneltype), kfp->f_type)) {
441 kfp->f_type);
472 fp->f_type = strdup(ef.kernel ?
475 fp->f_type = strdup("elf multiboot kernel");
H A Dload_elf_obj.c181 fp->f_type = strdup(__elfN(obj_moduletype));
/freebsd-current/sys/i386/linux/
H A Dlinux.h212 l_int f_type; member in struct:l_statfs64
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zone.c81 if (st.f_type != NSFS_MAGIC) {
/freebsd-current/sys/kern/
H A Dkern_descrip.c638 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
743 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
799 if (fp->f_type != DTYPE_VNODE || fp->f_ops == &path_fileops) {
850 if (fp->f_type != DTYPE_VNODE) {
1309 if (__predict_false(fp->f_type == DTYPE_MQUEUE))
1708 } else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) {
2485 if (fp->f_type != DTYPE_VNODE ||
2644 if (fp->f_type != DTYPE_VNODE)
2718 if (fp->f_type
[all...]
H A Dsys_timerfd.c493 if (fp->f_type != DTYPE_TIMERFD) {
525 if (fp->f_type != DTYPE_TIMERFD) {
H A Dsys_generic.c567 if (error != 0 && fp->f_type != DTYPE_SOCKET) {
2176 if (fp1->f_type != fp2->f_type)
/freebsd-current/sys/security/mac/
H A Dmac_syscalls.c258 switch (fp->f_type) {
418 switch (fp->f_type) {
/freebsd-current/sys/compat/linux/
H A Dlinux_event.c306 if (epfp->f_type != DTYPE_KQUEUE) {
389 if (epfp->f_type != DTYPE_KQUEUE) {
H A Dlinux_socket.c2407 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
2408 (fp->f_type == DTYPE_VNODE &&
2414 if (ofp->f_type != DTYPE_SOCKET)
2432 return (fp->f_type == DTYPE_VNODE && fp->f_vnode != NULL &&
2567 if ((fp->f_type != DTYPE_SHM && fp->f_type != DTYPE_VNODE) ||
2568 (fp->f_type == DTYPE_VNODE &&
H A Dlinux_stats.c271 l_long f_type; member in struct:l_statfs
354 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename);
398 linux_statfs->f_type = bsd_to_linux_ftype(bsd_statfs->f_fstypename);
H A Dlinux_file.c183 if (fp->f_type != DTYPE_VNODE) {
1416 if (fp->f_type == DTYPE_PIPE) {
1447 if (fp->f_type != DTYPE_PIPE) {
1843 if (fp->f_type == DTYPE_SOCKET && (fp->f_flag & FNONBLOCK) != 0)
H A Dlinux.c835 if (fp->f_type == DTYPE_SOCKET)
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec.c895 if (fp->f_type != DTYPE_VNODE) {
898 fp->f_type);
/freebsd-current/sys/fs/fdescfs/
H A Dfdesc_vnops.c264 if ((fdm->flags & FMNT_NODUP) != 0 && a->fp->f_type == DTYPE_VNODE) {
646 switch (fp->f_type) {
/freebsd-current/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c387 if (fp->f_type != DTYPE_VNODE) {
/freebsd-current/sys/amd64/linux32/
H A Dlinux.h240 l_int f_type; member in struct:l_statfs64
/freebsd-current/sbin/bectl/
H A Dbectl_jail.c222 mntbuf[i].f_type != MNTTYPE_ZFS) {
/freebsd-current/sys/sys/
H A Dmount.h83 uint32_t f_type; /* type of filesystem */ member in struct:statfs
112 uint32_t f_type; /* type of filesystem */ member in struct:freebsd11_statfs
153 int f_type; /* type of filesystem */ member in struct:ostatfs
H A Dfile.h192 short f_type; /* descriptor type */ member in struct:file
/freebsd-current/sys/dev/filemon/
H A Dfilemon_wrapper.c69 if (filemon->fp->f_type == DTYPE_VNODE)
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32.h154 int32_t f_type; member in struct:ostatfs32
/freebsd-current/contrib/sendmail/libsm/
H A Dvfprintf.c121 fake.f_type = "sm_bprintf:fake";

Completed in 404 milliseconds

1234