Searched refs:fdx (Results 1 – 8 of 8) sorted by relevance
/freebsd/tests/sys/posixshm/ |
H A D | memfd_test.c | 227 int fd, fdx; in ATF_TC_BODY() local 231 ATF_REQUIRE((fdx = dup(fd)) != -1); in ATF_TC_BODY() 238 seals = fcntl(fdx, F_GET_SEALS); in ATF_TC_BODY() 242 ATF_REQUIRE(write(fdx, buf, sizeof(buf)) == -1); in ATF_TC_BODY() 246 fdx, 0) == MAP_FAILED); in ATF_TC_BODY() 250 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 | 143 int fd = -1, fdx; in main() local 347 fdx = strtol(dev, &ep, 10); in main() 349 fd = fdx; in main()
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 938 float fdx, fdy; in linacc() local 944 fdx = dx * rodent.accelx + rodent.remainx; in linacc() 946 *movex = lround(fdx); in linacc() 948 rodent.remainx = fdx - *movex; in linacc() 965 float fdx, fdy, length, lbase, accel; in expoacc() local 971 fdx = dx * rodent.accelx; in expoacc() 973 length = sqrtf((fdx * fdx) + (fdy * fdy)); /* Pythagoras */ in expoacc() 977 fdx = fdx * acce in expoacc() [all...] |
/freebsd/sys/net/ |
H A D | bridgestp.c | 1827 int fdx; in bstp_ifupdstatus() local 1829 fdx = ifmr.ifm_active & IFM_FDX ? 1 : 0; in bstp_ifupdstatus() 1830 if (bp->bp_ptp_link ^ fdx) { in bstp_ifupdstatus() 1831 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 && …
|