HomeSort by: relevance | last modified time | path
    Searched defs:net_parent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/sandpoint/
autoconf.c 214 static device_t boot_parent = NULL, net_parent = NULL; local in function:device_register
225 net_parent = dev;
235 else if (device_parent(dev) == net_parent)
autoconf.c 214 static device_t boot_parent = NULL, net_parent = NULL; local in function:device_register
225 net_parent = dev;
235 else if (device_parent(dev) == net_parent)

Completed in 132 milliseconds