Lines Matching refs:result
927 void *result, size_t rlen)
932 door_arg.rbuf = result;
959 uint32_t result = 0;
975 sizeof (struct reg_args) + datasz, &result, sizeof (result));
979 if (result != 0) {
980 errno = result;
1137 uint32_t result = 0;
1141 result <<= 4;
1142 result += (uint32_t)*s++;
1143 g = result & 0xf0000000;
1145 result ^= g >> 24;
1146 result ^= g;
1150 return (result);
1597 int i, error, sub_fd, result = 0;
1668 result = 0;
1670 sysevent_get_size(ev), &result, sizeof (result));
1676 switch (result) {
1704 strerror(errno), result);
2410 uint32_t ping, result;
2430 sizeof (uint32_t), &result, sizeof (result));
2575 uint32_t result;
2588 sizeof (struct reg_args), &result, sizeof (result));