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

  /src/usr.bin/audiocfg/
drvctl.c 57 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);
drvctl.c 57 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);
  /src/sbin/drvctl/
drvctl.c 76 prop_dictionary_t command_dict, args_dict, results_dict, data_dict; local
161 command_dict = prop_dictionary_create();
164 prop_dictionary_set_string_nocopy(command_dict,
168 prop_dictionary_set_and_rel(command_dict, "drvctl-arguments",
171 res = prop_dictionary_sendrecv_ioctl(command_dict, fd,
173 prop_object_release(command_dict);
drvctl.c 76 prop_dictionary_t command_dict, args_dict, results_dict, data_dict; local
161 command_dict = prop_dictionary_create();
164 prop_dictionary_set_string_nocopy(command_dict,
168 prop_dictionary_set_and_rel(command_dict, "drvctl-arguments",
171 res = prop_dictionary_sendrecv_ioctl(command_dict, fd,
173 prop_object_release(command_dict);
  /src/sys/kern/
kern_drvctl.c 490 prop_dictionary_t command_dict,
498 args_dict = prop_dictionary_get(command_dict, "drvctl-arguments");
545 prop_dictionary_t command_dict, results_dict; local
550 error = prop_dictionary_copyin_ioctl(pref, ioctl_cmd, &command_dict);
556 prop_object_release(command_dict);
560 command_string = prop_dictionary_get(command_dict, "drvctl-command");
582 error = (*dcd->dcd_func)(l, command_dict, results_dict);
588 prop_object_release(command_dict);
kern_drvctl.c 490 prop_dictionary_t command_dict,
498 args_dict = prop_dictionary_get(command_dict, "drvctl-arguments");
545 prop_dictionary_t command_dict, results_dict; local
550 error = prop_dictionary_copyin_ioctl(pref, ioctl_cmd, &command_dict);
556 prop_object_release(command_dict);
560 command_string = prop_dictionary_get(command_dict, "drvctl-command");
582 error = (*dcd->dcd_func)(l, command_dict, results_dict);
588 prop_object_release(command_dict);
  /src/usr.sbin/sysinst/
disks.c 349 prop_dictionary_t command_dict; local
363 command_dict = prop_dictionary_create();
366 prop_dictionary_set_string_nocopy(command_dict, "drvctl-command",
370 prop_dictionary_set(command_dict, "drvctl-arguments", args_dict);
373 error = prop_dictionary_sendrecv_ioctl(command_dict, fd,
375 prop_object_release(command_dict);
disks.c 349 prop_dictionary_t command_dict; local
363 command_dict = prop_dictionary_create();
366 prop_dictionary_set_string_nocopy(command_dict, "drvctl-command",
370 prop_dictionary_set(command_dict, "drvctl-arguments", args_dict);
373 error = prop_dictionary_sendrecv_ioctl(command_dict, fd,
375 prop_object_release(command_dict);
util.c 2697 prop_dictionary_t command_dict, args_dict, results_dict, data_dict; local
2706 command_dict = prop_dictionary_create();
2710 prop_dictionary_set(command_dict, "drvctl-command", string);
2717 prop_dictionary_set(command_dict, "drvctl-arguments",
2721 res = prop_dictionary_sendrecv_ioctl(command_dict, fd,
2723 prop_object_release(command_dict);
util.c 2697 prop_dictionary_t command_dict, args_dict, results_dict, data_dict; local
2706 command_dict = prop_dictionary_create();
2710 prop_dictionary_set(command_dict, "drvctl-command", string);
2717 prop_dictionary_set(command_dict, "drvctl-arguments",
2721 res = prop_dictionary_sendrecv_ioctl(command_dict, fd,
2723 prop_object_release(command_dict);

Completed in 48 milliseconds