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

/netbsd-current/usr.bin/audiocfg/
H A Ddrvctl.c57 prop_dictionary_t command_dict; local
64 command_dict = prop_dictionary_create();
67 prop_dictionary_set_string_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-current/sbin/drvctl/
H A Ddrvctl.c78 prop_dictionary_t command_dict, args_dict, results_dict, data_dict; local
163 command_dict = prop_dictionary_create();
166 prop_dictionary_set_string_nocopy(command_dict,
170 prop_dictionary_set_and_rel(command_dict, "drvctl-arguments",
173 res = prop_dictionary_sendrecv_ioctl(command_dict, fd,
175 prop_object_release(command_dict);
/netbsd-current/sys/kern/
H A Dkern_drvctl.c486 prop_dictionary_t command_dict,
494 args_dict = prop_dictionary_get(command_dict, "drvctl-arguments");
541 prop_dictionary_t command_dict, results_dict; local
546 error = prop_dictionary_copyin_ioctl(pref, ioctl_cmd, &command_dict);
552 prop_object_release(command_dict);
556 command_string = prop_dictionary_get(command_dict, "drvctl-command");
578 error = (*dcd->dcd_func)(l, command_dict, results_dict);
584 prop_object_release(command_dict);
485 drvctl_command_get_properties(struct lwp *l, prop_dictionary_t command_dict, prop_dictionary_t results_dict) argument
/netbsd-current/usr.sbin/sysinst/
H A Ddisks.c348 prop_dictionary_t command_dict; local
362 command_dict = prop_dictionary_create();
365 prop_dictionary_set_string_nocopy(command_dict, "drvctl-command",
369 prop_dictionary_set(command_dict, "drvctl-arguments", args_dict);
372 error = prop_dictionary_sendrecv_ioctl(command_dict, fd,
374 prop_object_release(command_dict);
H A Dutil.c2635 prop_dictionary_t command_dict, args_dict, results_dict, data_dict; local
2644 command_dict = prop_dictionary_create();
2648 prop_dictionary_set(command_dict, "drvctl-command", string);
2655 prop_dictionary_set(command_dict, "drvctl-arguments",
2659 res = prop_dictionary_sendrecv_ioctl(command_dict, fd,
2661 prop_object_release(command_dict);

Completed in 110 milliseconds