Lines Matching defs:value

820  *	argument value			adr_int32
847 * argument value adr_int64
1004 * return_value32_token(): Process return value and display contents
1007 * NOTE: At the time of call, the return value token id has been retrieved
1009 * Format of return value token:
1010 * return value token id adr_char
1012 * return value adr_int32
1020 int32_t value;
1036 * The kernel always puts a positive value in "number".
1038 * Upon failure "number" is a positive errno value that is less than
1045 * For both kernel and user land the value of "return_value" is
1046 * arbitrary. For the kernel it contains the return value of
1048 * value if it is less than ADT_FAIL_VALUE; ADT_FAIL_VALUE
1071 context, &value, 1)) != 0)
1074 pa_retval(number, value, pb, sizeof (pb));
1098 * return_value64_token(): Process return value and display contents
1101 * NOTE: At the time of call, the return value token id has been retrieved
1103 * Format of return value token:
1104 * return value token id adr_char
1106 * return value adr_int64
1108 * HOWEVER, the 64 bit return value is a concatenation of two
1135 * The kernel always puts a positive value in "number".
1137 * Upon failure "number" is a positive errno value that is less than
1144 * For both kernel and user land the value of "return_value" is
1145 * arbitrary. For the kernel it contains the return value of
1147 * value if it is less than ADT_FAIL_VALUE; ADT_FAIL_VALUE
1153 * The 64 bit return value consists of two 32bit parts; for
1154 * system calls, the first part is the value returned by the
1701 * term value adr_u_int32 (depends on type)