Searched refs:r_out (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/sparc/include/
H A Dptrace.h64 #define PTRACE_REG_SP(r) ((unsigned long int)(r)->r_out[6])
65 #define PTRACE_REG_INTRV(r) ((unsigned long int)(r)->r_out[0])
H A Dreg.h85 int r_out[8]; /* output registers in trap's caller */ member in struct:reg
/netbsd-current/sys/arch/sparc64/include/
H A Dreg.h148 int r_out[8]; /* output registers in trap's caller */ member in struct:reg32
157 int64_t r_out[8]; /* output registers in trap's caller */ member in struct:reg64
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dhash.h124 uint64_t r_out[2]) {
222 r_out[0] = (((uint64_t) h2) << 32) | h1;
223 r_out[1] = (((uint64_t) h4) << 32) | h3;
228 uint64_t r_out[2]) {
299 r_out[0] = h1;
300 r_out[1] = h2;
123 hash_x86_128(const void *key, const int len, uint32_t seed, uint64_t r_out[2]) argument
227 hash_x64_128(const void *key, const int len, const uint32_t seed, uint64_t r_out[2]) argument
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dhash.h124 uint64_t r_out[2]) {
222 r_out[0] = (((uint64_t) h2) << 32) | h1;
223 r_out[1] = (((uint64_t) h4) << 32) | h3;
228 uint64_t r_out[2]) {
299 r_out[0] = h1;
300 r_out[1] = h2;
123 hash_x86_128(const void *key, const int len, uint32_t seed, uint64_t r_out[2]) argument
227 hash_x64_128(const void *key, const int len, const uint32_t seed, uint64_t r_out[2]) argument
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dprocess_machdep.c128 regs->r_out[i] = tf->tf_out[i];
140 regp->r_out[i] = tf->tf_out[i];
161 tf->tf_out[i] = regs->r_out[i];
175 tf->tf_out[i] = regp->r_out[i];
H A Dnetbsd32_machdep.c280 regs->r_out[i] = tf->tf_out[i];
297 tf->tf_out[i] = regs->r_out[i];
/netbsd-current/external/bsd/unbound/dist/services/
H A Drpz.c1634 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out)
1686 *r_out = r;
2466 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out,
2472 az, qinfo, repinfo, taglist, taglen, stats, z_out, a_out, r_out);
2492 if(*r_out && (*r_out)->log)
2498 (*r_out)->log_name);
2502 if(*r_out && (*r_out)->signal_nxdomain_ra &&
1630 rpz_resolve_client_action_and_zone(struct auth_zones* az, struct query_info* qinfo, struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, struct ub_server_stats* stats, struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out) argument
2461 rpz_apply_maybe_clientip_trigger(struct auth_zones* az, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, struct ub_server_stats* stats, sldns_buffer* buf, struct regional* temp, struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out, int* passthru) argument

Completed in 117 milliseconds