OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025