Home
last modified time | relevance | path

Searched defs:res (Results 76 – 100 of 2061) sorted by relevance

12345678910>>...83

/freebsd/sys/arm/allwinner/
H A Daw_r_intc.c44 struct resource *res; member
143 struct resource *res, struct intr_map_data *data) in aw_r_intc_gicp_activate_intr()
198 struct resource *res, struct intr_map_data *data) in aw_r_intc_gicp_deactivate_intr()
213 struct resource *res, struct intr_map_data *data) in aw_r_intc_gicp_setup_intr()
227 struct resource *res, struct intr_map_data *data) in aw_r_intc_gicp_teardown_intr()
/freebsd/sys/dev/acpica/
H A Dacpi_powerres.c129 acpi_pwr_register_resource(ACPI_HANDLE res) in acpi_pwr_register_resource()
203 acpi_pwr_deregister_resource(ACPI_HANDLE res) in acpi_pwr_deregister_resource()
252 ACPI_HANDLE *res; in acpi_pwr_get_power_resources() local
403 ACPI_HANDLE *res; in acpi_pwr_infer_state() local
516 ACPI_STATUS res; in acpi_pwr_get_state() local
818 ACPI_HANDLE res; in acpi_pwr_reference_resource() local
986 acpi_pwr_find_resource(ACPI_HANDLE res) in acpi_pwr_find_resource()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h81 uptr res = 0; in MemoryUsage() local
133 T *res = reinterpret_cast<T *>(atomic_load_relaxed(&map1_[idx])); GetOrCreate() local
141 T *res = Get(idx); Create() local
[all...]
H A Dsanitizer_posix.cpp48 uptr res = MmapNamed(nullptr, size, PROT_READ | PROT_WRITE, in MmapOrDie() local
59 uptr res = internal_munmap(addr, size); in UnmapOrDie() local
68 uptr res = MmapNamed(nullptr, size, PROT_READ | PROT_WRITE, in MmapOrDieOnFatalError() local
96 uptr res = map_res; in MmapAlignedOrDieOnFatalError() local
174 fd_t res = internal_open(filename, flags, 0660); in OpenFile() local
186 uptr res = internal_read(fd, buff, buff_size); in ReadFromFile() local
196 uptr res = internal_write(fd, buff, buff_size); in WriteToFile() local
371 int res = internal_ftruncate(fd, size); in GetNamedMappingFd() local
403 uptr res = internal_mmap(addr, length, prot, flags, fd, 0); in MmapNamed() local
H A Dsanitizer_bvgraph.h51 uptr res = 0; in addEdges() local
77 bool res = 0; in removeEdgesTo() local
87 bool res = false; in removeEdgesFrom() local
137 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath() local
/freebsd/lib/libsys/x86/
H A Dsched_getcpu_x86.c47 register_t res; in sched_getcpu_rdpid() local
56 int res; in sched_getcpu_rdtscp() local
/freebsd/sys/dev/exca/
H A Dexca.c246 exca_mem_map(struct exca_softc *sc, int kind, struct resource *res) in exca_mem_map() argument
316 exca_mem_findmap(struct exca_softc *sc, struct resource *res) in exca_mem_findmap() argument
339 exca_mem_set_flags(struct exca_softc * sc,struct resource * res,uint32_t flags) exca_mem_set_flags() argument
374 exca_mem_unmap_res(struct exca_softc * sc,struct resource * res) exca_mem_unmap_res() argument
392 exca_mem_set_offset(struct exca_softc * sc,struct resource * res,uint32_t cardaddr,uint32_t * deltap) exca_mem_set_offset() argument
534 exca_io_findmap(struct exca_softc * sc,struct resource * res) exca_io_findmap() argument
549 exca_io_unmap_res(struct exca_softc * sc,struct resource * res) exca_io_unmap_res() argument
815 exca_activate_resource(struct exca_softc * exca,device_t child,struct resource * res) exca_activate_resource() argument
841 exca_deactivate_resource(struct exca_softc * exca,device_t child,struct resource * res) exca_deactivate_resource() argument
[all...]
/freebsd/sys/powerpc/powermac/
H A Dplatform_powermac.c245 int res; in powermac_smp_fill_cpuref() local
267 int res; in powermac_smp_first_cpu() local
307 int res; in powermac_smp_next_cpu() local
327 int res; in powermac_smp_get_bsp() local
348 int res, reset, timeout; in powermac_smp_start_cpu() local
/freebsd/lib/libc/net/
H A Dnscache.c65 int res; in __nss_common_cache_read() local
169 int res; in __nss_common_cache_write() local
231 int res; in __nss_common_cache_write_negative() local
271 int res; in __nss_mp_cache_read() local
339 int res; in __nss_mp_cache_write() local
/freebsd/crypto/openssl/demos/guide/
H A Dtls-client-non-block.c33 BIO_ADDRINFO *res; in create_socket_bio() local
138 static int handle_io_failure(SSL *ssl, int res) in handle_io_failure()
182 int res = EXIT_FAILURE; in main() local
H A Dquic-client-non-block.c34 BIO_ADDRINFO *res; in create_socket_bio() local
165 static int handle_io_failure(SSL *ssl, int res) in handle_io_failure()
229 int res = EXIT_FAILURE; in main() local
/freebsd/crypto/openssl/test/
H A Dcmp_hdr_test.c74 int res = 0; in execute_HDR_get0_senderNonce_test() local
110 int res = 0; in execute_HDR_set1_sender_test() local
144 int res = 0; in execute_HDR_set1_recipient_test() local
217 int res = 0; in execute_HDR_set1_senderKID_test() local
279 int res = 0; in execute_HDR_push1_freeText_test() local
346 int res = 0; in execute_HDR_generalInfo_push1_items_test() local
H A Dsparse_array_test.c41 int res = 0; in test_sparse_array() local
81 int res = 0; in test_sparse_array_num() local
107 int res; member
153 int res = 0; in test_sparse_array_doall() local
/freebsd/crypto/openssl/fuzz/
H A Dprovider.c104 static int read_uint(const uint8_t **buf, size_t *len, uint64_t **res) in read_uint()
122 static int read_int(const uint8_t **buf, size_t *len, int64_t **res) in read_int()
140 static int read_double(const uint8_t **buf, size_t *len, double **res) in read_double()
158 static int read_utf8_string(const uint8_t **buf, size_t *len, char **res) in read_utf8_string()
181 static int read_utf8_ptr(const uint8_t **buf, size_t *len, char **res) in read_utf8_ptr()
193 static int read_octet_string(const uint8_t **buf, size_t *len, char **res) in read_octet_string()
225 static int read_octet_ptr(const uint8_t **buf, size_t *len, char **res) in read_octet_ptr()
/freebsd/sys/dev/psci/
H A Dsmccc.h95 #define arm_smccc_invoke_1(func, a0, res) \ argument
97 #define arm_smccc_invoke_2(func, a0, a1, res) \ argument
99 #define arm_smccc_invoke_3(func, a0, a1, a2, res) \ argument
101 #define arm_smccc_invoke_4(func, a0, a1, a2, a3, res) \ argument
103 #define arm_smccc_invoke_5(func, a0, a1, a2, a3, a4, res) \ argument
105 #define arm_smccc_invoke_6(func, a0, a1, a2, a3, a4, a5, res) \ argument
107 #define arm_smccc_invoke_7(func, a0, a1, a2, a3, a4, a5, a6, res) \ argument
109 #define arm_smccc_invoke_8(func, a0, a1, a2, a3, a4, a5, a6, a7, res) \ argument
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c96 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number()
126 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex()
163 static int parse_oct(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_oct()
194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string()
225 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted()
257 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value()
348 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_property() local
408 OSSL_PROPERTY_LIST *res = NULL; in ossl_parse_query() local
/freebsd/sbin/hastd/
H A Devent.c43 event_send(const struct hast_resource *res, int event) in event_send()
84 event_recv(const struct hast_resource *res) in event_recv()
/freebsd/usr.sbin/rpc.statd/
H A Dprocs.c114 static sm_stat_res res; in sm_stat_1_svc() local
155 static sm_stat_res res; in sm_mon_1_svc() local
263 static sm_stat res; in sm_unmon_1_svc() local
301 static sm_stat res; in sm_unmon_all_1_svc() local
/freebsd/contrib/ntp/sntp/libopts/
H A Denum.c167 uintptr_t res = name_ct; in find_name() local
262 uintptr_t res = 0UL; in optionEnumerationVal() local
408 uintptr_t res = (uintptr_t)od->optCookie; in check_membership_start() local
498 char * res; in optionMemberList() local
552 uintptr_t res = check_membership_start(od, &arg, &invert); in optionSetMembers() local
/freebsd/contrib/ncurses/form/
H A Dfty_generic.c112 FIELDTYPE *res = (FIELDTYPE *)0; in _nc_generic_fieldtype() local
171 TypeArgument *res = (TypeArgument *)0; in GenericArgument() local
283 WINDOW *res = (WINDOW *)0; in _nc_form_cursor() local
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_privsep.c32 int res; in wpa_priv_reg_cmd() local
70 int res; in wpa_priv_cmd() local
133 int res, num; in wpa_driver_privsep_get_scan_results2() local
253 int i, res; in wpa_driver_privsep_authenticate() local
303 int res; in wpa_driver_privsep_associate() local
345 int res; in wpa_driver_privsep_get_bssid() local
358 int res, ssid_len; in wpa_driver_privsep_get_ssid() local
523 int res, event; in wpa_driver_privsep_receive() local
790 int res; in wpa_driver_privsep_get_capa() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp148 void *res; in kmp_malloc() local
162 void *res; in kmp_aligned_malloc() local
176 void *res; in kmp_calloc() local
186 void *res; in kmp_realloc() local
380 void *res; in omp_alloc() local
394 void *res; in omp_aligned_alloc() local
409 void *res; in omp_calloc() local
421 void *res; in omp_aligned_calloc() local
438 void *res; in omp_realloc() local
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c217 ssize_t reccount, recsize, res; in run_read() local
257 int res; in run_poll() local
295 int res; in run_select() local
383 ssize_t res; in run_aio_read() local
437 int res; in run_sigio() local
479 int res; in main() local
/freebsd/contrib/mandoc/
H A Ddbm.c148 static struct dbm_page res; in dbm_page_get() local
215 struct dbm_res res = {-1, 0}; in dbm_page_next() local
238 struct dbm_res res = {-1, 0}; in page_bytitle() local
316 struct dbm_res res = {-1, 0}; in page_byarch() local
355 struct dbm_res res = {-1, 0}; in page_bymacro() local
/freebsd/sys/kern/
H A Dkern_sharedpage.c80 int res; in shared_page_alloc_locked() local
93 int res; in shared_page_alloc() local
104 int res; in shared_page_fill() local
307 int res; in exec_sysvec_init() local

12345678910>>...83