/freebsd/crypto/krb5/src/lib/kadm5/clnt/ |
H A D | client_rpc.c | 17 create_principal_2(cprinc_arg *argp, generic_ret *res, CLIENT *clnt) in create_principal_2() 25 create_principal3_2(cprinc3_arg *argp, generic_ret *res, CLIENT *clnt) in create_principal3_2() 33 delete_principal_2(dprinc_arg *argp, generic_ret *res, CLIENT *clnt) in delete_principal_2() 41 modify_principal_2(mprinc_arg *argp, generic_ret *res, CLIENT *clnt) in modify_principal_2() 49 rename_principal_2(rprinc_arg *argp, generic_ret *res, CLIENT *clnt) in rename_principal_2() 57 get_principal_2(gprinc_arg *argp, gprinc_ret *res, CLIENT *clnt) in get_principal_2() 65 get_princs_2(gprincs_arg *argp, gprincs_ret *res, CLIENT *clnt) in get_princs_2() 73 chpass_principal_2(chpass_arg *argp, generic_ret *res, CLIENT *clnt) in chpass_principal_2() 81 chpass_principal3_2(chpass3_arg *argp, generic_ret *res, CLIENT *clnt) in chpass_principal3_2() 89 setkey_principal_2(setkey_arg *argp, generic_ret *res, CLIENT *clnt) in setkey_principal_2() [all …]
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 15 static nlm_testres res; local 31 static nlm_res res; local 48 static nlm_res res; local 63 static nlm_res res; local 78 static nlm_res res; local 93 static char res; local 108 static char res; local 124 static char res; local 139 static char res; local 154 static char res; local [all …]
|
H A D | lock_proc.c | 428 static nlm_testres res; in nlm_test_1_svc() local 460 nlm_testres res; in nlm_test_msg_1_svc() local 515 static nlm_res res; in nlm_lock_1_svc() local 537 static nlm_res res; in nlm_lock_msg_1_svc() local 566 static nlm_res res; in nlm_cancel_1_svc() local 588 static nlm_res res; in nlm_cancel_msg_1_svc() local 617 static nlm_res res; in nlm_unlock_1_svc() local 634 static nlm_res res; in nlm_unlock_msg_1_svc() local 670 static nlm_res res; in nlm_granted_1_svc() local 688 static nlm_res res; in nlm_granted_msg_1_svc() local [all …]
|
/freebsd/contrib/libcbor/src/cbor/internal/ |
H A D | builder_callbacks.c | 116 #define CHECK_RES(ctx, res) \ argument 134 #define PUSH_CTX_STACK(ctx, res, subitems) \ argument 144 cbor_item_t *res = cbor_new_int8(); in cbor_builder_uint8_callback() local 153 cbor_item_t *res = cbor_new_int16(); cbor_builder_uint16_callback() local 162 cbor_item_t *res = cbor_new_int32(); cbor_builder_uint32_callback() local 171 cbor_item_t *res = cbor_new_int64(); cbor_builder_uint64_callback() local 180 cbor_item_t *res = cbor_new_int8(); cbor_builder_negint8_callback() local 189 cbor_item_t *res = cbor_new_int16(); cbor_builder_negint16_callback() local 198 cbor_item_t *res = cbor_new_int32(); cbor_builder_negint32_callback() local 207 cbor_item_t *res = cbor_new_int64(); cbor_builder_negint64_callback() local 250 cbor_item_t *res = cbor_new_indefinite_bytestring(); cbor_builder_byte_string_start_callback() local 301 cbor_item_t *res = cbor_new_indefinite_string(); cbor_builder_string_start_callback() local 309 cbor_item_t *res = cbor_new_definite_array(size); cbor_builder_array_start_callback() local 320 cbor_item_t *res = cbor_new_indefinite_array(); cbor_builder_indef_array_start_callback() local 327 cbor_item_t *res = cbor_new_indefinite_map(); cbor_builder_indef_map_start_callback() local 335 cbor_item_t *res = cbor_new_definite_map(size); cbor_builder_map_start_callback() local 383 cbor_item_t *res = cbor_new_float2(); cbor_builder_float2_callback() local 391 cbor_item_t *res = cbor_new_float4(); cbor_builder_float4_callback() local 399 cbor_item_t *res = cbor_new_float8(); cbor_builder_float8_callback() local 407 cbor_item_t *res = cbor_new_null(); cbor_builder_null_callback() local 414 cbor_item_t *res = cbor_new_undef(); cbor_builder_undefined_callback() local 421 cbor_item_t *res = cbor_build_bool(value); cbor_builder_boolean_callback() local 428 cbor_item_t *res = cbor_new_tag(value); cbor_builder_tag_callback() local [all...] |
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 25 #define __sanitizer_syscall_post_time(res, tloc) \ argument 29 #define __sanitizer_syscall_post_stime(res, tptr) \ argument 33 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \ argument 37 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \ argument 41 #define __sanitizer_syscall_post_adjtimex(res, txc_p) \ argument 45 #define __sanitizer_syscall_post_times(res, tbuf) \ argument 48 #define __sanitizer_syscall_post_gettid(res) \ argument 52 #define __sanitizer_syscall_post_nanosleep(res, rqtp, rmtp) \ argument 56 #define __sanitizer_syscall_post_alarm(res, seconds) \ argument 59 #define __sanitizer_syscall_post_getpid(res) \ argument [all …]
|
H A D | netbsd_syscall_hooks.h | 36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3, \ argument 44 #define __sanitizer_syscall_post_exit(res, rval) \ argument 47 #define __sanitizer_syscall_post_fork(res) \ argument 52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ argument 58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ argument 64 #define __sanitizer_syscall_post_open(res, path, flags, mode) \ argument 69 #define __sanitizer_syscall_post_close(res, fd) \ argument 75 #define __sanitizer_syscall_post_compat_50_wait4(res, pid, status, options, \ argument 83 #define __sanitizer_syscall_post_compat_43_ocreat(res, path, mode) \ argument 88 #define __sanitizer_syscall_post_link(res, path, link) \ argument [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | vint64ops.c | 29 vint64 res; strtouv64() local 114 int res; icmpv64() local 138 int res; ucmpv64() local 161 vint64 res; addv64() local 180 vint64 res; subv64() local 199 vint64 res; addv64i32() local 218 vint64 res; subv64i32() local 237 vint64 res; addv64u32() local 256 vint64 res; subv64u32() local [all...] |
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_res.c | 62 static void __free_pbl(struct bnxt_qplib_res *res, in __free_pbl() 150 static int __alloc_pbl(struct bnxt_qplib_res *res, struct bnxt_qplib_pbl *pbl, in __alloc_pbl() 196 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq() 229 struct bnxt_qplib_res *res; in bnxt_qplib_alloc_init_hwq() local 408 void bnxt_qplib_free_hwctx(struct bnxt_qplib_res *res) in bnxt_qplib_free_hwctx() 426 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings() 507 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings() 542 int bnxt_qplib_alloc_hwctx(struct bnxt_qplib_res *res) in bnxt_qplib_alloc_hwctx() 624 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res) in bnxt_qplib_free_sgid_tbl() 646 static void bnxt_qplib_free_reftbls(struct bnxt_qplib_res *res) in bnxt_qplib_free_reftbls() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_interceptors.cpp | 36 void *res = REAL(memset)(dst, v, size); in INTERCEPTOR() local 42 wchar_t *res = REAL(wmemset)(dst, v, size); in INTERCEPTOR() local 53 void *res = REAL(memmove)(dst, src, size); in INTERCEPTOR() local 60 wchar_t *res = REAL(wmemmove)(dst, src, size); in INTERCEPTOR() local 74 void *res = REAL(memcpy)(dst, src, size); in INTERCEPTOR() local 81 wchar_t *res = REAL(wmemcpy)(dst, src, size); in INTERCEPTOR() local 88 char *res = REAL(strfry)(s); in INTERCEPTOR() local 123 char *res = REAL(strdup)(S); in INTERCEPTOR() local 131 wchar_t *res = REAL(wcsdup)(S); in INTERCEPTOR() local 139 char *res = REAL(strndup)(S, size); in INTERCEPTOR() local [all …]
|
H A D | nsan_malloc_linux.cpp | 31 void *res = REAL(aligned_alloc)(align, size); in INTERCEPTOR() local 41 void *res = REAL(calloc)(nmemb, size); in INTERCEPTOR() local 56 void *res = REAL(malloc)(size); in INTERCEPTOR() local 65 void *res = REAL(realloc)(ptr, size); in INTERCEPTOR() local 75 void *res = REAL(reallocarray)(ptr, nmemb, size); in INTERCEPTOR() local 83 int res = REAL(posix_memalign)(memptr, align, size); in INTERCEPTOR() local 92 void *const res = REAL(memalign)(align, size); in INTERCEPTOR() local 99 void *const res = REAL(__libc_memalign)(align, size); in INTERCEPTOR() local
|
/freebsd/sys/i386/linux/ |
H A D | linux_vdso_gtod.c | 57 int res; in write() local 72 int res; in __vdso_clock_gettime_fallback() local 87 int res; in __vdso_clock_gettime64_fallback() local 102 int res; in __vdso_gettimeofday_fallback() local 117 int res; in __vdso_clock_getres_fallback() local 132 int res; in __vdso_getcpu_fallback() local 147 int res; in __vdso_time_fallback() local
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_vdso_gtod.c | 57 int res; in write() local 72 int res; in __vdso_clock_gettime_fallback() local 87 int res; in __vdso_clock_gettime64_fallback() local 102 int res; in __vdso_gettimeofday_fallback() local 117 int res; in __vdso_clock_getres_fallback() local 132 int res; in __vdso_getcpu_fallback() local 147 int res; in __vdso_time_fallback() local
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kstrtox.h | 74 kstrtoul(const char *cp, unsigned int base, unsigned long *res) in kstrtoul() 89 kstrtol(const char *cp, unsigned int base, long *res) in kstrtol() 104 kstrtoint(const char *cp, unsigned int base, int *res) in kstrtoint() 122 kstrtouint(const char *cp, unsigned int base, unsigned int *res) in kstrtouint() 140 kstrtou8(const char *cp, unsigned int base, uint8_t *res) in kstrtou8() 158 kstrtou16(const char *cp, unsigned int base, uint16_t *res) in kstrtou16() 176 kstrtou32(const char *cp, unsigned int base, uint32_t *res) in kstrtou32() 183 kstrtos32(const char *cp, unsigned int base, int32_t *res) in kstrtos32() 190 kstrtos64(const char *cp, unsigned int base, int64_t *res) in kstrtos64() 205 kstrtoll(const char *cp, unsigned int base, long long *res) in kstrtoll() [all …]
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | test.c | 15 static struct sm_stat_res res; local 31 static struct sm_stat_res res; local 47 static struct sm_stat res; local 63 static struct sm_stat res; local 79 static char res; local 121 struct sm_stat_res *res; in main() local
|
/freebsd/sys/amd64/linux/ |
H A D | linux_vdso_gtod.c | 58 int res; in write() local 73 int res; in __vdso_clock_gettime_fallback() local 88 int res; in __vdso_gettimeofday_fallback() local 103 int res; in __vdso_clock_getres_fallback() local 118 int res; in __vdso_getcpu_fallback() local 133 int res; in __vdso_time_fallback() local
|
/freebsd/sys/dev/puc/ |
H A D | pucdata.c | 1817 intptr_t *res) in puc_config_amc() 1835 intptr_t *res) in puc_config_diva() 1852 int port, intptr_t *res) in puc_config_exar() 1864 int port, intptr_t *res) in puc_config_exar_pcie() 1876 int port __unused, intptr_t *res) in puc_config_icbook() 1888 intptr_t *res) in puc_config_moxa() 1905 int port __unused, intptr_t *res) in puc_config_quatech() 1997 intptr_t *res) in puc_config_syba() 2071 intptr_t *res) in puc_config_siig() 2103 intptr_t *res) in puc_config_timedia() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry_link_resolver.c | 101 struct archive_entry_linkresolver *res; in archive_entry_linkresolver_new() local 121 archive_entry_linkresolver_set_strategy(struct archive_entry_linkresolver *res, in archive_entry_linkresolver_set_strategy() 159 archive_entry_linkresolver_free(struct archive_entry_linkresolver *res) in archive_entry_linkresolver_free() 173 archive_entry_linkify(struct archive_entry_linkresolver *res, in archive_entry_linkify() 275 find_entry(struct archive_entry_linkresolver *res, in find_entry() 331 next_entry(struct archive_entry_linkresolver *res, int mode) in next_entry() 370 insert_entry(struct archive_entry_linkresolver *res, in insert_entry() 406 grow_hash(struct archive_entry_linkresolver *res) in grow_hash() 443 archive_entry_partial_links(struct archive_entry_linkresolver *res, in archive_entry_partial_links()
|
/freebsd/sbin/hastd/ |
H A D | primary.c | 178 #define ISCONNECTED(res, no) \ argument 280 cleanup(struct hast_resource *res) in cleanup() 333 hast_activemap_flush(struct hast_resource *res) __unlocks(res->hr_amp_lock) in hast_activemap_flush() 369 real_remote(const struct hast_resource *res) in real_remote() 504 init_resuid(struct hast_resource *res) in init_resuid() 522 init_local(struct hast_resource *res) in init_local() 569 primary_connect(struct hast_resource *res, struct proto_conn **connp) in primary_connect() 612 enable_direct_reads(struct hast_resource *res) in enable_direct_reads() 630 init_remote(struct hast_resource *res, struct proto_conn **inp, in init_remote() 906 init_ggate(struct hast_resource *res) in init_ggate() [all …]
|
/freebsd/usr.sbin/ypldap/ |
H A D | yp.c | 277 yp_valid_domain(char *domain, struct ypresp_val *res) in yp_valid_domain() 293 static bool_t res; in ypproc_domain_2_svc() local 304 static bool_t res; in ypproc_domain_nonack_2_svc() local 319 static struct ypresp_val res; in ypproc_match_2_svc() local 450 static struct ypresp_key_val res; in ypproc_first_2_svc() local 482 static struct ypresp_key_val res; in ypproc_next_2_svc() local 569 static struct ypresp_all res; in ypproc_all_2_svc() local 581 static struct ypresp_master res; in ypproc_master_2_svc() local 613 static ypresp_maplist res; in ypproc_maplist_2_svc() local 633 yp_make_val(struct ypresp_val *res, char *line, int replacecolon) in yp_make_val() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 52 int res = REAL(pthread_mutex_lock)(m); in INTERCEPTOR() local 59 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR() local 73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR() local 81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() local 88 int res = REAL(pthread_spin_trylock)(m); in INTERCEPTOR() local 109 int res = REAL(pthread_rwlock_rdlock)(m); in INTERCEPTOR() local 116 int res = REAL(pthread_rwlock_tryrdlock)(m); in INTERCEPTOR() local 125 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in INTERCEPTOR() local 134 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR() local 141 int res = REAL(pthread_rwlock_trywrlock)(m); in INTERCEPTOR() local [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | parse-duration.c | 170 time_t res = 0; in parse_year_month_day() local 192 time_t res = 0; in parse_yearmonthday() local 222 time_t res = 0; in parse_YMWD() local 267 time_t res = 0; in parse_hour_minute_second() local 290 time_t res = 0; in parse_hourminutesecond() local 320 time_t res = 0; in parse_HMS() local 358 time_t res = 0; in parse_time() local 415 time_t res = 0; in parse_period() local 468 time_t res = 0; in parse_non_iso8601() local
|
/freebsd/contrib/libcbor/src/ |
H A D | cbor.c | 118 cbor_item_t *res; _cbor_copy_int() local 165 cbor_item_t *res = cbor_new_indefinite_bytestring(); cbor_copy() local 191 cbor_item_t *res = cbor_new_indefinite_string(); cbor_copy() local 213 cbor_item_t *res; cbor_copy() local 239 cbor_item_t *res; cbor_copy() local 299 int res = b; _pow() local [all...] |
/freebsd/sys/dev/acpica/ |
H A D | acpi_package.c | 45 acpi_PkgInt(ACPI_OBJECT *res, int idx, UINT64 *dst) in acpi_PkgInt() 58 acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst) in acpi_PkgInt32() 71 acpi_PkgInt16(ACPI_OBJECT *res, int idx, uint16_t *dst) in acpi_PkgInt16() 84 acpi_PkgStr(ACPI_OBJECT *res, int idx, void *dst, size_t size) in acpi_PkgStr() 116 acpi_PkgGas(device_t dev, ACPI_OBJECT *res, int idx, int *type, int *rid, in acpi_PkgGas() 133 acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor, int *class, in acpi_PkgFFH_IntelCpu()
|
/freebsd/crypto/openssl/test/ |
H A D | ffc_internal_test.c | 176 int ret = 0, res; in ffc_params_validate_g_unverified_test() local 246 int ret = 0, res = -1; in ffc_params_validate_pq_test() local 348 int ret = 0, res = -1; in ffc_params_gen_test() local 369 int ret = 0, res = -1; in ffc_params_gen_canonicalg_test() local 394 int ret = 0, res = -1; in ffc_params_fips186_2_gen_validate_test() local 443 int ret = 0, res = -1; in ffc_public_validate_test() local 541 int ret = 0, res = -1; in ffc_private_validate_test() local 608 int ret = 0, res = -1, N; in ffc_private_gen_test() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_addrs.c | 47 gethostname_fallback (krb5_context context, krb5_addresses *res) in gethostname_fallback() 97 find_all_addresses (krb5_context context, krb5_addresses *res, int flags) in find_all_addresses() 221 get_addrs_int (krb5_context context, krb5_addresses *res, int flags) in get_addrs_int() 266 krb5_get_all_client_addrs (krb5_context context, krb5_addresses *res) in krb5_get_all_client_addrs() 282 krb5_get_all_server_addrs (krb5_context context, krb5_addresses *res) in krb5_get_all_server_addrs()
|