/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_umem.c | 63 mdb_umem_handler(size_t nbytes, size_t align, uint_t flags) in mdb_umem_handler() 134 mdb_umem_gc_enter(void *ptr, size_t nbytes) in mdb_umem_gc_enter() 167 mdb_alloc_align(size_t nbytes, size_t align, uint_t flags) in mdb_alloc_align() 199 mdb_alloc(size_t nbytes, uint_t flags) in mdb_alloc() 205 mdb_zalloc(size_t nbytes, uint_t flags) in mdb_zalloc() 216 mdb_free(void *ptr, size_t nbytes) in mdb_free() 230 mdb_free_align(void *ptr, size_t nbytes) in mdb_free_align()
|
H A D | mdb_rawfile.c | 113 rf_read(mdb_io_t *io, void *buf, size_t nbytes, uint64_t addr) in rf_read() 130 rf_write(mdb_io_t *io, const void *buf, size_t nbytes, uint64_t addr) in rf_write() 180 rf_vread(mdb_tgt_t *t, void *buf, size_t nbytes, uintptr_t addr) in rf_vread() 189 rf_vwrite(mdb_tgt_t *t, const void *buf, size_t nbytes, uintptr_t addr) in rf_vwrite() 198 rf_pread(mdb_tgt_t *t, void *buf, size_t nbytes, physaddr_t addr) in rf_pread() 207 rf_pwrite(mdb_tgt_t *t, const void *buf, size_t nbytes, physaddr_t addr) in rf_pwrite() 216 rf_fread(mdb_tgt_t *t, void *buf, size_t nbytes, uintptr_t addr) in rf_fread() 222 rf_fwrite(mdb_tgt_t *t, const void *buf, size_t nbytes, uintptr_t addr) in rf_fwrite()
|
H A D | mdb_modapi.c | 168 mdb_vread(void *buf, size_t nbytes, uintptr_t addr) in mdb_vread() 179 mdb_vwrite(const void *buf, size_t nbytes, uintptr_t addr) in mdb_vwrite() 185 mdb_aread(void *buf, size_t nbytes, uintptr_t addr, void *as) in mdb_aread() 196 mdb_awrite(const void *buf, size_t nbytes, uintptr_t addr, void *as) in mdb_awrite() 202 mdb_fread(void *buf, size_t nbytes, uintptr_t addr) in mdb_fread() 213 mdb_fwrite(const void *buf, size_t nbytes, uintptr_t addr) in mdb_fwrite() 219 mdb_pread(void *buf, size_t nbytes, physaddr_t addr) in mdb_pread() 230 mdb_pwrite(const void *buf, size_t nbytes, physaddr_t addr) in mdb_pwrite() 236 mdb_readstr(char *buf, size_t nbytes, uintptr_t addr) in mdb_readstr() 249 mdb_readsym(void *buf, size_t nbytes, const char *name) in mdb_readsym() [all …]
|
H A D | mdb_logio.c | 44 logio_read(mdb_io_t *io, void *buf, size_t nbytes) in logio_read() 64 logio_write(mdb_io_t *io, const void *buf, size_t nbytes) in logio_write()
|
H A D | mdb_fdio.c | 55 fdio_read(mdb_io_t *io, void *buf, size_t nbytes) in fdio_read() 66 fdio_write(mdb_io_t *io, const void *buf, size_t nbytes) in fdio_write() 188 fdio_bdev_read(mdb_io_t *io, void *buf, size_t nbytes) in fdio_bdev_read() 232 fdio_bdev_write(mdb_io_t *io, const void *buf, size_t nbytes) in fdio_bdev_write()
|
H A D | mdb_value.c | 67 value_read(mdb_tgt_t *t, void *dst, size_t nbytes, uintptr_t addr) in value_read() 105 value_write(mdb_tgt_t *t, const void *buf, size_t nbytes, uintptr_t addr) in value_write()
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | alloc.h | 47 #define MALLOC(nbytes) alloc_malloc(nbytes, __FILE__, __LINE__) argument 48 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, __FILE__, __LINE__) argument 54 #define MALLOC(nbytes) alloc_malloc(nbytes, "???", __LINE__) argument 55 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, "???", __LINE__) argument
|
H A D | alloc.c | 68 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc() 90 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc() 133 alloc_xmalloc(size_t nbytes) in alloc_xmalloc()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 402 note_pstatus(struct ps_prochandle *P, size_t nbytes) in note_pstatus() 433 note_lwpstatus(struct ps_prochandle *P, size_t nbytes) in note_lwpstatus() 514 note_linux_psinfo(struct ps_prochandle *P, size_t nbytes) in note_linux_psinfo() 631 note_linux_prstatus(struct ps_prochandle *P, size_t nbytes) in note_linux_prstatus() 679 note_psinfo(struct ps_prochandle *P, size_t nbytes) in note_psinfo() 710 note_lwpsinfo(struct ps_prochandle *P, size_t nbytes) in note_lwpsinfo() 746 note_lwpname(struct ps_prochandle *P, size_t nbytes) in note_lwpname() 772 note_fdinfo(struct ps_prochandle *P, size_t nbytes) in note_fdinfo() 798 note_platform(struct ps_prochandle *P, size_t nbytes) in note_platform() 820 note_secflags(struct ps_prochandle *P, size_t nbytes) in note_secflags() [all …]
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | poolstat_utils.c | 36 Realloc(void *ptr, size_t nbytes) in Realloc() 46 Zalloc(size_t nbytes) in Zalloc()
|
H A D | poolstat_utils.h | 36 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) argument 37 #define ZALLOC(nbytes) Zalloc((nbytes)) argument
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | sockstream.c | 42 stream_read(int fd, void *buf, ssize_t nbytes) in stream_read() 66 stream_write(int fd, const void *buf, ssize_t nbytes) in stream_write()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 88 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc() 117 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc() 188 alloc_xmalloc(size_t nbytes) in alloc_xmalloc()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/ |
H A D | ptm.c | 76 ptms_pr_qinfo(char *buf, size_t nbytes, struct pt_ttys *pt, char *peername, in ptms_pr_qinfo() 177 ptms_qinfo(const queue_t *q, char *buf, size_t nbytes, int ismaster) in ptms_qinfo() 200 ptm_qinfo(const queue_t *q, char *buf, size_t nbytes) in ptm_qinfo() 206 pts_qinfo(const queue_t *q, char *buf, size_t nbytes) in pts_qinfo()
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | err.h | 61 #define MALLOC(nbytes) err_malloc(nbytes, __FILE__, __LINE__) argument 64 #define REALLOC(ptr, nbytes) err_realloc(ptr, nbytes, __FILE__, __LINE__) argument
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 281 fru_read_segment(segment_hdl_t segment, void *buffer, size_t nbytes, in fru_read_segment() 301 fru_write_segment(segment_hdl_t segment, const void *buffer, size_t nbytes, in fru_write_segment() 361 fru_get_payload(packet_hdl_t packet, void *buffer, size_t nbytes, in fru_get_payload() 380 fru_update_payload(packet_hdl_t packet, const void *data, size_t nbytes, in fru_update_payload() 408 size_t nbytes, segment_hdl_t *newsegment, door_cred_t *cred) in fru_append_packet()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_encode_nm.c | 48 _dwarf_pro_encode_leb128_nm(Dwarf_Unsigned val, int *nbytes, in _dwarf_pro_encode_leb128_nm() 80 _dwarf_pro_encode_signed_leb128_nm(Dwarf_Signed value, int *nbytes, in _dwarf_pro_encode_signed_leb128_nm()
|
H A D | pro_section.h | 81 #define GET_CHUNK_ERR(dbg,sectno,ptr,nbytes,error) \ argument 88 #define GET_CHUNK(dbg,sectno,ptr,nbytes,error) \ argument
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_kdi.c | 207 kdi_prw(caddr_t buf, size_t nbytes, uint64_t pa, size_t *ncopiedp, int doread) in kdi_prw() 290 kdi_pread(caddr_t buf, size_t nbytes, uint64_t addr, size_t *ncopiedp) in kdi_pread() 296 kdi_pwrite(caddr_t buf, size_t nbytes, uint64_t addr, size_t *ncopiedp) in kdi_pwrite()
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | vnet_common.h | 107 uint32_t nbytes; /* data length */ member 120 uint32_t nbytes; member 131 uint32_t nbytes; /* Num bytes in data buffer */ member
|
/illumos-gate/usr/src/common/smbsrv/ |
H A D | smb_xdr.c | 180 uint32_t buflen, uint_t *nbytes) in smb_netuserinfo_encode() 201 uint32_t buflen, uint_t *nbytes) in smb_netuserinfo_decode() 276 uint32_t buflen, uint_t *nbytes) in smb_netconnectinfo_encode() 297 uint32_t buflen, uint_t *nbytes) in smb_netconnectinfo_decode() 346 uint32_t buflen, uint_t *nbytes) in smb_netfileinfo_encode() 367 uint32_t buflen, uint_t *nbytes) in smb_netfileinfo_decode()
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | mdb_bhyve.c | 1021 bhyve_aread(mdb_tgt_t *tgt, mdb_tgt_as_t as, void *buf, size_t nbytes, in bhyve_aread() 1060 bhyve_awrite(mdb_tgt_t *tgt, mdb_tgt_as_t as, const void *buf, size_t nbytes, in bhyve_awrite() 1102 bhyve_vread(mdb_tgt_t *tgt, void *buf, size_t nbytes, uintptr_t addr) in bhyve_vread() 1112 bhyve_vwrite(mdb_tgt_t *tgt, const void *buf, size_t nbytes, uintptr_t addr) in bhyve_vwrite() 1122 bhyve_pread(mdb_tgt_t *tgt, void *buf, size_t nbytes, physaddr_t addr) in bhyve_pread() 1132 bhyve_pwrite(mdb_tgt_t *tgt, const void *buf, size_t nbytes, physaddr_t addr) in bhyve_pwrite() 1142 bhyve_fread(mdb_tgt_t *tgt, void *buf, size_t nbytes, uintptr_t addr) in bhyve_fread() 1152 bhyve_fwrite(mdb_tgt_t *tgt, const void *buf, size_t nbytes, uintptr_t addr) in bhyve_fwrite() 1162 bhyve_ioread(mdb_tgt_t *tgt, void *buf, size_t nbytes, uintptr_t addr) in bhyve_ioread() 1172 bhyve_iowrite(mdb_tgt_t *tgt, const void *buf, size_t nbytes, uintptr_t addr) in bhyve_iowrite() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/ |
H A D | logindmux.c | 35 logdmux_uqinfo(const queue_t *q, char *buf, size_t nbytes) in logdmux_uqinfo() 62 logdmux_lqinfo(const queue_t *q, char *buf, size_t nbytes) in logdmux_lqinfo()
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | heap_kmem.c | 148 size_t nbytes; member 439 kmem_alloc(size_t nbytes, int kmflag) in kmem_alloc() 600 kmem_free(void *ptr, size_t nbytes) in kmem_free() 731 size_t nbytes; in check_need_to_free() local 773 morecore(size_t nbytes) in morecore()
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_put.c | 91 db_indx_t indx, nbytes; local 378 u_int32_t nbytes; local 473 int32_t nbytes; local 716 __bam_partial(dbc, dbt, h, indx, nbytes, flags) in __bam_partial() argument
|