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

/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c214 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) argument
216 if (bs->bs_running == 0)
225 bstp_hello_timer_expiry(bs, bp);
228 if (bp->bp_txcount > bs->bs_txholdcount)
233 bstp_transmit_bpdu(bs, bp);
238 bstp_transmit_bpdu(bs, bp);
243 bstp_transmit_tcn(bs, bp);
252 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) argument
256 BSTP_LOCK_ASSERT(bs);
284 bstp_send_bpdu(bs, b
288 bstp_transmit_tcn(struct bstp_state *bs, struct bstp_port *bp) argument
403 bstp_send_bpdu(struct bstp_state *bs, struct bstp_port *bp, struct bstp_cbpdu *bpdu) argument
534 struct bstp_state *bs = bp->bp_bs; local
610 bstp_received_stp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
635 bstp_received_rstp(struct bstp_state *bs, struct bstp_port *bp, struct mbuf **mp, struct bstp_tbpdu *tpdu) argument
654 bstp_received_tcn(__unused struct bstp_state *bs, struct bstp_port *bp, __unused struct bstp_tcn_unit *tcn) argument
662 bstp_received_bpdu(struct bstp_state *bs, struct bstp_port *bp, struct bstp_config_unit *cu) argument
860 bstp_assign_roles(struct bstp_state *bs) argument
979 bstp_update_state(struct bstp_state *bs, struct bstp_port *bp) argument
1004 bstp_update_roles(struct bstp_state *bs, struct bstp_port *bp) argument
1217 struct bstp_state *bs = bp->bp_bs; local
1246 struct bstp_state *bs = bp->bp_bs; local
1259 bstp_set_all_reroot(struct bstp_state *bs) argument
1270 bstp_set_all_sync(struct bstp_state *bs) argument
1324 struct bstp_state *bs = bp->bp_bs; local
1398 struct bstp_state *bs = bp->bp_bs; local
1429 struct bstp_state *bs = bp->bp_bs; local
1506 struct bstp_state *bs = bp->bp_bs; local
1538 bstp_rerooted(struct bstp_state *bs, struct bstp_port *bp) argument
1555 bstp_set_htime(struct bstp_state *bs, int t) argument
1575 bstp_set_fdelay(struct bstp_state *bs, int t) argument
1591 bstp_set_maxage(struct bstp_state *bs, int t) argument
1607 bstp_set_holdcount(struct bstp_state *bs, int count) argument
1624 bstp_set_protocol(struct bstp_state *bs, int proto) argument
1656 bstp_set_priority(struct bstp_state *bs, int pri) argument
1674 struct bstp_state *bs = bp->bp_bs; local
1692 struct bstp_state *bs = bp->bp_bs; local
1718 struct bstp_state *bs = bp->bp_bs; local
1732 struct bstp_state *bs = bp->bp_bs; local
1749 struct bstp_state *bs = bp->bp_bs; local
1760 struct bstp_state *bs = bp->bp_bs; local
1816 struct bstp_state *bs = bp->bp_bs; local
1830 struct bstp_state *bs = bp->bp_bs; local
1858 struct bstp_state *bs; local
1881 bstp_ifupdstatus(struct bstp_state *bs, struct bstp_port *bp) argument
1924 bstp_enable_port(struct bstp_state *bs, struct bstp_port *bp) argument
1931 bstp_disable_port(struct bstp_state *bs, struct bstp_port *bp) argument
1940 struct bstp_state *bs = arg; local
2026 bstp_hello_timer_expiry(struct bstp_state *bs, struct bstp_port *bp) argument
2039 bstp_message_age_expiry(struct bstp_state *bs, struct bstp_port *bp) argument
2049 bstp_migrate_delay_expiry(__unused struct bstp_state *bs, struct bstp_port *bp) argument
2055 bstp_edge_delay_expiry(__unused struct bstp_state *bs, struct bstp_port *bp) argument
2096 bstp_reinit(struct bstp_state *bs) argument
2175 bstp_attach(struct bstp_state *bs, struct bstp_cb_ops *cb) argument
2200 bstp_detach(struct bstp_state *bs) argument
2212 bstp_init(struct bstp_state *bs) argument
2227 bstp_stop(struct bstp_state *bs) argument
2242 bstp_create(struct bstp_state *bs, struct bstp_port *bp, struct ifnet *ifp) argument
2268 struct bstp_state *bs = bp->bp_bs; local
2294 struct bstp_state *bs = bp->bp_bs; local
[all...]
H A Dif_bridge.c2398 struct bstp_state *bs = &sc->sc_stp; local
2400 param->ifbrp_prio = bs->bs_bridge_priority;
2421 struct bstp_state *bs = &sc->sc_stp; local
2423 param->ifbrp_hellotime = bs->bs_bridge_htime >> 8;
2444 struct bstp_state *bs = &sc->sc_stp; local
2446 param->ifbrp_fwddelay = bs->bs_bridge_fdelay >> 8;
2467 struct bstp_state *bs = &sc->sc_stp; local
2469 param->ifbrp_maxage = bs->bs_bridge_max_age >> 8;
2629 struct bstp_state *bs = &sc->sc_stp; \
2632 req->ifbop_maxage = bs
[all...]
H A Dbpf.c1450 struct bpf_stat bs; local
1452 bzero(&bs, sizeof (bs));
1453 bs.bs_recv = d->bd_rcount;
1454 bs.bs_drop = d->bd_dcount;
1455 bcopy(&bs, addr, sizeof (bs));
/darwin-on-arm/xnu/bsd/vm/
H A Dvnode_pager.h94 void *bs; member in struct:bs_map
H A Ddp_backing_file.c380 bs_port_table[i].bs = (void *)backing_store;
471 backing_store = (mach_port_t)bs_port_table[i].bs;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c424 backing_store_t bs; local
426 bs = (backing_store_t) kalloc(sizeof (struct backing_store));
427 if (bs == BACKING_STORE_NULL)
430 BS_LOCK_INIT(bs);
431 bs->bs_port = MACH_PORT_NULL;
432 bs->bs_priority = 0;
433 bs->bs_clsize = 0;
434 bs->bs_pages_total = 0;
435 bs->bs_pages_in = 0;
436 bs
451 backing_store_t bs; local
482 backing_store_add( __unused backing_store_t bs) argument
581 backing_store_t bs; local
643 backing_store_t bs; local
841 backing_store_t bs; local
1066 backing_store_t bs; local
1180 MACH_PORT_FACE bs = MACH_PORT_NULL; local
1695 backing_store_t bs = ps->ps_bs; local
4212 backing_store_t bs; local
[all...]
H A Ddefault_pager_internal.h296 #define BS_STAT(bs, clause) VSTATS_ACTION(&(bs)->bs_lock, (clause))
299 #define BS_LOCK_INIT(bs) lck_mtx_init(&(bs)->bs_lock, &default_pager_lck_grp, &default_pager_lck_attr)
300 #define BS_LOCK_DESTROY(bs) lck_mtx_destroy(&(bs)->bs_lock, &default_pager_lck_grp)
301 #define BS_LOCK(bs) lck_mtx_lock(&(bs)->bs_lock)
302 #define BS_UNLOCK(bs) lck_mtx_unlock(&(bs)
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DbenchDS.sh93 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
94 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null
H A Dbench.sh98 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
99 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null
H A Dcoreos_bench.sh106 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
107 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null
H A Dembd_bench.sh105 dd if=/dev/zero of=$TFILE bs=1024k count=10 2>/dev/null
106 dd if=/dev/zero of=$VFILE bs=1024k count=10 2>/dev/null

Completed in 103 milliseconds