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

/netbsd-6-1-5-RELEASE/usr.bin/audiocfg/
H A Ddrvctl.c57 prop_dictionary_t command_dict; local
64 command_dict = prop_dictionary_create();
67 prop_dictionary_set_cstring_nocopy(command_dict, "drvctl-command",
70 prop_dictionary_set(command_dict, "drvctl-arguments", args_dict);
73 error = prop_dictionary_sendrecv_ioctl(command_dict, fd,
75 prop_object_release(command_dict);
/netbsd-6-1-5-RELEASE/sbin/drvctl/
H A Ddrvctl.c80 prop_dictionary_t command_dict, args_dict, results_dict, local
168 command_dict = prop_dictionary_create();
172 prop_dictionary_set(command_dict, "drvctl-command", string);
179 prop_dictionary_set(command_dict, "drvctl-arguments",
183 res = prop_dictionary_sendrecv_ioctl(command_dict, fd,
186 prop_object_release(command_dict);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_drvctl.c435 prop_dictionary_t command_dict,
443 args_dict = prop_dictionary_get(command_dict, "drvctl-arguments");
490 prop_dictionary_t command_dict, results_dict; local
495 error = prop_dictionary_copyin_ioctl(pref, ioctl_cmd, &command_dict);
501 prop_object_release(command_dict);
505 command_string = prop_dictionary_get(command_dict, "drvctl-command");
527 error = (*dcd->dcd_func)(l, command_dict, results_dict);
533 prop_object_release(command_dict);
434 drvctl_command_get_properties(struct lwp *l, prop_dictionary_t command_dict, prop_dictionary_t results_dict) argument
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dgpt.c491 prop_dictionary_t command_dict, args_dict, results_dict, data_dict, local
503 command_dict = prop_dictionary_create();
507 prop_dictionary_set(command_dict, "drvctl-command", string);
524 prop_dictionary_set(command_dict, "drvctl-arguments", args_dict);
527 res = prop_dictionary_sendrecv_ioctl(command_dict, dfd, DRVCTLCOMMAND,
530 prop_object_release(command_dict);

Completed in 89 milliseconds