Searched refs:dsz (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/mem/ |
| H A D | skmem_arena_var.h | 269 extern char * ar2str(const struct skmem_arena *ar, char *__counted_by(dsz)dst, 270 size_t dsz);
|
| H A D | skmem_arena.c | 2043 ar2str(const struct skmem_arena *ar, char *__counted_by(dsz)dst, in ar2str() 2044 size_t dsz) in ar2str() argument 2046 (void) sk_snprintf(dst, dsz, "%p %s flags 0x%b", in ar2str()
|
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | channel_var.h | 818 extern char * ch2str(const struct kern_channel *na, char *__counted_by(dsz)dst, 819 size_t dsz); 901 char *__counted_by(dsz)dst, size_t dsz);
|
| H A D | channel_ring.c | 1956 kr2str(const struct __kern_channel_ring *kr, char *__counted_by(dsz)dst, in kr2str() 1957 size_t dsz) in kr2str() argument 1959 (void) sk_snprintf(dst, dsz, "%p %s %s flags 0x%b", in kr2str()
|
| H A D | channel.c | 2533 ch2str(const struct kern_channel *ch, char *__counted_by(dsz)dst, size_t dsz) in ch2str() argument 2535 (void) sk_snprintf(dst, dsz, "%p %s flags 0x%b", in ch2str()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 1199 fk2str(const struct flow_key *fk, char *__counted_by(dsz)dst, size_t dsz) in fk2str() argument 1209 (void) snprintf(dst, dsz, in fk2str() 1219 fe2str(const struct flow_entry *fe, char *__counted_by(dsz)dst, size_t dsz) in fe2str() argument 1226 (void) sk_snprintf(dst, dsz, "%p proc %s(%d)%s nx_port %d flow_uuid %s" in fe2str()
|
| H A D | flow_var.h | 1082 extern char *fk2str(const struct flow_key *fk, char *__counted_by(dsz)dst, size_t dsz); 1083 extern char *fe2str(const struct flow_entry *fe, char *__counted_by(dsz)dst, size_t dsz);
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.h | 681 extern char * na2str(const struct nexus_adapter *na, char *__counted_by(dsz)dst, size_t dsz);
|
| H A D | nexus_adapter.c | 3947 na2str(const struct nexus_adapter *na, char *__counted_by(dsz)dst, in na2str() 3948 size_t dsz) in na2str() argument 3950 (void) sk_snprintf(dst, dsz, "%p %s flags 0x%b", in na2str()
|