Searched refs:r_result (Results 1 – 3 of 3) sorted by relevance
90 boolean_t _z_adjust_lock_object_for_rootpath(char **r_result,353 _z_adjust_lock_object_for_rootpath(char **r_result, char *a_lockObject) in _z_adjust_lock_object_for_rootpath() argument360 assert(r_result != (char **)NULL); in _z_adjust_lock_object_for_rootpath()366 *r_result = (char *)NULL; in _z_adjust_lock_object_for_rootpath()381 *r_result = _z_strdup(a_lockObject); in _z_adjust_lock_object_for_rootpath()402 *r_result = _z_strdup(a_lockObject); in _z_adjust_lock_object_for_rootpath()445 *r_result = _z_strPrintf("%s/%s", p2, a_lockObject); in _z_adjust_lock_object_for_rootpath()447 if (*r_result == (char *)NULL) { in _z_adjust_lock_object_for_rootpath()457 _z_echoDebug(DBG_ZONES_ADJLCKOBJ_EXIT, a_lockObject, *r_result, in _z_adjust_lock_object_for_rootpath()
314 boolean_t _z_adjust_lock_object_for_rootpath(char **r_result,
49 uint32_t r_result; member