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

  /src/sys/kern/
kern_drvctl.c 542 prop_string_t command_string; local in function:drvctl_command
556 command_string = prop_dictionary_get(command_dict, "drvctl-command");
557 if (command_string == NULL) {
563 if (prop_string_equals_string(command_string,
kern_drvctl.c 542 prop_string_t command_string; local in function:drvctl_command
556 command_string = prop_dictionary_get(command_dict, "drvctl-command");
557 if (command_string == NULL) {
563 if (prop_string_equals_string(command_string,

Completed in 130 milliseconds