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

/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c411 static struct usb_proc_msg callout_msg[2]; variable in typeref:struct:usb_proc_msg
418 callout_msg[0].pm_callback = &callout_proc_msg;
419 callout_msg[1].pm_callback = &callout_proc_msg;
446 usb_proc_msignal(usb_process + 2, &callout_msg[0], &callout_msg[1]);

Completed in 53 milliseconds