Searched defs:rc (Results 201 - 225 of 803) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ntp/libntp/
H A Dntp_worker.c47 int rc; local
H A Dwork_fork.c160 int rc; local
266 size_t rc; local
304 size_t rc; local
353 size_t rc; local
377 size_t rc; local
445 int rc; local
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_datum.c225 int rc; local
H A Dntp_ppsdev.c192 BOOL rc = FALSE; local
217 BOOL rc = FALSE; local
/freebsd-current/contrib/ntp/ntpq/
H A Dlibntpq.c708 int rc; local
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c757 int rc = NCURSES_SP_NAME(_nc_setupscreen) (&sp, local
814 int rc; local
838 int rc; local
/freebsd-current/contrib/ncurses/progs/
H A Dtabs.c379 int rc = EXIT_FAILURE; local
/freebsd-current/contrib/netbsd-tests/lib/libppath/
H A Dt_ppath.c430 int rc; local
569 int rc; local
700 int rc; local
794 int rc; local
888 int rc; local
938 int rc; local
988 int rc; local
1037 int rc; local
1086 int rc; local
1136 int rc; local
1176 int rc; local
1217 int rc; local
1258 int rc; local
1297 int rc; local
1344 int rc; local
1391 int rc; local
1438 int rc; local
1485 int rc; local
[all...]
/freebsd-current/contrib/nvi/ex/
H A Dex_init.c28 enum rc { NOEXIST, NOPERM, RCOK }; enum
/freebsd-current/contrib/pnglite/
H A Dpnglite.c267 int rc = PNG_NO_ERROR; local
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c100 int i, rc; local
710 int rc = 0; local
H A Dsdp_tx.c76 int i, rc; local
392 int rc; local
430 int rc = 0; local
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mr.c539 int rc; local
/freebsd-current/crypto/openssh/
H A Daudit-bsm.c237 int rc, sorf; local
257 int ad, rc, sel; local
300 int rc; local
[all...]
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_rec_cbc.c185 uint32_t rc; local
/freebsd-current/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c398 int rc, count = 3; local
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c161 int rc = 0; local
464 int rc; local
/freebsd-current/contrib/sendmail/libsm/
H A Dmbdb.c551 int rc; local
/freebsd-current/contrib/libxo/libxo/
H A Dxo_encoder.c271 ssize_t rc = func(&xei); local
370 int rc = xo_encoder_handle(xop, XO_OP_CREATE, name, NULL, 0); local
/freebsd-current/contrib/libedit/
H A Dread.c124 el_read_setfn(struct el_read_t *el_read, el_rfunc_t rc) argument
H A Del.c321 el_rfunc_t rc = va_arg(ap, el_rfunc_t); local
/freebsd-current/contrib/libpcap/
H A Dpcap-snf.c55 int rc; local
216 int rc; local
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_s390x_nistp.c58 int rc = -1; local
229 int rc = -1; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h104 int rc = EINVAL; local
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Drefcount.c66 zfs_refcount_create(zfs_refcount_t *rc) argument
79 zfs_refcount_create_tracked(zfs_refcount_t *rc) argument
86 zfs_refcount_create_untracked(zfs_refcount_t *rc) argument
93 zfs_refcount_destroy_many(zfs_refcount_t *rc, uint64_t number) argument
110 zfs_refcount_destroy(zfs_refcount_t *rc) argument
116 zfs_refcount_is_zero(zfs_refcount_t *rc) argument
122 zfs_refcount_count(zfs_refcount_t *rc) argument
128 zfs_refcount_add_many(zfs_refcount_t *rc, uint64_t number, const void *holder) argument
153 zfs_refcount_add(zfs_refcount_t *rc, const void *holder) argument
159 zfs_refcount_add_few(zfs_refcount_t *rc, uint64_t number, const void *holder) argument
168 zfs_refcount_remove_many(zfs_refcount_t *rc, uint64_t number, const void *holder) argument
210 zfs_refcount_remove(zfs_refcount_t *rc, const void *holder) argument
216 zfs_refcount_remove_few(zfs_refcount_t *rc, uint64_t number, const void *holder) argument
263 zfs_refcount_transfer_ownership_many(zfs_refcount_t *rc, uint64_t number, const void *current_holder, const void *new_holder) argument
283 zfs_refcount_transfer_ownership(zfs_refcount_t *rc, const void *current_holder, const void *new_holder) argument
296 zfs_refcount_held(zfs_refcount_t *rc, const void *holder) argument
323 zfs_refcount_not_held(zfs_refcount_t *rc, const void *holder) argument
[all...]

Completed in 369 milliseconds

1234567891011>>