HomeSort by: relevance | last modified time | path
    Searched refs:nic (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/lib/libc/gen/
t_nice.c 96 int i, pri, nic; local
102 nic = nice(i);
103 ATF_REQUIRE(nic != -1);
109 if (nic != pri)
125 if (nic != pri)
  /src/external/mpl/dhcp/dist/server/
class.c 79 for (class = collection -> classes; class; class = class -> nic) {
220 for (pp = 0, cp = lp -> classes; cp; pp = cp, cp = cp -> nic)
223 lp->classes = cp->nic;
225 pp->nic = cp->nic;
227 cp->nic = 0;
244 for (cp = lp -> classes; cp; cp = cp -> nic)
mdb.c 98 c -> nic; c = c -> nic)
100 class_reference (&c -> nic, cd, MDL);
2452 for (cp = colp->classes ; cp ; cp = cp->nic) {
3062 if (cc -> nic) {
3063 class_reference (&cn, cc -> nic, MDL);
3064 class_dereference (&cc -> nic, MDL);
db.c 986 for (cp = lp -> classes; cp; cp = cp -> nic) {
omapi.c 1996 if (class -> nic)
1997 class_dereference (&class -> nic, file, line);
confpars.c 2583 c -> nic; c = c -> nic)
2585 class_reference (&c -> nic, class, MDL);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
stingray.dtsi 701 nic-hsls {
708 compatible = "brcm,iproc-nic-i2c";
  /src/sys/external/bsd/ipf/netinet/
fil.c 7318 /* Returns: void* - NULL = wildcard name, -1 = failed to find NIC, else */
7319 /* pointer to interface structure for NIC */
7327 /* for both IPv4 and IPv6 on the same physical NIC. */
7333 void *nic; local
7343 nic = GETIFP(name, v);
7344 if (nic == NULL)
7345 nic = (void *)-1;
7346 return nic;
  /src/usr.sbin/sysinst/
msg.mi.pl 401 {Jestesmy teraz gotowi zainstalowac NetBSD na twoim dysku (%s). Nic
403 procesu poki nic nie zostalo jeszcze zmienione.
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1102 struct class *nic; /* Next in collection. */
  /src/share/terminfo/
terminfo 1137 linux-nic|Linux with ich/ich1 suppressed for non-curses programs,
5786 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
8877 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character,
24657 # If you see doubled characters from these, use the linux-nic and xterm-nic
    [all...]

Completed in 115 milliseconds