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

  /src/sys/dev/pci/
if_tl.c 110 static bool tl_shutdown(device_t, int);
401 /* init these pointers, so that tl_shutdown won't try to read them */
460 if (pmf_device_register1(self, NULL, NULL, tl_shutdown))
510 tl_shutdown(device_t self, int howto) function in typeref:typename:bool
if_tl.c 110 static bool tl_shutdown(device_t, int);
401 /* init these pointers, so that tl_shutdown won't try to read them */
460 if (pmf_device_register1(self, NULL, NULL, tl_shutdown))
510 tl_shutdown(device_t self, int howto) function in typeref:typename:bool

Completed in 22 milliseconds