Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_umem.c63 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 Dmdb_rawfile.c113 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 Dmdb_modapi.c168 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()
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()
313 size_t nbytes, GElf_Sym *sym) in mdb_lookup_by_addr()
969 size_t nbytes = sizeof (uintptr_t) * p->pipe_len; in mdb_set_pipe() local
[all …]
H A Dmdb_logio.c44 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 Dmdb_fdio.c55 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 Dmdb_value.c67 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 Dalloc.h47 #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 Dalloc.c68 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 DPcore.c386 note_pstatus(struct ps_prochandle *P, size_t nbytes) in note_pstatus()
663 note_psinfo(struct ps_prochandle *P, size_t nbytes) in note_psinfo()
756 note_fdinfo(struct ps_prochandle *P, size_t nbytes) in note_fdinfo()
882 note_cred(struct ps_prochandle *P, size_t nbytes) in note_cred()
922 note_ldt(struct ps_prochandle *P, size_t nbytes) in note_ldt()
950 note_priv(struct ps_prochandle *P, size_t nbytes) in note_priv()
1023 note_auxv(struct ps_prochandle *P, size_t nbytes) in note_auxv()
1092 note_xreg(struct ps_prochandle *P, size_t nbytes) in note_xreg()
1157 note_asrs(struct ps_prochandle *P, size_t nbytes) in note_asrs()
2190 size_t nbytes; in core_load_shdrs() local
[all …]
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.c36 Realloc(void *ptr, size_t nbytes) in Realloc()
46 Zalloc(size_t nbytes) in Zalloc()
H A Dpoolstat_utils.h36 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) argument
37 #define ZALLOC(nbytes) Zalloc((nbytes)) argument
/illumos-gate/usr/src/cmd/bhyve/
H A Dsockstream.c43 stream_read(int fd, void *buf, ssize_t nbytes) in stream_read()
67 stream_write(int fd, const void *buf, ssize_t nbytes) in stream_write()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c88 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 Dptm.c76 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 Derr.h61 #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 Dlibfruaccess.c281 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 Dpro_encode_nm.c48 _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 Dpro_section.h81 #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/sun4v/sys/
H A Dvnet_common.h107 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/uts/i86pc/vm/
H A Dhat_kdi.c207 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/common/smbsrv/
H A Dsmb_xdr.c180 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 Dmdb_bhyve.c1021 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 Dlogindmux.c35 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 Dheap_kmem.c148 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 Dbt_put.c91 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

12345678910>>...13