Searched defs:reason_why_locked (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c2114 * @reason_why_locked: a pointer to store the reason why the device cannot be locked on failure, or NULL
2125 char **reason_why_locked, DBusError *error)
2134 if (reason_why_locked != NULL)
2135 *reason_why_locked = NULL;
2162 if (reason_why_locked != NULL) {
2163 *reason_why_locked =
2165 if (*reason_why_locked == NULL)
2167 strcpy (*reason_why_locked, error->message);
2122 libhal_device_lock(LibHalContext *ctx, const char *udi, const char *reason_to_lock, char **reason_why_locked, DBusError *error) argument

Completed in 71 milliseconds