Home
last modified time | relevance | path

Searched refs:__sized_by_or_null (Results 1 – 18 of 18) sorted by relevance

/xnu-12377.1.9/EXTERNAL_HEADERS/image4/
H A Dimage4.h146 #if !defined(__sized_by_or_null)
147 #define __sized_by_or_null(_S) macro
/xnu-12377.1.9/EXTERNAL_HEADERS/
H A Dptrcheck.h82 #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 Drestricted_in_port.h49 extern bitmap_t *__sized_by_or_null(BITMAP_SIZE(UINT16_MAX)) restricted_port_bitmap;
H A Dkpi_interface.h422 #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 Ddlil_var_private.h233 …void *dl_if_uniqueid __sized_by_or_null(dl_if_uniqueid_len); /* unique interface…
H A Dsiphash.c89 SipBuf(SIPHASH_CTX *ctx, const uint8_t * __sized_by_or_null(len)src, size_t len, size_t *delta, int… in SipBuf()
H A Drestricted_in_port.c56 bitmap_t *__sized_by_or_null(BITMAP_SIZE(UINT16_MAX)) restricted_port_bitmap;
H A Dif_bridge.c10124 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 Dkpi_mbuf.h525 …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 Dmbuf.h1678 __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 Dcdefs.h1163 #define __sized_by_or_null(N) macro
H A Dsocketvar.h874 __sized_by_or_null(size) in __sized_by_or_null() function
/xnu-12377.1.9/bsd/kern/
H A Dkpi_mbuf.c182 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 Duipc_mbuf.c410 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 Dip_dummynet.h136 void * object __sized_by_or_null(obj_size); /* object pointer */
H A Dip_dummynet.c150 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 Dskmem.c431 void *__sized_by_or_null(sk_sys_objsize) sk_sys_obj;
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h352 uint8_t *__sized_by_or_null(FLOW_DEMUX_MAX_LEN) fe_demux_pkt_data;