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

  /src/sys/dev/pci/
if_sk.c 159 static void sk_attach(device_t, device_t, void *);
333 * we only use the ID string during sk_attach().
1200 sk_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
1226 DPRINTFN(2, ("begin sk_attach: port=%d\n", sc_if->sk_port));
1279 DPRINTFN(2, ("sk_attach: rx_ramstart=%#x rx_ramend=%#x\n"
1402 DPRINTFN(2, ("sk_attach: 1\n"));
1435 DPRINTFN(2, ("sk_attach: 1\n"));
1455 DPRINTFN(2, ("sk_attach: end\n"));
3005 sk_probe, sk_attach, NULL, NULL);

Completed in 16 milliseconds