Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 25 of 750) sorted by relevance

12345678910>>...30

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_xarray.c51 void *retval; in __xa_erase() local
65 void *retval; in xa_erase() local
81 void *retval; in xa_load() local
120 int retval; in __xa_alloc() local
159 int retval; in xa_alloc() local
181 int retval; in __xa_alloc_cyclic() local
227 int retval; in xa_alloc_cyclic() local
246 int retval; in __xa_insert() local
270 int retval; in xa_insert() local
290 int retval; in __xa_store() local
[all …]
/freebsd/contrib/ntp/libparse/
H A Dbinio.c44 long retval; in get_lsb_short() local
46 retval = *((*bufpp)++); in get_lsb_short()
49 return (retval & 0x8000) ? (~0xFFFF | retval) : retval; in get_lsb_short()
67 long retval; in get_lsb_long() local
69 retval = *((*bufpp)++); in get_lsb_long()
74 return retval; in get_lsb_long()
94 long retval; in get_msb_short() local
97 retval |= *((*bufpp)++); in get_msb_short()
99 return (retval & 0x8000) ? (~0xFFFF | retval) : retval; in get_msb_short()
117 long retval; in get_msb_long() local
[all …]
/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c124 int retval; in pam_sm_authenticate() local
413 int retval; in pam_sm_setcred()
655 int retval; in pam_sm_acct_mgmt() local
905 retval = -1; in verify_krb_v5_tgt_begin()
965 if (retval) { in verify_krb_v5_tgt()
968 retval); in verify_krb_v5_tgt()
974 retval = -1; in verify_krb_v5_tgt()
981 if (retval) { in verify_krb_v5_tgt()
984 retval); in verify_krb_v5_tgt()
990 retval = -1; in verify_krb_v5_tgt()
[all …]
/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c92 int retval; in pam_sm_authenticate() local
101 return (retval); in pam_sm_authenticate()
136 return (retval); in pam_sm_authenticate()
169 int retval; in pam_sm_acct_mgmt() local
176 return (retval); in pam_sm_acct_mgmt()
185 return (retval); in pam_sm_acct_mgmt()
189 return (retval); in pam_sm_acct_mgmt()
270 return (retval); in pam_sm_acct_mgmt()
299 return (retval); in pam_sm_chauthtok()
335 if (retval == 1) in pam_sm_chauthtok()
[all …]
/freebsd/usr.sbin/nscd/
H A Dcacheplcs.c87 retval = calloc(1, in cache_queue_policy_create_item()
88 sizeof(*retval)); in cache_queue_policy_create_item()
89 assert(retval != NULL); in cache_queue_policy_create_item()
193 retval = calloc(1, in init_cache_queue_policy()
194 sizeof(*retval)); in init_cache_queue_policy()
195 assert(retval != NULL); in init_cache_queue_policy()
214 return (retval); in init_cache_queue_policy()
333 retval = calloc(1, in cache_lfu_policy_create_item()
334 sizeof(*retval)); in cache_lfu_policy_create_item()
537 retval = calloc(1, in init_cache_lfu_policy()
[all …]
H A Dconfig.c126 retval = calloc(1, in create_configuration_entry()
127 sizeof(*retval)); in create_configuration_entry()
128 assert(retval != NULL); in create_configuration_entry()
132 free(retval); in create_configuration_entry()
142 free(retval); in create_configuration_entry()
153 free(retval); in create_configuration_entry()
187 return (retval); in create_configuration_entry()
326 return ((retval != NULL) ? *retval : NULL); in configuration_find_entry()
518 retval = calloc(1, sizeof(*retval)); in init_configuration()
522 retval->entries = calloc(retval->entries_capacity, in init_configuration()
[all …]
/freebsd/lib/libpam/modules/pam_tacplus/
H A Dpam_tacplus.c68 int retval; in do_item() local
72 if (retval != PAM_SUCCESS) in do_item()
73 return retval; in do_item()
111 int retval; in pam_sm_authenticate() local
139 return (retval); in pam_sm_authenticate()
145 return (retval); in pam_sm_authenticate()
152 return (retval); in pam_sm_authenticate()
191 return (retval); in pam_sm_authenticate()
221 return (retval); in pam_sm_authenticate()
238 return (retval); in pam_sm_authenticate()
[all …]
/freebsd/tools/tools/usbtest/
H A Dusbtest.c89 uint8_t retval; in usb_ts_show_menu() local
127 retval = 255; in usb_ts_show_menu()
133 return (retval); in usb_ts_show_menu()
191 int retval; in show_default_audio_select() local
278 uint8_t retval; in show_device_audio_select() local
314 int retval; in show_default_keyboard_select() local
379 uint8_t retval; in show_device_keyboard_select() local
403 int retval; in show_default_mouse_select() local
490 uint8_t retval; in show_device_mouse_select() local
520 int retval; in show_default_modem_select() local
[all …]
/freebsd/usr.sbin/ctladm/
H A Dctladm.c302 retval = 1; in cctl_dump_ooa()
316 retval = 1; in cctl_dump_ooa()
544 retval = 1; in cctl_port()
702 int retval; in cctl_delay() local
705 retval = 0; in cctl_delay()
1048 int retval; in cctl_lunlist() local
1120 int retval; in cctl_sync_cache() local
1126 retval = 0; in cctl_sync_cache()
1207 retval = 0; in cctl_start_stop()
1274 retval = 0; in cctl_mode_sense()
[all …]
/freebsd/tools/regression/geom_gpt/
H A Dgctl_test_helper.c38 struct retval { struct
39 struct retval *retval; argument
44 static struct retval *retval; argument
109 struct retval *rv; in main()
139 rv->retval = retval; in main()
140 retval = rv; in main()
156 rv = retval->retval; in main()
157 printf(" %s=%s", retval->param, retval->value); in main()
158 free(retval->value); in main()
159 free(retval); in main()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc16 u64 retval;
19 return retval;
24 u64 retval;
27 return retval;
32 u64 retval;
35 return retval;
40 u64 retval;
43 return retval;
48 u64 retval;
59 u64 retval;
[all …]
/freebsd/sys/dev/mwl/
H A Dmwlhal.c610 int retval; in mwl_hal_sethwdma() local
651 int retval; in mwl_hal_gethwstats() local
694 int retval; in mwl_hal_sethtgi() local
724 int retval; in mwl_hal_setradio() local
752 int retval; in mwl_hal_setantenna() local
780 int retval; in mwl_hal_setrtsthreshold() local
801 int retval; in mwl_hal_setinframode() local
820 int retval; in mwl_hal_setradardetection() local
889 int retval; in mwl_hal_setchannelswitchie() local
912 int retval; in mwl_hal_setregioncode() local
[all …]
/freebsd/lib/libc/net/
H A Dnss_compat.c93 __nss_compat_getgrnam_r(void *retval, void *mdata, va_list ap) in __nss_compat_getgrnam_r() argument
112 *(struct group **)retval = grp; in __nss_compat_getgrnam_r()
137 *(struct group **)retval = grp; in __nss_compat_getgrgid_r()
162 *(struct group **)retval = grp; in __nss_compat_getgrent_r()
170 __nss_compat_setgrent(void *retval, void *mdata, va_list ap) in __nss_compat_setgrent() argument
180 __nss_compat_endgrent(void *retval, void *mdata, va_list ap) in __nss_compat_endgrent() argument
213 *(struct passwd **)retval = pwd; in __nss_compat_getpwnam_r()
238 *(struct passwd **)retval = pwd; in __nss_compat_getpwuid_r()
263 *(struct passwd **)retval = pwd; in __nss_compat_getpwent_r()
271 __nss_compat_setpwent(void *retval, void *mdata, va_list ap) in __nss_compat_setpwent() argument
[all …]
/freebsd/stand/libsa/
H A Dprintf.c70 int retval; in printf() local
75 return retval; in printf()
88 int retval; in sprintf() local
95 return retval; in sprintf()
122 int retval; in asprintf() local
130 if (retval <= 0) in asprintf()
150 int retval; in snprintf() local
163 return retval; in snprintf()
170 int retval; in vsnprintf() local
186 int retval; in vsprintf() local
[all …]
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c646 return retval; in region_compare()
655 int retval; in same_netobj() local
657 retval = 0; in same_netobj()
676 int retval; in same_filelock_identity() local
678 retval = 0; in same_filelock_identity()
1022 return retval; in unlock_nfslock()
1193 retval = 1; in duplicate_block()
1200 return retval; in duplicate_block()
1418 if (retval == PFL_NFSDENIED || retval == PFL_HWDENIED) { in lock_partialfilelock()
1441 return retval; in lock_partialfilelock()
[all …]
/freebsd/usr.sbin/nscd/agents/
H A Dgroup.c222 struct common_agent *retval; in init_group_agent() local
225 retval = calloc(1, sizeof(*retval)); in init_group_agent()
226 assert(retval != NULL); in init_group_agent()
229 assert(retval->parent.name != NULL); in init_group_agent()
231 retval->parent.type = COMMON_AGENT; in init_group_agent()
235 return ((struct agent *)retval); in init_group_agent()
241 struct multipart_agent *retval; in init_group_mp_agent() local
244 retval = calloc(1, in init_group_mp_agent()
245 sizeof(*retval)); in init_group_mp_agent()
246 assert(retval != NULL); in init_group_mp_agent()
[all …]
H A Dservices.c243 struct common_agent *retval; in init_services_agent() local
246 retval = calloc(1, sizeof(*retval)); in init_services_agent()
247 assert(retval != NULL); in init_services_agent()
250 assert(retval->parent.name != NULL); in init_services_agent()
252 retval->parent.type = COMMON_AGENT; in init_services_agent()
256 return ((struct agent *)retval); in init_services_agent()
262 struct multipart_agent *retval; in init_services_mp_agent() local
265 retval = calloc(1, in init_services_mp_agent()
266 sizeof(*retval)); in init_services_mp_agent()
267 assert(retval != NULL); in init_services_mp_agent()
[all …]
H A Dpasswd.c230 struct common_agent *retval; in init_passwd_agent() local
233 retval = calloc(1, sizeof(*retval)); in init_passwd_agent()
234 assert(retval != NULL); in init_passwd_agent()
237 assert(retval->parent.name != NULL); in init_passwd_agent()
239 retval->parent.type = COMMON_AGENT; in init_passwd_agent()
243 return ((struct agent *)retval); in init_passwd_agent()
249 struct multipart_agent *retval; in init_passwd_mp_agent() local
252 retval = calloc(1, in init_passwd_mp_agent()
253 sizeof(*retval)); in init_passwd_mp_agent()
254 assert(retval != NULL); in init_passwd_mp_agent()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h62 void *retval; in memdup_user() local
71 return (retval); in memdup_user()
77 char *retval; in memdup_user_nul() local
86 retval[len] = '\0'; in memdup_user_nul()
87 return (retval); in memdup_user_nul()
113 char *retval; in kstrdup() local
120 if (retval != NULL) in kstrdup()
122 return (retval); in kstrdup()
128 char *retval; in kstrndup() local
133 if (retval != NULL) in kstrndup()
[all …]
/freebsd/sys/dev/sound/midi/
H A Dmidi.c623 int retval; in midi_open() local
633 retval = 0; in midi_open()
682 int retval; in midi_close() local
715 retval = 0; in midi_close()
728 int retval; in midi_read() local
790 retval = 0; in midi_read()
806 int retval; in midi_write() local
811 retval = 0; in midi_write()
874 retval = 0; in midi_write()
1480 retval++; in midimapper_open()
[all …]
/freebsd/sbin/camcontrol/
H A Dfwdownload.c372 retval = 0; in fw_get_timeout()
557 retval = 0; in fw_validate_ibm()
670 retval = -1; in fw_check_device_ready()
728 retval = -1; in fw_check_device_ready()
739 retval = -1; in fw_check_device_ready()
749 retval = 1; in fw_check_device_ready()
755 retval = 1; in fw_check_device_ready()
852 retval = 1; in fw_download_img()
941 retval = 1; in fw_download_img()
1062 retval = 1; in fwdownload()
[all …]
/freebsd/usr.sbin/camdd/
H A Dcamdd.c819 retval = 1; in camdd_buf_sg_create()
831 retval = 1; in camdd_buf_sg_create()
897 retval = 1; in camdd_buf_sg_create()
985 retval = 1; in camdd_probe_tape()
988 retval = 0; in camdd_probe_tape()
992 retval = 1; in camdd_probe_tape()
1061 int retval; in camdd_probe_file() local
1335 retval = 0; in camdd_probe_pass_scsi()
1372 retval = 0; in camdd_probe_pass_scsi()
1437 retval = 0; in camdd_probe_pass_nvme()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/migration/
H A Dmigration.kshlib46 typeset -i retval=0
87 typeset -i retval=0
102 retval=1
107 retval=1
112 return $retval
121 typeset -i retval=0
136 retval=1
141 retval=1
146 return $retval
/freebsd/contrib/libedit/
H A Dhistory.c910 int retval; in history_prev_event() local
912 for (retval = HCURR(h, ev); retval != -1; retval = HPREV(h, ev)) in history_prev_event()
924 int retval; in history_next_evdata() local
926 for (retval = HCURR(h, ev); retval != -1; retval = HPREV(h, ev)) in history_next_evdata()
944 int retval; in history_next_event() local
946 for (retval = HCURR(h, ev); retval != -1; retval = HNEXT(h, ev)) in history_next_event()
962 int retval; in history_prev_string() local
964 for (retval = HCURR(h, ev); retval != -1; retval = HNEXT(h, ev)) in history_prev_string()
980 int retval; in history_next_string() local
982 for (retval = HCURR(h, ev); retval != -1; retval = HPREV(h, ev)) in history_next_string()
[all …]
/freebsd/sys/x86/isa/
H A Dnmi.c54 int retval = 0; in isa_nmi() local
62 retval = 1; in isa_nmi()
67 retval = 1; in isa_nmi()
76 return(retval); in isa_nmi()
80 retval = 1; in isa_nmi()
85 retval = 1; in isa_nmi()
90 retval = 1; in isa_nmi()
93 return(retval); in isa_nmi()

12345678910>>...30