Searched refs:mfd (Results 1 - 6 of 6) sorted by last modified time

/freebsd-9.3-release/lib/libutil/
H A Dgr_util.c131 gr_tmp(int mfd) argument
151 if (mfd != -1) {
152 while ((nr = read(mfd, buf, sizeof(buf))) > 0)
H A Dpw_util.c214 pw_tmp(int mfd) argument
234 if (mfd != -1) {
235 while ((nr = read(mfd, buf, sizeof(buf))) > 0)
/freebsd-9.3-release/usr.sbin/moused/
H A Dmoused.c408 int mfd; /* mouse file descriptor */ member in struct:rodentparam
435 .mfd = -1,
892 rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK);
893 if (rodent.mfd == -1)
897 close(rodent.mfd);
898 rodent.mfd = -1;
922 if (rodent.mfd == -1) {
937 if (rodent.mfd != -1)
938 close(rodent.mfd);
941 rodent.mfd
[all...]
/freebsd-9.3-release/contrib/ipfilter/l4check/
H A Dl4check.c291 int fd, opt, res, mfd, i; local
297 mfd = 0;
364 if (l4->l4_fd > mfd)
365 mfd = l4->l4_fd;
381 if (l4->l4_fd > mfd)
382 mfd = l4->l4_fd;
386 fprintf(stderr, "Select: max fd %d wait %d\n", mfd + 1,
388 i = select(mfd + 1, &rfd, &wfd, NULL, &tv);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcieepx-defs.h1236 uint32_t mfd : 1; /**< Multi Function Device member in struct:cvmx_pcieepx_cfg003::cvmx_pcieepx_cfg003_s
1254 uint32_t mfd : 1;
H A Dcvmx-pciercx-defs.h1217 uint32_t mfd : 1; /**< Multi Function Device member in struct:cvmx_pciercx_cfg003::cvmx_pciercx_cfg003_s
1233 uint32_t mfd : 1;

Completed in 259 milliseconds