Home
last modified time | relevance | path

Searched refs:ret (Results 2201 – 2225 of 5042) sorted by relevance

1...<<81828384858687888990>>...202

/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_key.c24 int ret = 0; in ossl_sm2_key_private_check() local
46 ret = 1; in ossl_sm2_key_private_check()
50 return ret; in ossl_sm2_key_private_check()
/freebsd/lib/libc/stdio/
H A Dvsprintf.c51 int ret; in vsprintf_l() local
58 ret = __vfprintf(&f, locale, fmt, ap); in vsprintf_l()
60 return (ret); in vsprintf_l()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S270 #define ret R0 macro
315 memw(ret+#8) = expa
320 memd(ret+#0) = mantd
330 memw(ret+#8) = expa
333 memd(ret+#0) = max
338 memw(ret+#8) = c8001
342 memd(ret+#0) = mantx
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c259 void *ret = NULL; in callb_execute_class() local
266 cp != NULL && ret == NULL; cp = cp->c_next) { in callb_execute_class()
284 ret = cp->c_name; in callb_execute_class()
291 return (ret); in callb_execute_class()
310 clock_t ret = 0; /* assume success */ in callb_generic_cpr() local
320 if ((ret = cv_reltimedwait(&cp->cc_callb_cv, in callb_generic_cpr()
333 return (ret != -1); in callb_generic_cpr()
/freebsd/contrib/ntp/ntpd/
H A Dntp_ppsdev.c126 char *ret = NULL; in readFileAt() local
132 if ((sb.st_size > 0x2000) || (NULL == (ret = malloc(sb.st_size + 1)))) in readFileAt()
134 if (1 > (rdlen = read(dfd, ret, sb.st_size))) in readFileAt()
138 while (rdlen > 0 && ret[rdlen - 1] <= ' ') in readFileAt()
140 ret[rdlen] = '\0'; in readFileAt()
141 return ret; in readFileAt()
144 free(ret); in readFileAt()
/freebsd/tests/atf_python/
H A Dktest.py92 ret = []
100 ret.append(tst)
101 return ret
104 ret = self._load_ktests()
105 if not ret and self.autoload:
107 ret = self._load_ktests()
108 return ret
/freebsd/crypto/openssl/crypto/asn1/
H A Dp5_scrypt.c46 X509_ALGOR *scheme = NULL, *ret = NULL; in PKCS5_pbe2_set_scrypt() local
119 ret = X509_ALGOR_new(); in PKCS5_pbe2_set_scrypt()
120 if (ret == NULL) in PKCS5_pbe2_set_scrypt()
123 ret->algorithm = OBJ_nid2obj(NID_pbes2); in PKCS5_pbe2_set_scrypt()
128 &ret->parameter) == NULL) in PKCS5_pbe2_set_scrypt()
134 return ret; in PKCS5_pbe2_set_scrypt()
141 X509_ALGOR_free(ret); in PKCS5_pbe2_set_scrypt()
H A Dp5_pbev2.c47 X509_ALGOR *scheme = NULL, *ret = NULL; variable
120 if ((ret = X509_ALGOR_new()) == NULL)
123 ret->algorithm = OBJ_nid2obj(NID_pbes2);
128 &ret->parameter))
134 return ret;
143 X509_ALGOR_free(ret);
/freebsd/usr.sbin/bhyve/
H A Duart_backend.c248 int ret; in uart_rxfifo_snapshot() local
250 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.rindex, meta, ret, done); in uart_rxfifo_snapshot()
251 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.windex, meta, ret, done); in uart_rxfifo_snapshot()
252 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.num, meta, ret, done); in uart_rxfifo_snapshot()
253 SNAPSHOT_VAR_OR_LEAVE(sc->rxfifo.size, meta, ret, done); in uart_rxfifo_snapshot()
255 meta, ret, done); in uart_rxfifo_snapshot()
258 return (ret); in uart_rxfifo_snapshot()
/freebsd/crypto/heimdal/lib/hx509/
H A Dsel.c93 int ret; in eval_comp() local
107 ret = strcmp(s1 + (len1 - len2), s2) == 0; in eval_comp()
109 ret = strcmp(s1, s2) == 0; in eval_comp()
111 ret = !ret; in eval_comp()
113 return ret; in eval_comp()
/freebsd/lib/libbe/
H A Dbe_info.c119 int ret; in be_get_dataset_props() local
129 ret = prop_list_builder_cb(snap_hdl, &data); in be_get_dataset_props()
131 return (ret); in be_get_dataset_props()
139 int ret; in be_get_dataset_snapshots() local
149 ret = snapshot_proplist_update(ds_hdl, &data); in be_get_dataset_snapshots()
151 return (ret); in be_get_dataset_snapshots()
/freebsd/crypto/openssl/test/
H A Drun_tests.pl309 my $ret =
313 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
314 $ret =
322 if (ref($ret) eq "TAP::Parser::Aggregator") {
323 exit 0 unless $ret->has_errors;
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_des.c50 PROV_DES_CTX *ret; in des_dupctx() local
55 ret = OPENSSL_malloc(sizeof(*ret)); in des_dupctx()
56 if (ret == NULL) { in des_dupctx()
60 in->base.hw->copyctx(&ret->base, &in->base); in des_dupctx()
62 return ret; in des_dupctx()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbqueue.c153 void *ret = list_remove_head(&q->bq_dequeuing_list); in bqueue_dequeue() local
154 if (ret == NULL) { in bqueue_dequeue()
171 ret = list_remove_head(&q->bq_dequeuing_list); in bqueue_dequeue()
173 q->bq_dequeuing_size -= obj2node(q, ret)->bqn_size; in bqueue_dequeue()
174 return (ret); in bqueue_dequeue()
/freebsd/stand/usb/storage/
H A Dumass_loader.c195 ret = pager_output(" umass0 UMASS device\n"); in umass_disk_print()
196 if (ret != 0) in umass_disk_print()
197 return (ret); in umass_disk_print()
204 ret = disk_print(&dev, " umass0", verbose); in umass_disk_print()
207 return (ret); in umass_disk_print()
/freebsd/sys/dev/drm2/
H A Ddrm_hashtab.c124 int ret; in drm_ht_just_insert_please() local
132 ret = drm_ht_insert_item(ht, item); in drm_ht_just_insert_please()
133 if (ret) in drm_ht_just_insert_please()
135 } while(ret && (unshifted_key != first)); in drm_ht_just_insert_please()
137 if (ret) { in drm_ht_just_insert_please()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.h70 u32 ret = 0; in ath12k_he_gi_to_nl80211_he_gi() local
74 ret = NL80211_RATE_INFO_HE_GI_0_8; in ath12k_he_gi_to_nl80211_he_gi()
77 ret = NL80211_RATE_INFO_HE_GI_1_6; in ath12k_he_gi_to_nl80211_he_gi()
80 ret = NL80211_RATE_INFO_HE_GI_3_2; in ath12k_he_gi_to_nl80211_he_gi()
84 return ret; in ath12k_he_gi_to_nl80211_he_gi()
/freebsd/usr.bin/ident/
H A Dident.c216 int ret = EXIT_SUCCESS; in main() local
256 ret = EXIT_FAILURE; in main()
277 ret = EXIT_FAILURE; in main()
281 ret = EXIT_FAILURE; in main()
285 return (ret); in main()
/freebsd/bin/chmod/
H A Dchmod.c229 int ret; in may_have_nfs4acl() local
238 ret = lpathconf(ent->fts_accpath, _PC_ACL_NFS4); in may_have_nfs4acl()
240 ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4); in may_have_nfs4acl()
241 if (ret > 0) in may_have_nfs4acl()
243 else if (ret < 0 && errno != EINVAL) in may_have_nfs4acl()
/freebsd/bin/getfacl/
H A Dgetfacl.c89 int error, flags = 0, ret; in print_acl() local
101 ret = lpathconf(path, _PC_ACL_NFS4); in print_acl()
103 ret = pathconf(path, _PC_ACL_NFS4); in print_acl()
104 if (ret > 0) { in print_acl()
111 } else if (ret < 0 && errno != EINVAL) { in print_acl()
/freebsd/sys/dev/axgbe/
H A Dif_axgbe_pci.c402 int ret; in axgbe_if_attach_pre() local
570 if (ret) { in axgbe_if_attach_pre()
1419 int ret; in axgbe_if_attach_post() local
1434 if (ret) in axgbe_if_attach_post()
1502 if (ret) in axgbe_if_attach_post()
1623 if (ret) in axgbe_pci_init()
1658 int ret; in axgbe_pci_stop() local
1672 if (ret) in axgbe_pci_stop()
2266 int ret; in axgbe_if_tx_queue_intr_enable() local
2285 int ret; in axgbe_if_rx_queue_intr_enable() local
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-rw.m414 ssize_t ret;
16 ret = kernel_write(file, buf, count, pos);
44 ssize_t ret;
46 ret = kernel_read(file, buf, count, pos);
/freebsd/contrib/mandoc/
H A Dsoelim.c144 int ret = 0; in main() local
174 ret = soelim_file(stdin, flags); in main()
177 ret = soelim_file(soelim_fopen(argv[i]), flags); in main()
181 return (ret); in main()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dled.c56 int ret; in iwl_mvm_leds_init() local
85 ret = led_classdev_register(mvm->trans->dev, &mvm->led); in iwl_mvm_leds_init()
86 if (ret) { in iwl_mvm_leds_init()
89 return ret; in iwl_mvm_leds_init()
/freebsd/tools/test/stress2/misc/
H A Dptrace10.sh83 pid_t pid, ret;
127 ret = waitpid(pid, &status, WUNTRACED | WNOHANG);
128 if (ret < 0)
130 if (ret == 0)

1...<<81828384858687888990>>...202