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

  /src/sys/kern/
kern_drvctl.c 543 const struct drvctl_command_desc *dcd; local in function:drvctl_command
562 for (dcd = drvctl_command_table; dcd->dcd_name != NULL; dcd++) {
564 dcd->dcd_name))
568 if (dcd->dcd_name == NULL) {
573 if ((fflag & dcd->dcd_rw) == 0) {
578 error = (*dcd->dcd_func)(l, command_dict, results_dict);
kern_drvctl.c 543 const struct drvctl_command_desc *dcd; local in function:drvctl_command
562 for (dcd = drvctl_command_table; dcd->dcd_name != NULL; dcd++) {
564 dcd->dcd_name))
568 if (dcd->dcd_name == NULL) {
573 if ((fflag & dcd->dcd_rw) == 0) {
578 error = (*dcd->dcd_func)(l, command_dict, results_dict);

Completed in 21 milliseconds