Home
last modified time | relevance | path

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

/NextBSD/sys/boot/common/
HDcommands.c130 int hfd, matched, doindex; in command_help() local
135 if ((hfd = open(buf, O_RDONLY)) < 0) { in command_help()
153 close(hfd); in command_help()
163 while(help_getnext(hfd, &t, &s, &d)) { in command_help()
180 while((fgetstr(buf, 80, hfd) >= 0) && (buf[0] != '#')) { in command_help()
197 close(hfd); in command_help()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-pcsx-defs.h532 uint64_t hfd : 1; /**< 1 means local device Half Duplex capable */ member
538 uint64_t hfd : 1;
629 uint64_t hfd : 1; /**< 1 means link partner Half Duplex capable */ member
635 uint64_t hfd : 1;
HDcvmx-helper-sgmii.c150 pcsx_anx_adv_reg.s.hfd = 1; in __cvmx_helper_sgmii_hardware_init_one_time()