/freebsd/sys/i386/linux/ |
H A D | imgact_linux.c | 60 const struct exec *a_out = (const struct exec *) imgp->image_header; in exec_linux_imgact() local 68 if (((a_out->a_magic >> 16) & 0xff) != 0x64) in exec_linux_imgact() 74 switch ((int)(a_out->a_magic & 0xffff)) { in exec_linux_imgact() 86 bss_size = round_page(a_out->a_bss); in exec_linux_imgact() 89 (u_long)a_out->a_text, (u_long)a_out->a_data, bss_size); in exec_linux_imgact() 95 if (a_out->a_entry < virtual_offset || in exec_linux_imgact() 96 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_linux_imgact() 97 a_out->a_text & PAGE_MASK || a_out->a_data & PAGE_MASK) in exec_linux_imgact() 101 if (a_out->a_data + a_out->a_text > imgp->attr->va_size) in exec_linux_imgact() 107 if (a_out->a_text > maxtsiz || in exec_linux_imgact() [all …]
|
/freebsd/sys/kern/ |
H A D | imgact_aout.c | 176 const struct exec *a_out; in exec_aout_imgact() local 186 a_out = (const struct exec *)imgp->image_header; in exec_aout_imgact() 194 if (((a_out->a_midmag >> 16) & 0xff) != 0x86 && in exec_aout_imgact() 195 ((a_out->a_midmag >> 16) & 0xff) != 0 && in exec_aout_imgact() 196 ((((int)ntohl(a_out->a_midmag)) >> 16) & 0xff) != 0x86) in exec_aout_imgact() 204 switch ((int)(a_out->a_midmag & 0xffff)) { in exec_aout_imgact() 207 if (a_out->a_text) { in exec_aout_imgact() 218 if (N_GETMID(*a_out) == MID_ZERO) in exec_aout_imgact() 223 switch ((int)(ntohl(a_out->a_midmag) & 0xffff)) { in exec_aout_imgact() 234 bss_size = roundup(a_out->a_bss, PAGE_SIZE); in exec_aout_imgact() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_dns.c | 1431 struct gai_outcome a_out[12]; in test_getaddrinfo_async() local 1440 memset(a_out, 0, sizeof(a_out)); in test_getaddrinfo_async() 1612 &hints, gai_cb, &a_out[0]); in test_getaddrinfo_async() 1617 &hints, gai_cb, &a_out[1]); in test_getaddrinfo_async() 1623 &hints, gai_cb, &a_out[2]); in test_getaddrinfo_async() 1630 &hints, gai_cb, &a_out[3]); in test_getaddrinfo_async() 1637 &hints, gai_cb, &a_out[4]); in test_getaddrinfo_async() 1643 &hints, gai_cb, &a_out[5]); in test_getaddrinfo_async() 1650 &hints, gai_cb, &a_out[6]); in test_getaddrinfo_async() 1657 &hints, gai_cb, &a_out[7]); in test_getaddrinfo_async() [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | regress_dns.c | 1431 struct gai_outcome a_out[12]; in test_getaddrinfo_async() local 1440 memset(a_out, 0, sizeof(a_out)); in test_getaddrinfo_async() 1612 &hints, gai_cb, &a_out[0]); in test_getaddrinfo_async() 1617 &hints, gai_cb, &a_out[1]); in test_getaddrinfo_async() 1623 &hints, gai_cb, &a_out[2]); in test_getaddrinfo_async() 1630 &hints, gai_cb, &a_out[3]); in test_getaddrinfo_async() 1637 &hints, gai_cb, &a_out[4]); in test_getaddrinfo_async() 1643 &hints, gai_cb, &a_out[5]); in test_getaddrinfo_async() 1650 &hints, gai_cb, &a_out[6]); in test_getaddrinfo_async() 1657 &hints, gai_cb, &a_out[7]); in test_getaddrinfo_async() [all …]
|
/freebsd/contrib/unbound/services/ |
H A D | rpz.c | 1703 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out) in rpz_resolve_client_action_and_zone() argument 1756 *a_out = a; in rpz_resolve_client_action_and_zone() 2643 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out, in rpz_apply_maybe_clientip_trigger() argument 2649 az, qinfo, repinfo, taglist, taglen, stats, z_out, a_out, r_out); in rpz_apply_maybe_clientip_trigger() 2680 edns, repinfo, buf, temp, *a_out); in rpz_apply_maybe_clientip_trigger()
|
/freebsd/crypto/openssl/test/ |
H A D | ectest.c | 2399 BIGNUM *p_out = NULL, *a_out = NULL, *b_out = NULL; in do_test_custom_explicit_fromdata() local 2495 &a_out)) in do_test_custom_explicit_fromdata() 2496 || !TEST_BN_eq(a_out, a) in do_test_custom_explicit_fromdata() 2598 BN_free(a_out); in do_test_custom_explicit_fromdata()
|