Searched defs:bp (Results 1 - 25 of 34) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_physio.c82 physio( void (*f_strategy)(buf_t), buf_t bp, dev_t dev, int flags, u_int (*f_minphys)(buf_t), struct uio *uio, int blocksize) argument
245 minphys(struct buf *bp) argument
[all...]
H A Dmcache.c1125 mcache_bkt_t *bp, *pbp; local
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_blue.c165 struct blue *bp; local
194 blue_destroy(struct blue *bp) argument
200 blue_getstats(struct blue *bp, struct blue_stats *sp) argument
213 blue_addq(struct blue *bp, class_queue_t *q, struct mbuf *m, struct pf_mtag *tag) argument
295 blue_getq_flow(struct blue *bp, class_queue_t *q, u_int32_t flow, boolean_t purge) argument
315 blue_getq(struct blue *bp, class_queue_t *q) argument
321 blue_purgeq(struct blue *bp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
345 blue_drop_early(struct blue *bp) argument
357 blue_updateq(struct blue *bp, cqev_t ev) argument
364 blue_suspendq(struct blue *bp, class_queue_t *q, boolean_t on) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c631 buf_t bp; local
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Packet.c728 unsigned char *bp; local
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c365 void fslog_io_error(const buf_t bp) argument
H A Dvfs_journal.h60 struct buf *bp; member in union:block_info::__anon560
/darwin-on-arm/xnu/bsd/dev/
H A Dmemdev.c235 static void mdevstrategy(struct buf *bp) { argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.c99 struct buf *bp = NULL; local
192 struct buf *bp = NULL; local
209 btree_swap_node(struct buf *bp, __unused void *arg) argument
235 btree_journal_modify_block_end(struct hfsmount *hfsmp, struct buf *bp) argument
245 struct buf *bp = NULL; local
555 struct buf *bp = NULL; local
622 struct buf *bp = NULL; local
[all...]
H A Dhfs_vfsutils.c733 struct buf *bp = NULL; local
2113 struct buf *jinfo_bp, *bp; local
[all...]
H A Dhfs_catalog.c2335 struct buf *bp; local
H A Dhfs_readwrite.c2771 buf_t bp = ap->a_bp; local
4292 register struct buf *bp = ap->a_bp; local
4782 struct buf *bp = NULL; local
[all...]
H A Dhfs_vnops.c2472 buf_t bp; local
2547 hfs_btsync_callback(struct buf *bp, __unused void *dummy) argument
2974 hfs_removefile_callback(struct buf *bp, void *hfsmp) argument
4317 struct buf *bp = NULL; local
4791 struct buf *bp = NULL; local
[all...]
/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c128 GetNextComponent(const char *cp, char *bp) argument
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c885 rm_class_t *p, *bp; local
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c1350 caddr_t bp = (caddr_t)buf; local
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c1708 fasttrap_uint32_cmp(const void *ap, const void *bp) argument
1714 fasttrap_uint64_cmp(const void *ap, const void *bp) argument
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c648 shadow_read(struct vn_softc * vn, struct buf * bp, char * base, argument
696 shadow_write(struct vn_softc * vn, struct buf * bp, char * base, argument
747 vn_readwrite_io(struct vn_softc * vn, struct buf * bp, vfs_context_t ctx) argument
779 vnstrategy(struct buf *bp) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dbridgestp.c214 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) argument
252 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) argument
288 bstp_transmit_tcn(struct bstp_state *bs, struct bstp_port *bp) argument
330 bstp_decode_bpdu(struct bstp_port *bp, struct bstp_cbpdu *cpdu, struct bstp_config_unit *cu) argument
403 bstp_send_bpdu(struct bstp_state *bs, struct bstp_port *bp, struct bstp_cbpdu *bpdu) argument
475 bstp_pdu_flags(struct bstp_port *bp) argument
532 bstp_input(struct bstp_port *bp, __unused struct ifnet *ifp, struct mbuf *m) argument
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
755 bstp_pdu_rcvtype(struct bstp_port *bp, struct bstp_config_unit *cu) argument
800 bstp_pdu_bettersame(struct bstp_port *bp, int newinfo) argument
862 struct bstp_port *bp, *rbp = NULL; local
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
1158 bstp_update_tc(struct bstp_port *bp) argument
1215 bstp_update_info(struct bstp_port *bp) argument
1244 bstp_set_other_tcprop(struct bstp_port *bp) argument
1261 struct bstp_port *bp; local
1272 struct bstp_port *bp; local
1285 bstp_set_port_state(struct bstp_port *bp, int state) argument
1322 bstp_set_port_role(struct bstp_port *bp, int role) argument
1396 bstp_set_port_proto(struct bstp_port *bp, int proto) argument
1427 bstp_set_port_tc(struct bstp_port *bp, int state) argument
1504 bstp_set_timer_tc(struct bstp_port *bp) argument
1526 bstp_set_timer_msgage(struct bstp_port *bp) argument
1538 bstp_rerooted(struct bstp_state *bs, struct bstp_port *bp) argument
1609 struct bstp_port *bp; local
1626 struct bstp_port *bp; local
1672 bstp_set_port_priority(struct bstp_port *bp, int pri) argument
1690 bstp_set_path_cost(struct bstp_port *bp, uint32_t path_cost) argument
1716 bstp_set_edge(struct bstp_port *bp, int set) argument
1730 bstp_set_autoedge(struct bstp_port *bp, int set) argument
1747 bstp_set_ptp(struct bstp_port *bp, int set) argument
1758 bstp_set_autoptp(struct bstp_port *bp, int set) argument
1777 bstp_calc_path_cost(struct bstp_port *bp) argument
1815 struct bstp_port *bp = (struct bstp_port *)arg; local
1829 struct bstp_port *bp = (struct bstp_port *)arg; local
1859 struct bstp_port *bp; 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
1941 struct bstp_port *bp; 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
2098 struct bstp_port *bp; local
2229 struct bstp_port *bp; local
2242 bstp_create(struct bstp_state *bs, struct bstp_port *bp, struct ifnet *ifp) argument
2266 bstp_enable(struct bstp_port *bp) argument
2292 bstp_disable(struct bstp_port *bp) argument
2310 bstp_destroy(struct bstp_port *bp) argument
[all...]
H A Dbpf.c469 bpf_attachd(struct bpf_d *d, struct bpf_if *bp) argument
513 struct bpf_if *bp; local
1623 struct bpf_if *bp; local
1674 struct bpf_if *bp; local
1719 struct bpf_if *bp; local
1981 struct bpf_if *bp; local
2332 struct bpf_if *bp, *bp_prev, *bp_next; local
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1161 u_char *bp; local
1186 u_char *bp = (u_char *)opt + optlen; local
1219 u_char *bp local
[all...]
H A Dip_dummynet.c463 char *bp; local
504 char *bp; local
2354 char* dn_copy_set_32(struct dn_flow_set *set, char *bp) argument
2384 dn_copy_set_64(struct dn_flow_set *set, char *bp) argument
2453 char *buf, *bp=NULL; /* bp is the "copy-pointer" */ local
[all...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1345 struct buf *bp = NULL; local
1407 struct buf *bp = (struct buf *)blockRef; local
[all...]
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c406 struct buf *bp; local
500 struct buf *bp; local
1623 buf_t bp; local
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_bio.c282 nfs_buf_remfree(struct nfsbuf *bp) argument
323 struct nfsbuf * bp = NFSBUFHASH(np, blkno)->lh_first; local
346 struct nfsbuf *bp; local
393 nfs_buf_upl_setup(struct nfsbuf *bp) argument
435 nfs_buf_upl_check(struct nfsbuf *bp) argument
485 nfs_buf_map(struct nfsbuf *bp) argument
513 nfs_buf_normalize_valid_range(nfsnode_t np, struct nfsbuf *bp) argument
539 struct nfsbuf *bp; local
647 struct nfsbuf *bp; local
888 LIST_INSERT_HEAD(NFSBUFHASH(np, blkno), bp, nb_hash); local
984 nfs_buf_release(struct nfsbuf *bp, int freeup) argument
1164 nfs_buf_iowait(struct nfsbuf *bp) argument
1190 nfs_buf_iodone(struct nfsbuf *bp) argument
1224 nfs_buf_write_delayed(struct nfsbuf *bp) argument
1286 nfs_buf_check_write_verifier(nfsnode_t np, struct nfsbuf *bp) argument
1313 nfs_buf_refget(struct nfsbuf *bp) argument
1322 nfs_buf_refrele(struct nfsbuf *bp) argument
1332 nfs_buf_acquire(struct nfsbuf *bp, int flags, int slpflag, int slptimeo) argument
1369 nfs_buf_drop(struct nfsbuf *bp) argument
1432 struct nfsbuf *bp; local
1457 nfs_buf_read(struct nfsbuf *bp) argument
1495 nfs_buf_read_finish(struct nfsbuf *bp) argument
1537 nfs_buf_read_rpc(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred) argument
1650 struct nfsbuf *bp; local
1841 struct nfsbuf *bp; local
1898 struct nfsbuf *bp = NULL; local
2278 nfs_buf_write(struct nfsbuf *bp) argument
2493 nfs_buf_write_finish(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred) argument
2602 nfs_buf_write_dirty_pages(struct nfsbuf *bp, thread_t thd, kauth_cred_t cred) argument
2686 nfs_buf_write_rpc(struct nfsbuf *bp, int iomode, thread_t thd, kauth_cred_t cred) argument
2808 struct nfsbuf *bp; local
3010 struct nfsbuf *bp, *prevlbp, *lbp; local
3246 struct nfsbuf *bp; local
3465 struct nfsbuf *bp; local
3692 struct nfsbuf *bp; local
3830 nfs_buf_readdir(struct nfsbuf *bp, vfs_context_t ctx) argument
[all...]

Completed in 112 milliseconds

12