Searched refs:hfd (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/boot/common/
H A Dcommands.c130 int hfd, matched, doindex; local
135 if ((hfd = open(buf, O_RDONLY)) < 0) {
153 close(hfd);
163 while(help_getnext(hfd, &t, &s, &d)) {
180 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) {
197 close(hfd);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcsx-defs.h313 uint64_t hfd : 1; /**< 1 means local device Half Duplex capable */ member in struct:cvmx_pcsx_anx_adv_reg::cvmx_pcsx_anx_adv_reg_s
319 uint64_t hfd : 1;
404 uint64_t hfd : 1; /**< 1 means link partner Half Duplex capable */ member in struct:cvmx_pcsx_anx_lp_abil_reg::cvmx_pcsx_anx_lp_abil_reg_s
410 uint64_t hfd : 1;
H A Dcvmx-helper-sgmii.c139 pcsx_anx_adv_reg.s.hfd = 1;

Completed in 108 milliseconds