Searched refs:buflet_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 356 buflet_t 357 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet() 375 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet() 376 const buflet_t bnew) in os_packet_add_buflet() 422 os_buflet_get_data_offset(const buflet_t buf) in os_buflet_get_data_offset() 428 os_buflet_get_data_length(const buflet_t buf) in os_buflet_get_data_length() 434 os_buflet_set_data_offset(const buflet_t buf, const uint16_t doff) in os_buflet_set_data_offset() 440 os_buflet_set_data_length(const buflet_t buf, const uint16_t dlen) in os_buflet_set_data_length() 446 os_buflet_get_object_address(const buflet_t buf) in os_buflet_get_object_address() 452 os_buflet_get_object_limit(const buflet_t buf) in os_buflet_get_object_limit() [all …]
|
| H A D | os_channel_event.c | 45 buflet_t buflet; in os_channel_event_get_next_event()
|
| H A D | os_channel.c | 2196 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft) in os_channel_buflet_alloc() 2272 os_channel_buflet_free(const channel_t chd, buflet_t ubft) in os_channel_buflet_free()
|
| /xnu-8019.80.24/bsd/skywalk/packet/ |
| H A D | os_packet.h | 301 typedef struct __user_buflet *buflet_t; typedef 365 extern buflet_t os_packet_get_next_buflet(const packet_t, const buflet_t); 368 extern int os_packet_add_buflet(const packet_t ph, const buflet_t bprev, 369 const buflet_t bnew); 389 extern int os_buflet_set_data_offset(const buflet_t, const uint16_t); 390 extern uint16_t os_buflet_get_data_offset(const buflet_t); 391 extern int os_buflet_set_data_length(const buflet_t, const uint16_t); 392 extern uint16_t os_buflet_get_data_length(const buflet_t); 393 extern void *os_buflet_get_object_address(const buflet_t); 394 extern uint32_t os_buflet_get_object_limit(const buflet_t); [all …]
|
| H A D | packet_common.h | 919 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_add_buflet() 920 buflet_t bnew = __DECONST(buflet_t, bnew0); in __packet_add_buflet() 978 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_get_next_buflet()
|
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | os_channel.h | 527 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft); 530 os_channel_buflet_free(const channel_t chd, buflet_t ubft);
|