Searched refs:sch (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.c137 static void syncache_timeout(struct syncache *sc, struct syncache_head *sch,
150 static int syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch,
222 #define SCH_LOCK(sch) mtx_lock(&(sch)->sch_mtx)
223 #define SCH_UNLOCK(sch) mtx_unlock(&(sch)->sch_mtx)
224 #define SCH_LOCK_ASSERT(sch) mtx_assert(&(sch)->sch_mtx, MA_OWNED)
310 struct syncache_head *sch; local
323 sch
351 syncache_insert(struct syncache *sc, struct syncache_head *sch) argument
398 syncache_drop(struct syncache *sc, struct syncache_head *sch) argument
422 syncache_timeout(struct syncache *sc, struct syncache_head *sch, int docallout) argument
450 struct syncache_head *sch = (struct syncache_head *)xsch; local
519 struct syncache_head *sch; local
555 struct syncache_head *sch; local
659 struct syncache_head *sch; local
674 struct syncache_head *sch; local
1007 struct syncache_head *sch; local
1314 struct syncache_head *sch; local
1703 syncache_respond(struct syncache *sc, struct syncache_head *sch, const struct mbuf *m0, int flags) argument
2076 syncookie_generate(struct syncache_head *sch, struct syncache *sc) argument
2133 syncookie_lookup(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
2229 syncookie_cmp(struct in_conninfo *inc, struct syncache_head *sch, struct syncache *sc, struct tcphdr *th, struct tcpopt *to, struct socket *lso) argument
2303 struct syncache_head *sch; local
[all...]
/freebsd-12-stable/sys/dev/mn/
H A Dif_mn.c333 struct schan *sch; local
406 sch = sc->ch[i];
409 i, NG_HOOK_NAME(sch->hook));
412 if (sch->last_recv)
414 (unsigned long)(time_second - sch->last_recv));
419 if (sch->last_rxerr)
421 (unsigned long)(time_second - sch->last_rxerr));
426 if (sch->last_xmit)
428 (unsigned long)(time_second - sch->last_xmit));
432 pos += sprintf(r + pos, " RX error(s) %lu", sch
586 struct schan *sch; local
668 struct schan *sch; local
761 struct schan *sch; local
818 struct schan *sch; local
1114 struct schan *sch; local
[all...]
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c88 struct dn_sch *sch; member in struct:schk_new_arg
532 if (s->sch.flags & DN_HAVE_MASK)
605 if (s->sch.flags & DN_HAVE_MASK) {
607 flow_id_mask(&s->sch.sched_mask, &id_t);
630 if (s->sch.flags & DN_HAVE_MASK)
712 if (fs->sched->sch.flags & DN_HAVE_MASK)
838 ((struct dn_schk *)key)->sch.sched_nr;
847 ((struct dn_schk *)key)->sch.sched_nr;
848 return (s->sch.sched_nr == i);
867 s->sch
2723 struct dn_alg *sch = arg; local
[all...]
H A Ddn_sched_wf2q.c191 /* XXX invariant: sch > 0 || V >= min(S in neh) */
199 struct dn_heap *sch = &si->sch_heap; local
203 if (sch->elements == 0 && neh->elements == 0) {
224 * in sch have by definition S_i <= V so if sch is not empty,
226 * if sch is empty we only need to look at neh.
230 if (sch->elements == 0 && neh->elements > 0) {
238 heap_insert(sch, alg_fq->F, q);
243 q = HEAP_TOP(sch)->object;
246 heap_extract(sch, NUL
[all...]
H A Dip_dn_glue.c440 dn_compat_config_pipe(struct dn_sch *sch, struct dn_link *p, argument
447 sch->sched_nr = i;
448 sch->oid.subtype = 0;
466 /* Move scheduler related parameter from fs to sch */
467 sch->buckets = fs->buckets; /*XXX*/
470 sch->flags |= DN_HAVE_MASK;
472 sch->sched_mask = fs->flow_mask;
505 struct dn_sch *sch = NULL; local
528 sch = o_next(&buf, sizeof(*sch), DN_SC
[all...]
H A Dip_dn_private.h158 /* Store the fs/sch to scan when draining. The value is the
284 * XXX sch must be at the beginning, see schk_hash().
287 struct dn_sch sch; member in struct:dn_schk
303 /* Hash table of all instances (through sch.sched_mask)
/freebsd-12-stable/sys/mips/nlm/hal/
H A Dpic.h256 int sch, int vec, int dt, int db, int dte)
261 ((sch & 0x1) << 28) | ((vec & 0x3f) << 20) |
270 int sch, int vec, int cpu)
272 nlm_pic_write_irt(base, irt_num, en, nmi, sch, vec, 1,
255 nlm_pic_write_irt(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int dt, int db, int dte) argument
269 nlm_pic_write_irt_direct(uint64_t base, int irt_num, int en, int nmi, int sch, int vec, int cpu) argument
/freebsd-12-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c382 cchar_t sch; local
383 SetChar(sch, *s++, AttrOf(ch));
384 if_EXT_COLORS(SetPair(sch, GetPair(ch)));
385 if (wadd_wch_literal(win, sch) == ERR)
/freebsd-12-stable/contrib/pf/libevent/
H A Dbuffer.c233 char fch = data[i], sch = data[i+1]; local
236 if ( (sch == '\r' || sch == '\n') && sch != fch )
/freebsd-12-stable/sbin/ipfw/
H A Ddummynet.c1276 struct dn_sch *sch = NULL; local
1302 * sch params
1336 sch = o_next(&buf, sizeof(*sch), DN_SCH);
1344 sch->sched_nr = i;
1345 sch->oid.subtype = 0; /* defaults to WF2Q+ */
1346 mask = &sch->sched_mask;
1347 flags = &sch->flags;
1348 buckets = &sch->buckets;
1375 sch
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c503 NCURSES_CH_T sch; local
504 SetChar(sch, *s++, AttrOf(ch));
505 if_EXT_COLORS(SetPair(sch, GetPair(ch)));
506 if (waddch_literal(win, sch) == ERR)
/freebsd-12-stable/usr.bin/m4/
H A Deval.c928 unsigned char sch, dch; local
980 sch = (unsigned char)(*src++);
981 dch = mapvec[sch];
/freebsd-12-stable/sys/dev/qat/
H A Dqat_ae.c2319 struct suof_chunk_hdr *sch)
2325 qsi->qsi_simg_buf = qafs->qafs_suof_buf + sch->sch_offset +
2329 (qafs->qafs_suof_buf + sch->sch_offset))->soh_img_length;
2359 struct suof_chunk_hdr *sch; local
2400 sch = (struct suof_chunk_hdr *)(sfh + 1);
2408 (qafs->qafs_suof_buf + sch->sch_offset))->sst_tab_length;
2411 qafs->qafs_sym_str = qafs->qafs_suof_buf + sch->sch_offset +
2423 error = qat_aefw_suof_parse_image(sc, &qsi[i], &sch[i + 1]);
2318 qat_aefw_suof_parse_image(struct qat_softc *sc, struct qat_suof_image *qsi, struct suof_chunk_hdr *sch) argument
/freebsd-12-stable/crypto/openssl/apps/
H A Dspeed.c796 static DES_key_schedule sch; variable
805 DES_ncbc_encrypt(buf, buf, lengths[testnum], &sch,
817 &sch, &sch2, &sch3, &DES_iv, DES_ENCRYPT);
1875 DES_set_key_unchecked(&key, &sch);
1918 (DES_cblock *)loopargs[0].buf, &sch, DES_ENCRYPT);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h4606 uint64_t sch : 4; /**< Hold CS for (SCH+1) refclks after FSET desserts member in struct:cvmx_mio_fus_read_times::cvmx_mio_fus_read_times_s
4645 uint64_t sch : 4;

Completed in 310 milliseconds