Searched refs:buflet_t (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 373 buflet_t 374 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet() 392 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet() 393 const buflet_t bnew) in os_packet_add_buflet() 439 os_buflet_get_data_offset(const buflet_t buf) in os_buflet_get_data_offset() 445 os_buflet_get_data_length(const buflet_t buf) in os_buflet_get_data_length() 451 os_buflet_set_data_offset(const buflet_t buf, const uint16_t doff) in os_buflet_set_data_offset() 457 os_buflet_set_data_length(const buflet_t buf, const uint16_t dlen) in os_buflet_set_data_length() 463 os_buflet_get_object_address(const buflet_t buf) in os_buflet_get_object_address() 469 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 | 2214 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft) in os_channel_buflet_alloc() 2290 os_channel_buflet_free(const channel_t chd, buflet_t ubft) in os_channel_buflet_free()
|
| /xnu-8792.41.9/bsd/skywalk/packet/ |
| H A D | os_packet.h | 369 typedef struct __user_buflet *buflet_t; typedef 441 extern buflet_t os_packet_get_next_buflet(const packet_t, const buflet_t); 444 extern int os_packet_add_buflet(const packet_t ph, const buflet_t bprev, 445 const buflet_t bnew); 465 extern int os_buflet_set_data_offset(const buflet_t, const uint16_t); 466 extern uint16_t os_buflet_get_data_offset(const buflet_t); 467 extern int os_buflet_set_data_length(const buflet_t, const uint16_t); 468 extern uint16_t os_buflet_get_data_length(const buflet_t); 469 extern void *os_buflet_get_object_address(const buflet_t); 470 extern uint32_t os_buflet_get_object_limit(const buflet_t); [all …]
|
| H A D | packet_common.h | 1028 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_add_buflet() 1029 buflet_t bnew = __DECONST(buflet_t, bnew0); in __packet_add_buflet() 1087 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_get_next_buflet()
|
| /xnu-8792.41.9/bsd/skywalk/channel/ |
| H A D | os_channel.h | 528 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft); 531 os_channel_buflet_free(const channel_t chd, buflet_t ubft);
|