Lines Matching refs:EQ
81 #define EQ(s1, s2) (strcmp(s1, s2) == 0) macro
286 if (EQ(program_name, DEVNM_CMD)) in main()
461 if (EQ(fstype, *p)) in is_remote_fs()
673 if (EQ(name, mtep->mte_mount->mnt_special)) { in resource_mount_entry()
712 if (EQ(special, mtep->mte_mount->mnt_special)) { in bdev_mount_entry()
726 if (EQ(mtp->mnt_fstype, MNTTYPE_SWAP)) in devid_matches()
783 if (dfrp->dfr_fstype && EQ(dfrp->dfr_fstype, MNTTYPE_LOFS)) { in path_mount_entry()
794 if (!EQ(entryp->mnt_fstype, MNTTYPE_LOFS)) in path_mount_entry()
843 if (!EQ(match->mte_mount->mnt_fstype, in path_mount_entry()
879 if (F_option && ! EQ(FSType, fstype)) in run_fs_specific_df()
1010 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) { in prune_list()
1702 if (F_option && ! EQ(FSType, vtab.vfs_fstype)) in find_fstype()
1769 if (EQ(mtp->mnt_fstype, MNTTYPE_SWAP)) in create_request_list()
1959 if (! EQ(fstype, requests[j].dfr_fstype)) in do_df()
1973 if (F_option && ! EQ(fstype, FSType)) { in do_df()
2094 ! EQ(st.st_fstype, MNTTYPE_TMPFS) && in do_devnm()