Searched refs:nic (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/mii/
H A Drlphy.c110 const char *nic; local
117 nic = device_get_name(device_get_parent(device_get_parent(dev)));
118 if (strcmp(nic, "rl") == 0 || strcmp(nic, "re") == 0)
H A Dnsphy.c131 const char *nic; local
134 nic = device_get_name(device_get_parent(device_get_parent(dev)));
139 if (strcmp(nic, "pcn") == 0)
/freebsd-10.0-release/contrib/ncurses/misc/
H A Demx.src600 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
H A Dterminfo.src774 linux-nic|linux with ich/ich1 suppressed for non-curses programs,
3451 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
4753 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character,
19886 # If you see doubled characters from these, use the linux-nic and xterm-nic
20716 # * Added linux-nic and xterm-nic entries.
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dfil.c7488 void *nic; local
7498 nic = GETIFP(name, v);
7499 if (nic == NULL)
7500 nic = (void *)-1;
7501 return nic;
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_main.c1942 if (hdr1->chip == hdr2->chip && SAME_INTF(nic) && SAME_INTF(vnic) &&

Completed in 192 milliseconds