Home
last modified time | relevance | path

Searched refs:buflet_t (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.1.13/libsyscall/wrappers/skywalk/ !
H A Dos_packet.c385 buflet_t
386 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet()
404 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet()
405 const buflet_t bnew) in os_packet_add_buflet()
457 os_buflet_get_data_offset(const buflet_t buf) in os_buflet_get_data_offset()
463 os_buflet_get_data_length(const buflet_t buf) in os_buflet_get_data_length()
469 os_buflet_set_data_offset(const buflet_t buf, const uint32_t doff) in os_buflet_set_data_offset()
475 os_buflet_set_data_length(const buflet_t buf, const uint32_t dlen) in os_buflet_set_data_length()
481 os_buflet_get_object_address(const buflet_t buf) in os_buflet_get_object_address()
487 os_buflet_get_object_limit(const buflet_t buf) in os_buflet_get_object_limit()
[all …]
H A Dos_channel_event.c45 buflet_t buflet; in os_channel_event_get_next_event()
H A Dos_channel.c2297 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft) in os_channel_buflet_alloc()
2373 os_channel_buflet_free(const channel_t chd, buflet_t ubft) in os_channel_buflet_free()
/xnu-10002.1.13/bsd/skywalk/packet/ !
H A Dos_packet.h384 typedef struct __user_buflet *buflet_t; typedef
461 extern buflet_t os_packet_get_next_buflet(const packet_t, const buflet_t);
464 extern int os_packet_add_buflet(const packet_t ph, const buflet_t bprev,
465 const buflet_t bnew);
486 extern int os_buflet_set_data_offset(const buflet_t, const uint32_t);
487 extern uint32_t os_buflet_get_data_offset(const buflet_t);
488 extern int os_buflet_set_data_length(const buflet_t, const uint32_t);
489 extern uint32_t os_buflet_get_data_length(const buflet_t);
490 extern void *os_buflet_get_object_address(const buflet_t);
491 extern uint32_t os_buflet_get_object_limit(const buflet_t);
[all …]
H A Dpacket_common.h1065 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_add_buflet()
1066 buflet_t bnew = __DECONST(buflet_t, bnew0); in __packet_add_buflet()
1124 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_get_next_buflet()
/xnu-10002.1.13/bsd/skywalk/channel/ !
H A Dos_channel.h542 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft);
545 os_channel_buflet_free(const channel_t chd, buflet_t ubft);