Searched refs:fdx (Results 1 – 9 of 9) sorted by relevance
| /freebsd/tests/sys/posixshm/ |
| H A D | memfd_test.c | 229 int fd, fdx; in ATF_TC_BODY() local 233 ATF_REQUIRE((fdx = dup(fd)) != -1); in ATF_TC_BODY() 240 seals = fcntl(fdx, F_GET_SEALS); in ATF_TC_BODY() 244 ATF_REQUIRE(write(fdx, buf, sizeof(buf)) == -1); in ATF_TC_BODY() 248 fdx, 0) == MAP_FAILED); in ATF_TC_BODY() 252 close(fdx); in ATF_TC_BODY()
|
| /freebsd/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | logwtmp.c | 112 static int fdx; in ftpd_logwtmp_wtmp() local 175 fdx = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0); in ftpd_logwtmp_wtmp() 184 write(fdx, &utx, sizeof(struct utmpx)); in ftpd_logwtmp_wtmp()
|
| /freebsd/sys/dev/mii/ |
| H A D | mii_physubr.c | 387 int fdx = 0; in mii_phy_add_media() local 436 fdx = 1; in mii_phy_add_media() 451 fdx = 1; in mii_phy_add_media() 482 fdx = 1; in mii_phy_add_media() 520 fdx = 1; in mii_phy_add_media() 528 if (fdx != 0 && (sc->mii_flags & MIIF_DOPAUSE) != 0) { in mii_phy_add_media()
|
| /freebsd/sbin/mount_fusefs/ |
| H A D | mount_fusefs.c | 144 int fd = -1, fdx; in main() local 348 fdx = strtol(dev, &ep, 10); in main() 350 fd = fdx; in main()
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 868 double fdx, fdy, fdz; in linacc() local 874 fdx = dx * acc->accelx + acc->remainx; in linacc() 877 *movex = lround(fdx); in linacc() 880 acc->remainx = fdx - *movex; in linacc() 898 double fdx, fdy, fdz, length, lbase, accel; in expoacc() local 904 fdx = dx * acc->accelx; in expoacc() 907 length = sqrt((fdx * fdx) + (fdy * fdy)); /* Pythagoras */ in expoacc() 912 fdx = fdx * accel + acc->remainx; in expoacc() 914 *movex = lround(fdx); in expoacc() 917 acc->remainx = fdx - *movex; in expoacc()
|
| /freebsd/sys/net/ |
| H A D | bridgestp.c | 1828 int fdx; in bstp_ifupdstatus() local 1830 fdx = ifmr.ifm_active & IFM_FDX ? 1 : 0; in bstp_ifupdstatus() 1831 if (bp->bp_ptp_link ^ fdx) { in bstp_ifupdstatus() 1832 bp->bp_ptp_link = fdx; in bstp_ifupdstatus()
|
| /freebsd/sys/dev/bce/ |
| H A D | if_bce.c | 6084 int error, fdx; in bce_ifmedia_upd_locked() local 6097 fdx = IFM_OPTIONS(ifm->ifm_media) & IFM_FDX; in bce_ifmedia_upd_locked() 6116 if (fdx != 0) in bce_ifmedia_upd_locked() 6129 if (fdx != 0) in bce_ifmedia_upd_locked() 6137 if (fdx != 0) in bce_ifmedia_upd_locked() 6145 if (fdx != 0) in bce_ifmedia_upd_locked() 6153 if (fdx != 0) in bce_ifmedia_upd_locked() 6166 if (fdx != 0) in bce_ifmedia_upd_locked()
|
| /freebsd/contrib/flex/ |
| H A D | ChangeLog | 708 …* doc/Makefile.am: fix flex.1 dependency git clean -fdx && ./autogen.sh && \ mkdir -p ../build &… 713 …* src/Makefile.am: fix stage1scan.c and stage1scan.l dependency git clean -fdx && ./autogen.sh && …
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 9384 Joined<["-"], "fdx-rootsignature-version=">,
|