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

  /src/lib/libdm/
libdm_ioctl.c 69 prop_dictionary_t ldm_task; member in struct:libdm_task
163 prop_dictionary_externalize_to_pref(libdm_task->ldm_task,
174 error = prop_dictionary_sendrecv_ioctl(libdm_task->ldm_task,
184 prop_object_release(libdm_task->ldm_task);
185 libdm_task->ldm_task = dict;
205 if ((task->ldm_task = prop_dictionary_create()) == NULL) {
210 if ((prop_dictionary_set_string(task->ldm_task, DM_IOCTL_COMMAND,
212 prop_object_release(task->ldm_task);
231 prop_dictionary_set(task->ldm_task, DM_IOCTL_VERSION,
247 prop_object_release(libdm_task->ldm_task);
    [all...]
libdm_ioctl.c 69 prop_dictionary_t ldm_task; member in struct:libdm_task
163 prop_dictionary_externalize_to_pref(libdm_task->ldm_task,
174 error = prop_dictionary_sendrecv_ioctl(libdm_task->ldm_task,
184 prop_object_release(libdm_task->ldm_task);
185 libdm_task->ldm_task = dict;
205 if ((task->ldm_task = prop_dictionary_create()) == NULL) {
210 if ((prop_dictionary_set_string(task->ldm_task, DM_IOCTL_COMMAND,
212 prop_object_release(task->ldm_task);
231 prop_dictionary_set(task->ldm_task, DM_IOCTL_VERSION,
247 prop_object_release(libdm_task->ldm_task);
    [all...]
libdm_ioctl.c 69 prop_dictionary_t ldm_task; member in struct:libdm_task
163 prop_dictionary_externalize_to_pref(libdm_task->ldm_task,
174 error = prop_dictionary_sendrecv_ioctl(libdm_task->ldm_task,
184 prop_object_release(libdm_task->ldm_task);
185 libdm_task->ldm_task = dict;
205 if ((task->ldm_task = prop_dictionary_create()) == NULL) {
210 if ((prop_dictionary_set_string(task->ldm_task, DM_IOCTL_COMMAND,
212 prop_object_release(task->ldm_task);
231 prop_dictionary_set(task->ldm_task, DM_IOCTL_VERSION,
247 prop_object_release(libdm_task->ldm_task);
    [all...]
libdm_ioctl.c 69 prop_dictionary_t ldm_task; member in struct:libdm_task
163 prop_dictionary_externalize_to_pref(libdm_task->ldm_task,
174 error = prop_dictionary_sendrecv_ioctl(libdm_task->ldm_task,
184 prop_object_release(libdm_task->ldm_task);
185 libdm_task->ldm_task = dict;
205 if ((task->ldm_task = prop_dictionary_create()) == NULL) {
210 if ((prop_dictionary_set_string(task->ldm_task, DM_IOCTL_COMMAND,
212 prop_object_release(task->ldm_task);
231 prop_dictionary_set(task->ldm_task, DM_IOCTL_VERSION,
247 prop_object_release(libdm_task->ldm_task);
    [all...]

Completed in 73 milliseconds