Searched refs:scnt (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/usr.bin/tip/tip/
H A Dtipout.c135 ssize_t scnt; local
150 scnt = read(FD, buf, BUFSIZ);
151 if (scnt <= 0) {
153 if (scnt == 0 ||
154 (scnt < 0 && (errno == EIO || errno == ENXIO))) {
163 cnt = scnt;
/freebsd-12-stable/sys/contrib/rdma/krping/
H A Dkrping.c911 int scnt; local
919 scnt = 0;
930 while (scnt < iters) {
936 "Couldn't post send: ret=%d scnt %d\n",
937 ret, scnt);
956 "state == ERROR...bailing scnt %d\n",
957 scnt);
973 ++scnt;
985 scnt, cb->size);
990 int ccnt, scnt, rcn local
1137 int ccnt, scnt, rcnt; local
1786 int scnt = 0; local
[all...]
/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dlistener.c729 int scnt = 0; /* error count for select() failures */ local
779 scnt++;
784 scnt >= MAX_FAILS_S ? "abort" : "try again");
785 MI_SLEEP(scnt);
786 if (scnt >= MAX_FAILS_S)
803 scnt = 0; /* reset error counter for select() */
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c589 static inline int parse_single_wc(struct pingpong_context *ctx, int *scnt, argument
604 ++(*scnt);
651 if (*scnt < iters && !ctx->pending) {
702 int rcnt, scnt; local
921 rcnt = scnt = 0;
922 while (rcnt < iters || scnt < iters) {
958 ret = parse_single_wc(ctx, &scnt, &rcnt, &routs,
970 ret = parse_single_wc(ctx, &scnt, &rcnt, &routs,
994 ret = parse_single_wc(ctx, &scnt, &rcnt, &routs,
H A Duc_pingpong.c547 int rcnt, scnt; local
746 rcnt = scnt = 0;
747 while (rcnt < iters || scnt < iters) {
793 ++scnt;
817 if (scnt < iters && !ctx->pending) {
H A Dud_pingpong.c569 int rcnt, scnt; local
753 rcnt = scnt = 0;
754 while (rcnt < iters || scnt < iters) {
799 ++scnt;
823 if (scnt < iters && !ctx->pending) {
H A Dsrq_pingpong.c641 int rcnt, scnt; local
871 rcnt = scnt = 0;
872 while (rcnt < iters || scnt < iters) {
923 ++scnt;
947 if (scnt < iters && !ctx->pending[qp_ind]) {
/freebsd-12-stable/sys/kern/
H A Dtty_ttydisc.c370 unsigned int scnt, error; local
393 scnt = 8 - (tp->t_column & 7);
396 " ", scnt);
403 tp->t_column += scnt;
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ndis.c3064 int resid, copied, len, scnt, dcnt; local
3073 scnt = MmGetMdlByteCount(src);
3079 scnt = MmGetMdlByteCount(src)- soff;
3106 if (resid < scnt)
3109 len = scnt;
3129 scnt -= len;
3130 if (scnt == 0) {
3135 scnt = MmGetMdlByteCount(src);
/freebsd-12-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c609 int scnt = 0; local
641 scnt++;
665 if (scnt == tcnt)
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-endor-defs.h6878 uint32_t scnt : 20; /**< Receive window update sample count. This is the count member in struct:cvmx_endor_rfif_win_upd_scnt::cvmx_endor_rfif_win_upd_scnt_s
6884 uint32_t scnt : 20;

Completed in 277 milliseconds