Home
last modified time | relevance | path

Searched refs:pret (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c138 int pret; in randombytes_block_on_dev_random() local
148 pret = poll(&pfd, 1, -1); in randombytes_block_on_dev_random()
149 } while (pret < 0 && (errno == EINTR || errno == EAGAIN)); in randombytes_block_on_dev_random()
150 if (pret != 1) { in randombytes_block_on_dev_random()
/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c186 int pret; in randombytes_block_on_dev_random() local
196 pret = poll(&pfd, 1, -1); in randombytes_block_on_dev_random()
197 } while (pret < 0 && (errno == EINTR || errno == EAGAIN)); in randombytes_block_on_dev_random()
198 if (pret != 1) { in randombytes_block_on_dev_random()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c200 uintmax_t pret = ret; in malloc_strtoumax() local
203 if (ret < pret) { in malloc_strtoumax()
/f-stack/freebsd/kern/
H A Dkern_fail.c412 fail_point_pause(struct fail_point *fp, enum fail_point_return_code *pret, in fail_point_pause() argument
427 enum fail_point_return_code *pret) in fail_point_sleep() argument
449 *pret = FAIL_POINT_RC_QUEUED; in fail_point_sleep()