Home
last modified time | relevance | path

Searched refs:res (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/dragonfly/usr.sbin/rpc.lockd/
H A Dtest.c20 bzero((char *)&res, sizeof(res)); in nlm_test_1()
34 bzero((char *)&res, sizeof(res)); in nlm_lock_1()
49 bzero((char *)&res, sizeof(res)); in nlm_cancel_1()
62 bzero((char *)&res, sizeof(res)); in nlm_unlock_1()
75 bzero((char *)&res, sizeof(res)); in nlm_granted_1()
88 bzero((char *)&res, sizeof(res)); in nlm_test_msg_1()
101 bzero((char *)&res, sizeof(res)); in nlm_lock_msg_1()
115 bzero((char *)&res, sizeof(res)); in nlm_cancel_msg_1()
128 bzero((char *)&res, sizeof(res)); in nlm_unlock_msg_1()
141 bzero((char *)&res, sizeof(res)); in nlm_granted_msg_1()
[all …]
H A Dlock_proc.c409 return (&res); in nlm_test_1_svc()
486 return (&res); in nlm_lock_1_svc()
537 return (&res); in nlm_cancel_1_svc()
583 return (&res); in nlm_unlock_1_svc()
634 return (&res); in nlm_granted_1_svc()
744 return (&res); in nlm_share_3_svc()
764 return (&res); in nlm_unshare_3_svc()
788 return (&res); in nlm_nm_lock_3_svc()
844 return (&res); in nlm4_test_4_svc()
909 return (&res); in nlm4_lock_4_svc()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c110 if (res == NULL) in archive_entry_linkresolver_new()
113 res->buckets = calloc(res->number_buckets, sizeof(res->buckets[0])); in archive_entry_linkresolver_new()
115 free(res); in archive_entry_linkresolver_new()
118 return (res); in archive_entry_linkresolver_new()
164 if (res == NULL) in archive_entry_linkresolver_free()
170 free(res); in archive_entry_linkresolver_free()
273 free(res->spare); in find_entry()
305 res->spare = le; in find_entry()
322 free(res->spare); in next_entry()
365 if (res->number_entries > res->number_buckets * 2) in insert_entry()
[all …]
/dragonfly/sys/vfs/fuse/
H A Dfuse_util.c90 bool res; in fuse_audit_length() local
97 res = true; in fuse_audit_length()
151 res = true; in fuse_audit_length()
154 res = true; in fuse_audit_length()
178 res = false; in fuse_audit_length()
181 res = false; in fuse_audit_length()
184 res = false; in fuse_audit_length()
194 res = false; in fuse_audit_length()
197 res = false; in fuse_audit_length()
203 res = false; in fuse_audit_length()
[all …]
/dragonfly/sys/dev/acpica/
H A Dacpi_resource.c101 req.res = res; in acpi_lookup_irq_resource()
222 if (res->Data.Io.Minimum == res->Data.Io.Maximum) { in acpi_parse_resource()
224 res->Data.Io.Minimum, res->Data.Io.AddressLength)); in acpi_parse_resource()
229 res->Data.Io.Minimum, res->Data.Io.Maximum, in acpi_parse_resource()
232 res->Data.Io.Maximum, res->Data.Io.AddressLength, in acpi_parse_resource()
248 if (res->Data.Memory32.Minimum == res->Data.Memory32.Maximum) { in acpi_parse_resource()
255 res->Data.Memory32.Minimum, res->Data.Memory32.Maximum, in acpi_parse_resource()
258 res->Data.Memory32.Maximum, res->Data.Memory32.AddressLength, in acpi_parse_resource()
272 res->Data.Memory24.Minimum, res->Data.Memory24.Maximum, in acpi_parse_resource()
275 res->Data.Memory24.Maximum, res->Data.Memory24.AddressLength, in acpi_parse_resource()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c1437 res.range.max = res.range.min; in format_integer()
1441 res.range.likely = res.range.min; in format_integer()
1797 res.range.unlikely = res.range.max; in format_floating()
2016 res.range.max = res.range.min; in format_floating()
2046 &res.range.min, &res.range.max in format_floating()
2550 gcc_assert (res.min == 1 && res.min == res.max); in maybe_warn()
2567 if (res.min == res.max) in maybe_warn()
2639 res.min, res.max, navail); in maybe_warn()
2670 gcc_assert (res.min == 1 && res.min == res.max); in maybe_warn()
2686 if (res.min == res.max) in maybe_warn()
[all …]
H A Dtree-scalar-evolution.c497 res = instantiate_parameters (loop, res); in compute_overall_effect_of_inner_loop()
1242 if (res == t_false || res == t_dont_know) in follow_ssa_edge_in_condition_phi()
1261 if (res == t_false || res == t_dont_know) in follow_ssa_edge_in_condition_phi()
1697 res = chrec_merge (res, branch_chrec); in interpret_condition_phi()
1823 res = chrec_convert (type, res, at_stmt); in interpret_rhs_expr()
1844 res = chrec_convert (type, res, at_stmt); in interpret_rhs_expr()
1864 res = chrec_convert (type, res, at_stmt); in interpret_rhs_expr()
1895 res = chrec_convert (type, res, at_stmt); in interpret_rhs_expr()
1911 res = chrec_convert (type, res, at_stmt); in interpret_rhs_expr()
2053 res = analyze_scalar_evolution_1 (loop, res); in analyze_scalar_evolution_1()
[all …]
H A Dresource.c241 res->memory = 1; in mark_referenced_resources()
249 res->cc = 1; in mark_referenced_resources()
256 res->volatil = 1; in mark_referenced_resources()
321 res->memory = 1; in mark_referenced_resources()
561 target_res = *res; in find_dead_or_set_registers()
650 res->cc = 1; in mark_set_resources()
664 res->cc = res->memory = 1; in mark_set_resources()
756 res->memory = 1; in mark_set_resources()
914 res->memory = 1; in mark_target_live_regs()
915 res->volatil = 0; in mark_target_live_regs()
[all …]
/dragonfly/stand/lib/
H A Dzalloc_malloc.c56 Guard *res; in malloc() local
101 if (*((char *)res + res->ga_Bytes - 1) != -2) { in free()
105 *((char *)res + res->ga_Bytes - 1)); in free()
107 *((char *)res + res->ga_Bytes - 1) = -1; in free()
123 void *res; in calloc() local
126 bzero(res, bytes); in calloc()
128 return(res); in calloc()
140 void *res; in realloc() local
165 return(res); in realloc()
171 void *res; in reallocf() local
[all …]
/dragonfly/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c101 return(&res); in bootparamproc_whoami_1_svc()
155 res.server_name, res.server_path, in bootparamproc_getfile_1_svc()
162 res.server_name, res.server_path, in bootparamproc_getfile_1_svc()
167 return(&res); in bootparamproc_getfile_1_svc()
255 res = 1; break; in getthefile()
286 int res = 0; in checkhost() local
305 res = 1; in checkhost()
312 res = 1; in checkhost()
329 res = 1; in checkhost()
335 return(res); in checkhost()
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dmemory.c51 if (! res) in objc_malloc()
53 return res; in objc_malloc()
60 if (! res) in objc_atomic_malloc()
62 return res; in objc_atomic_malloc()
69 if (! res) in objc_realloc()
71 return res; in objc_realloc()
80 if (! res) in objc_calloc()
97 if (! res) in objc_malloc()
106 if (! res) in objc_atomic_malloc()
115 if (! res) in objc_realloc()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/basics/
H A Dfixpt31_32.c114 res.value = -res.value; in dc_fixpt_from_fraction()
116 return res; in dc_fixpt_from_fraction()
165 res.value = -res.value; in dc_fixpt_mul()
167 return res; in dc_fixpt_mul()
207 return res; in dc_fixpt_sqr()
254 res), in dc_fixpt_sinc()
291 res), in dc_fixpt_cos()
324 res), in fixed31_32_exp_from_taylor_series()
332 res)); in fixed31_32_exp_from_taylor_series()
392 res, in dc_fixpt_log()
[all …]
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dlibtommath.c451 return res; in mp_add()
488 return res; in mp_sub()
535 return res; in mp_mul()
555 return res; in mp_mulmod()
582 return res; in mp_mod()
2033 if ((err = mp_sqr (&res, &res)) != MP_OKAY) { in s_mp_exptmod()
2050 if ((err = mp_sqr (&res, &res)) != MP_OKAY) { in s_mp_exptmod()
2077 if ((err = mp_sqr (&res, &res)) != MP_OKAY) { in s_mp_exptmod()
3156 if ((err = mp_sqr (&res, &res)) != MP_OKAY) { in mp_exptmod_fast()
3173 if ((err = mp_sqr (&res, &res)) != MP_OKAY) { in mp_exptmod_fast()
[all …]
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumber.c846 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberAnd()
1233 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberInvert()
1853 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberOr()
2559 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1); in decNumberRotate()
3276 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberXor()
3918 res->digits=decShiftToMost(res->lsu, res->digits, -adjust); in decAddOp()
3960 res->digits=decGetDigits(res->lsu, D2U(res->digits)); in decAddOp()
4005 res->digits=decShiftToMost(res->lsu, res->digits, shift); in decAddOp()
4061 res->digits=-res->digits; in decAddOp()
4114 res->digits=decGetDigits(res->lsu, D2U(res->digits)); in decAddOp()
[all …]
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumber.c846 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberAnd()
1233 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberInvert()
1853 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberOr()
2559 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1); in decNumberRotate()
3276 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberXor()
3918 res->digits=decShiftToMost(res->lsu, res->digits, -adjust); in decAddOp()
3960 res->digits=decGetDigits(res->lsu, D2U(res->digits)); in decAddOp()
4005 res->digits=decShiftToMost(res->lsu, res->digits, shift); in decAddOp()
4061 res->digits=-res->digits; in decAddOp()
4114 res->digits=decGetDigits(res->lsu, D2U(res->digits)); in decAddOp()
[all …]
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumber.c846 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberAnd()
1233 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberInvert()
1853 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberOr()
2559 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1); in decNumberRotate()
3276 res->digits=decGetDigits(res->lsu, uc-res->lsu); in decNumberXor()
3918 res->digits=decShiftToMost(res->lsu, res->digits, -adjust); in decAddOp()
3960 res->digits=decGetDigits(res->lsu, D2U(res->digits)); in decAddOp()
4005 res->digits=decShiftToMost(res->lsu, res->digits, shift); in decAddOp()
4061 res->digits=-res->digits; in decAddOp()
4114 res->digits=decGetDigits(res->lsu, D2U(res->digits)); in decAddOp()
[all …]
/dragonfly/usr.sbin/rpc.statd/
H A Dtest.c19 bzero((char *)&res, sizeof(res)); in sm_stat_1()
23 return (&res); in sm_stat_1()
32 bzero((char *)&res, sizeof(res)); in sm_mon_1()
36 return (&res); in sm_mon_1()
45 bzero((char *)&res, sizeof(res)); in sm_unmon_1()
49 return (&res); in sm_unmon_1()
58 bzero((char *)&res, sizeof(res)); in sm_unmon_all_1()
62 return (&res); in sm_unmon_all_1()
69 static char res; in sm_simu_crash_1() local
71 bzero((char *)&res, sizeof(res)); in sm_simu_crash_1()
[all …]
/dragonfly/sys/bus/isa/
H A Dpnpparse.c155 I16(res + 3) + res[6]-1, in pnp_parse_desc()
156 res[6], res[5]); in pnp_parse_desc()
161 I16(res + 3) + res[6] - 1; in pnp_parse_desc()
192 I16(res) + res[2] - 1, in pnp_parse_desc()
197 I16(res) + res[2] - 1; in pnp_parse_desc()
263 (I16(res + 3) << 8) + (I16(res + 7) << 8) - 1; in pnp_parse_desc()
292 I32(res + 5) + I32(res + 13) - 1, in pnp_parse_desc()
293 I32(res + 13), I32(res + 9)); in pnp_parse_desc()
297 I32(res + 5) + I32(res + 13) - 1; in pnp_parse_desc()
320 I32(res + 1) + I32(res + 5) - 1, in pnp_parse_desc()
[all …]
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c100 res = 0; in ypu_change_1_svc()
106 return(&res); in ypu_change_1_svc()
116 if (res) in ypu_change_1_svc()
123 return (&res); in ypu_change_1_svc()
134 res = 0; in ypu_insert_1_svc()
140 return(&res); in ypu_insert_1_svc()
150 if (res) in ypu_insert_1_svc()
168 res = 0; in ypu_delete_1_svc()
184 if (res) in ypu_delete_1_svc()
202 res = 0; in ypu_store_1_svc()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-scalar-evolution.c484 res = instantiate_parameters (loop, res); in compute_overall_effect_of_inner_loop()
540 tree res; in get_scalar_evolution() local
1252 if (res == t_false || res == t_dont_know) in follow_ssa_edge_in_condition_phi()
1271 if (res == t_false || res == t_dont_know) in follow_ssa_edge_in_condition_phi()
1552 tree res; in interpret_loop_phi() local
1617 res = chrec_merge (res, branch_chrec); in interpret_condition_phi()
1780 tree res; in compute_scalar_evolution_in_loop() local
2117 if (res) in instantiate_scev_name()
2720 if (res) in number_of_latch_executions()
2742 res = build_int_cst (TREE_TYPE (res), 0); in number_of_latch_executions()
[all …]
H A Dresource.c250 res->unch_memory = 1; in mark_referenced_resources()
252 res->memory = 1; in mark_referenced_resources()
260 res->cc = 1; in mark_referenced_resources()
267 res->volatil = 1; in mark_referenced_resources()
332 res->memory = 1; in mark_referenced_resources()
648 res->cc = 1; in mark_set_resources()
660 res->cc = res->memory = 1; in mark_set_resources()
751 res->memory = 1; in mark_set_resources()
907 res->memory = 1; in mark_target_live_regs()
908 res->volatil = res->unch_memory = 0; in mark_target_live_regs()
[all …]
/dragonfly/lib/libc/net/
H A Dnscache.c65 int res; in __nss_common_cache_read() local
99 return (res); in __nss_common_cache_read()
110 res = -1; in __nss_common_cache_read()
123 if (res == 0) { in __nss_common_cache_read()
144 res = 0; in __nss_common_cache_read()
169 int res; in __nss_common_cache_write() local
213 return (res); in __nss_common_cache_write()
231 int res; in __nss_common_cache_write_negative() local
271 int res; in __nss_mp_cache_read() local
314 res = 0; in __nss_mp_cache_read()
[all …]
/dragonfly/bin/pax/
H A Dar_subs.c73 int res; in list() local
147 int res; in extract() local
319 if (!res) in extract()
352 int res; in wr_archive() local
556 int res; in append() local
718 int res; in copy() local
798 res = 1; in copy()
966 int res; in next_head() local
986 if ((ret = rd_wrbuf(hdend, res)) == res) in next_head()
1082 res = 1; in next_head()
[all …]
/dragonfly/sys/cpu/x86_64/include/
H A Datomic.h141 u_long res; in atomic_readandclear_long() local
143 res = 0; in atomic_readandclear_long()
151 return (res); in atomic_readandclear_long()
157 u_int res; in atomic_readandclear_int() local
159 res = 0; in atomic_readandclear_int()
167 return (res); in atomic_readandclear_int()
391 return (res); in atomic_cmpxchg_int()
621 u_char res; in atomic_testandset_int() local
638 u_char res; in atomic_testandset_long() local
655 u_char res; in atomic_testandclear_int() local
[all …]
/dragonfly/sys/dev/disk/nata/
H A Data-all.h496 struct resource *res; member
626 #define ATA_INB(res, offset) \ argument
630 #define ATA_INW(res, offset) \ argument
633 #define ATA_INL(res, offset) \ argument
638 rman_get_bushandle((res)), \
642 rman_get_bushandle((res)), \
646 rman_get_bushandle((res)), \
650 rman_get_bushandle((res)), \
652 #define ATA_OUTB(res, offset, value) \ argument
663 rman_get_bushandle((res)), \
[all …]

12345678910>>...45