Lines Matching refs:result

612  * result		- pointer to buffer of records returned in response.
635 * Upon successful completion, result points to a buffer containing the records.
636 * length is the size in bytes of the buffer returned in result. If there are
639 * The consumer is responsible for freeing the memory associated with result.
645 void **result)
661 if ((access_args == NULL) || (length == NULL) || (result == NULL)) {
812 *result = NULL;
837 *result = trans_info->si_trans_result;
862 if (result != NULL)
863 *result = NULL;
867 "", "ibmf_sa_access() exit: result = 0x%x\n",
868 tnf_opaque, result, res);
905 * result - pointer to buffer of path records returned in response
910 * Upon successful completion, result points to a buffer containing the records.
911 * length is the size in bytes of the buffer returned in result. If there are
914 * The consumer is responsible for freeing the memory associated with result.
920 uint8_t *num_paths, uint_t flags, size_t *length, sa_path_record_t **result)
948 if (result != NULL)
949 *result = NULL;
958 ASSERT(result != NULL);
961 *result = NULL;
1005 (void **)result);
1019 "ibmf_saa_gid_to_pathrecords() exit: result = 0x%x\n",
1020 tnf_opaque, result, res);
1046 * result - pointer to buffer of path records returned in response
1051 * Upon successful completion, result points to a buffer containing the records.
1053 * in bytes of the buffer returned in result. If there are no records or the
1056 * The consumer is responsible for freeing the memory associated with result.
1062 size_t *length, sa_path_record_t **result)
1077 ASSERT(result != NULL);
1105 (void **)result);
1119 "ibmf_saa_paths_from_gid() exit: result = 0x%x\n",
1120 tnf_opaque, result, res);
1142 * result - pointer to buffer of service records returned in
1147 * Upon successful completion, result points to a buffer containing the records.
1149 * size in bytes of the buffer returned in result. If there are no records or
1152 * The consumer is responsible for freeing the memory associated with result.
1158 uint_t *num_records, size_t *length, sa_service_record_t **result)
1173 ASSERT(result != NULL);
1191 *result = NULL;
1214 (void *)result);
1228 "ibmf_saa_name_to_service_record() exit: result = 0x%x\n",
1229 tnf_opaque, result, res);
1251 * result - pointer to buffer of service records returned in
1257 * Upon successful completion, result points to a buffer containing the records.
1259 * size in bytes of the buffer returned in result. If there are no records or
1262 * The consumer is responsible for freeing the memory associated with result.
1268 size_t *length, sa_service_record_t **result)
1283 ASSERT(result != NULL);
1303 (void **)result);
1317 "ibmf_saa_id_to_service_record() exit: result = 0x%x\n",
1318 tnf_opaque, result, res);
1351 void *result;
1396 &result);
1410 kmem_free(result, length);
1415 "ibmf_saa_update_service_record() exit: result = 0x%x\n",
1416 tnf_opaque, result, res);