Searched defs:direction (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_endian.c87 hfs_swap_BTNode( BlockDescriptor *src, vnode_t vp, enum HFSBTSwapDirection direction, u_int8_t allow_empty_node ) argument
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIODMAEventSource.cpp90 IOReturn IODMAEventSource::startDMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byteOffset) argument
128 IOByteCount IODMAEventSource::getFIFODepth(IODirection direction) argument
144 IOByteCount IODMAEventSource::validFIFODepth(IOByteCount depth, IODirection direction) argument
H A DIOBufferMemoryDescriptor.cpp567 void IOBufferMemoryDescriptor::setDirection(IODirection direction) argument
H A DIOMemoryDescriptor.cpp1041 withAddress(void * address, IOByteCount length, IODirection direction) argument
1051 withAddress(IOVirtualAddress address, IOByteCount length, IODirection direction, task_t task) argument
1079 withRanges( IOVirtualRange * ranges, UInt32 withCount, IODirection direction, task_t task, bool asReference) argument
1171 withPhysicalRanges( IOPhysicalRange * ranges, UInt32 withCount, IODirection direction, bool asReference) argument
1188 withSubRange(IOMemoryDescriptor * of, IOByteCount offset, IOByteCount length, IODirection direction) argument
1272 initWithPhysicalRanges( IOPhysicalRange * ranges, UInt32 count, IODirection direction, bool reference) argument
1287 initWithRanges( IOVirtualRange * ranges, UInt32 count, IODirection direction, task_t task, bool reference) argument
4304 initWithAddress(void * address, IOByteCount length, IODirection direction) argument
4312 initWithAddress(IOVirtualAddress address, IOByteCount length, IODirection direction, task_t task) argument
4330 initWithRanges( IOVirtualRange * ranges, UInt32 withCount, IODirection direction, task_t task, bool asReference) argument
4341 initWithPhysicalRanges( IOPhysicalRange * ranges, UInt32 withCount, IODirection direction, bool asReference) argument
[all...]
/xnu-2782.1.97/bsd/net/
H A Diptap.c275 iptap_tap_callback(ifnet_t ifp, u_int32_t dlt, bpf_tap_mode direction) argument
H A Dpktap.c305 pktap_tap_callback(ifnet_t ifp, u_int32_t dlt, bpf_tap_mode direction) argument
H A Dpf_ioctl.c3892 int m = 0, direction = pnl->direction; local
[all...]
H A Dpf.c384 pf_state_lookup_aux(struct pf_state **state, struct pfi_kif *kif, int direction, int *action) argument
3374 pf_match_translation(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, struct pfi_kif *kif, struct pf_addr *saddr, union pf_state_xport *sxport, struct pf_addr *daddr, union pf_state_xport *dxport, int rs_num) argument
3471 pf_get_translation_aux(struct pf_pdesc *pd, struct mbuf *m, int off, int direction, struct pfi_kif *kif, struct pf_src_node **sn, struct pf_addr *saddr, union pf_state_xport *sxport, struct pf_addr *daddr, union pf_state_xport *dxport, struct pf_addr *naddr, union pf_state_xport *nxport) argument
3684 pf_socket_lookup(int direction, struct pf_pdesc *pd) argument
4048 pf_test_rule(struct pf_rule **rm, struct pf_state **sm, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm, struct ifqueue *ifq) argument
5141 pf_test_dummynet(struct pf_rule **rm, int direction, struct pfi_kif *kif, struct mbuf **m0, struct pf_pdesc *pd, struct ip_fw_args *fwa) argument
5403 pf_test_fragment(struct pf_rule **rm, int direction, struct pfi_kif *kif, struct mbuf *m, void *h, struct pf_pdesc *pd, struct pf_rule **am, struct pf_ruleset **rsm) argument
5498 pf_pptp_handler(struct pf_state *s, int direction, int off, struct pf_pdesc *pd, struct pfi_kif *kif) argument
5844 pf_test_state_tcp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
6372 pf_test_state_udp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
6522 pf_test_state_icmp(struct pf_state **state, int direction, struct pfi_kif *kif, struct mbuf *m, int off, void *h, struct pf_pdesc *pd, u_short *reason) argument
7196 pf_test_state_grev1(struct pf_state **state, int direction, struct pfi_kif *kif, int off, struct pf_pdesc *pd) argument
7297 pf_test_state_esp(struct pf_state **state, int direction, struct pfi_kif *kif, int off, struct pf_pdesc *pd) argument
7460 pf_test_state_other(struct pf_state **state, int direction, struct pfi_kif *kif, struct pf_pdesc *pd) argument
[all...]
H A Dpfvar.h746 u_int8_t direction; member in struct:pf_rule
980 u_int8_t direction; member in struct:pf_state_key_cmp
993 u_int8_t direction; member in struct:pf_state_key
1119 u_int8_t direction; member in struct:pfsync_state
1766 u_int8_t direction; member in struct:pfioc_natlook
/xnu-2782.1.97/bsd/kern/
H A Duipc_syscalls.c2625 internalize_user_msghdr_array(const void *src, int spacetype, int direction, argument
2700 externalize_user_msghdr_array(void *dst, int spacetype, int direction, argument
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c335 do_journal_io(journal *jnl, off_t *offset, void *data, size_t len, int direction) argument

Completed in 79 milliseconds