| /xnu-12377.1.9/EXTERNAL_HEADERS/image4/ |
| H A D | image4.h | 146 #if !defined(__sized_by_or_null) 147 #define __sized_by_or_null(_S) macro
|
| /xnu-12377.1.9/EXTERNAL_HEADERS/ |
| H A D | ptrcheck.h | 82 #define __sized_by_or_null(N) __attribute__((__sized_by_or_null__(N))) macro 279 #define __sized_by_or_null(N) macro
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | restricted_in_port.h | 49 extern bitmap_t *__sized_by_or_null(BITMAP_SIZE(UINT16_MAX)) restricted_port_bitmap;
|
| H A D | kpi_interface.h | 422 #if defined(__sized_by_or_null) 423 #define IFNET_LLADDR_T const char *__sized_by_or_null (IFNET_MAX_LINKADDR_BUFFER_SIZE) 424 #define IFNET_FRAME_TYPE_T const char *__sized_by_or_null (IFNET_MAX_FRAME_TYPE_BUFFER_SIZE) 425 #define IFNET_LLADDR_RW_T char *__sized_by_or_null (IFNET_MAX_LINKADDR_BUFFER_SIZE) 426 #define IFNET_FRAME_TYPE_RW_T char *__sized_by_or_null (IFNET_MAX_FRAME_TYPE_BUFFER_SIZE)
|
| H A D | dlil_var_private.h | 233 …void *dl_if_uniqueid __sized_by_or_null(dl_if_uniqueid_len); /* unique interface…
|
| H A D | siphash.c | 89 SipBuf(SIPHASH_CTX *ctx, const uint8_t * __sized_by_or_null(len)src, size_t len, size_t *delta, int… in SipBuf()
|
| H A D | restricted_in_port.c | 56 bitmap_t *__sized_by_or_null(BITMAP_SIZE(UINT16_MAX)) restricted_port_bitmap;
|
| H A D | if_bridge.c | 10124 m_seg(struct mbuf *m0, int hdr_len, int mss, char * hdr2_buf __sized_by_or_null(hdr2_len), int hdr2…
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | kpi_mbuf.h | 525 …mbuf_t *mbuf, caddr_t extbuf __sized_by_or_null(extsize), void (*extfree)(caddr_t, u_int, caddr_t), 552 extern errno_t mbuf_alloccluster(mbuf_how_t how, size_t *size, char * __sized_by_or_null(*size) * a… 931 void *out_data __sized_by_or_null(length)) 957 const void *data __sized_by_or_null(length), mbuf_how_t how)
|
| H A D | mbuf.h | 1678 __private_extern__ char * __sized_by_or_null(MBIGCLBYTES) m_bigalloc(int); 1681 __private_extern__ char * __sized_by_or_null(M16KCLBYTES) m_16kalloc(int); 1703 __private_extern__ char * __sized_by_or_null(MCLBYTES) m_mclalloc(int);
|
| H A D | cdefs.h | 1163 #define __sized_by_or_null(N) macro
|
| H A D | socketvar.h | 874 __sized_by_or_null(size) in __sized_by_or_null() function
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | kpi_mbuf.c | 182 caddr_t extbuf __sized_by_or_null(extsize), void (*extfree)(caddr_t, u_int, caddr_t), in mbuf_attachcluster() 202 caddr_t extbuf __sized_by_or_null(extsize) = NULL; in mbuf_ring_cluster_alloc() 268 mbuf_alloccluster(mbuf_how_t how, size_t *size, char * __sized_by_or_null(*size) *addr) in mbuf_alloccluster() 555 mbuf_copydata(const mbuf_t m0, size_t off, size_t len, void *out_data __sized_by_or_null(len)) in mbuf_copydata() 1521 const void *data __sized_by_or_null(len0), in mbuf_copyback()
|
| H A D | uipc_mbuf.c | 410 static int m_copyback0(struct mbuf **, int, int len, const void * __sized_by_or_null(len), int, int… 1894 __sized_by_or_null(MCLBYTES) in __sized_by_or_null() function 1926 __sized_by_or_null(MBIGCLBYTES) in __sized_by_or_null() function 1963 __sized_by_or_null(M16KCLBYTES) in __sized_by_or_null() function 3833 m_copyback0(struct mbuf **mp0, int off, int len0, const void *vp __sized_by_or_null(len0), int flag… in m_copyback0()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | ip_dummynet.h | 136 void * object __sized_by_or_null(obj_size); /* object pointer */
|
| H A D | ip_dummynet.c | 150 static int heap_insert(struct dn_heap *h, dn_key key1, void *__sized_by_or_null(size)p, size_t size… 151 static void heap_extract(struct dn_heap *h, void *__sized_by_or_null(size)obj, size_t size); 722 heap_insert(struct dn_heap *h, dn_key key1, void *__sized_by_or_null(obj_size)object, size_t obj_si… in heap_insert() 761 heap_extract(struct dn_heap *h, void *__sized_by_or_null(obj_size)obj, size_t obj_size) in heap_extract()
|
| /xnu-12377.1.9/bsd/skywalk/mem/ |
| H A D | skmem.c | 431 void *__sized_by_or_null(sk_sys_objsize) sk_sys_obj;
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 352 uint8_t *__sized_by_or_null(FLOW_DEMUX_MAX_LEN) fe_demux_pkt_data;
|