Home
last modified time | relevance | path

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

12345678910>>...12

/titanic_52/usr/src/cmd/mdb/common/mdb/
H A Dmdb_umem.c65 mdb_umem_handler(size_t nbytes, size_t align, uint_t flags) in mdb_umem_handler() argument
136 mdb_umem_gc_enter(void *ptr, size_t nbytes) in mdb_umem_gc_enter() argument
169 mdb_alloc_align(size_t nbytes, size_t align, uint_t flags) in mdb_alloc_align() argument
198 mdb_alloc(size_t nbytes,uint_t flags) mdb_alloc() argument
204 mdb_zalloc(size_t nbytes,uint_t flags) mdb_zalloc() argument
215 mdb_free(void * ptr,size_t nbytes) mdb_free() argument
229 mdb_free_align(void * ptr,size_t nbytes) mdb_free_align() argument
[all...]
H A Dmdb_rawfile.c112 rf_read(mdb_io_t *io, void *buf, size_t nbytes, uint64_t addr) in rf_read() argument
129 rf_write(mdb_io_t *io, const void *buf, size_t nbytes, uint64_t addr) in rf_write() argument
175 rf_vread(mdb_tgt_t *t, void *buf, size_t nbytes, uintptr_t addr) in rf_vread() argument
184 rf_vwrite(mdb_tgt_t *t, const void *buf, size_t nbytes, uintptr_t addr) in rf_vwrite() argument
193 rf_pread(mdb_tgt_t * t,void * buf,size_t nbytes,physaddr_t addr) rf_pread() argument
202 rf_pwrite(mdb_tgt_t * t,const void * buf,size_t nbytes,physaddr_t addr) rf_pwrite() argument
211 rf_fread(mdb_tgt_t * t,void * buf,size_t nbytes,uintptr_t addr) rf_fread() argument
217 rf_fwrite(mdb_tgt_t * t,const void * buf,size_t nbytes,uintptr_t addr) rf_fwrite() argument
[all...]
H A Dmdb_modapi.c58 mdb_vread(void *buf, size_t nbytes, uintptr_t addr) in mdb_vread() argument
69 mdb_vwrite(const void *buf, size_t nbytes, uintptr_t addr) in mdb_vwrite() argument
75 mdb_aread(void *buf, size_t nbytes, uintptr_t addr, void *as) in mdb_aread() argument
86 mdb_awrite(const void * buf,size_t nbytes,uintptr_t addr,void * as) mdb_awrite() argument
92 mdb_fread(void * buf,size_t nbytes,uintptr_t addr) mdb_fread() argument
103 mdb_fwrite(const void * buf,size_t nbytes,uintptr_t addr) mdb_fwrite() argument
109 mdb_pread(void * buf,size_t nbytes,physaddr_t addr) mdb_pread() argument
120 mdb_pwrite(const void * buf,size_t nbytes,physaddr_t addr) mdb_pwrite() argument
126 mdb_readstr(char * buf,size_t nbytes,uintptr_t addr) mdb_readstr() argument
139 mdb_readsym(void * buf,size_t nbytes,const char * name) mdb_readsym() argument
151 mdb_writesym(const void * buf,size_t nbytes,const char * name) mdb_writesym() argument
203 mdb_lookup_by_addr(uintptr_t addr,uint_t flags,char * buf,size_t nbytes,GElf_Sym * sym) mdb_lookup_by_addr() argument
249 mdb_snprintf(char * buf,size_t nbytes,const char * format,...) mdb_snprintf() argument
785 size_t nbytes = sizeof (uintptr_t) * p->pipe_len; mdb_set_pipe() local
796 mdb_get_xdata(const char * name,void * buf,size_t nbytes) mdb_get_xdata() argument
[all...]
H A Dmdb_logio.c46 logio_read(mdb_io_t *io, void *buf, size_t nbytes) in logio_read() argument
66 logio_write(mdb_io_t *io, const void *buf, size_t nbytes) in logio_write() argument
H A Dmdb_fdio.c57 fdio_read(mdb_io_t *io, void *buf, size_t nbytes) in fdio_read() argument
68 fdio_write(mdb_io_t *io, const void *buf, size_t nbytes) in fdio_write() argument
178 fdio_bdev_read(mdb_io_t *io, void *buf, size_t nbytes) in fdio_bdev_read() argument
219 fdio_bdev_write(mdb_io_t * io,const void * buf,size_t nbytes) fdio_bdev_write() argument
[all...]
H A Dmdb_value.c66 value_read(mdb_tgt_t *t, void *dst, size_t nbytes, uintptr_t addr) in value_read() argument
104 value_write(mdb_tgt_t *t, const void *buf, size_t nbytes, uintptr_ argument
[all...]
/titanic_52/usr/src/cmd/fm/eversholt/common/
H A Dalloc.h49 #define MALLOC(nbytes) alloc_malloc(nbytes, __FILE__, __LINE__) argument
50 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, __FILE__, __LINE__) argument
56 #define MALLOC(nbytes) alloc_malloc(nbytes, "???", __LINE__) argument
57 #define REALLOC(ptr, nbytes) alloc_realloc(ptr, nbytes, " argument
[all...]
H A Dalloc.c70 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc() argument
92 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc() argument
135 alloc_xmalloc(size_t nbytes) in alloc_xmalloc() argument
/titanic_52/usr/src/cmd/pools/poolstat/
H A Dpoolstat_utils.c38 Realloc(void *ptr, size_t nbytes) in Realloc() argument
48 Zalloc(size_t nbytes) in Zalloc() argument
H A Dpoolstat_utils.h38 #define REALLOC(p, nbytes) Realloc((p), (nbytes)) argument
39 #define ZALLOC(nbytes) Zalloc((nbytes)) argument
/titanic_52/usr/src/lib/libproc/common/
H A DPcore.c363 note_pstatus(struct ps_prochandle *P, size_t nbytes) in note_pstatus() argument
394 note_lwpstatus(struct ps_prochandle *P, size_t nbytes) in note_lwpstatus() argument
475 note_linux_psinfo(struct ps_prochandle *P, size_t nbytes) in note_linux_psinfo() argument
592 note_linux_prstatus(struct ps_prochandle *P, size_t nbytes) in note_linux_prstatus() argument
640 note_psinfo(struct ps_prochandle * P,size_t nbytes) note_psinfo() argument
671 note_lwpsinfo(struct ps_prochandle * P,size_t nbytes) note_lwpsinfo() argument
707 note_fdinfo(struct ps_prochandle * P,size_t nbytes) note_fdinfo() argument
727 note_platform(struct ps_prochandle * P,size_t nbytes) note_platform() argument
749 note_utsname(struct ps_prochandle * P,size_t nbytes) note_utsname() argument
780 note_content(struct ps_prochandle * P,size_t nbytes) note_content() argument
799 note_cred(struct ps_prochandle * P,size_t nbytes) note_cred() argument
839 note_ldt(struct ps_prochandle * P,size_t nbytes) note_ldt() argument
867 note_priv(struct ps_prochandle * P,size_t nbytes) note_priv() argument
890 note_priv_info(struct ps_prochandle * P,size_t nbytes) note_priv_info() argument
916 note_zonename(struct ps_prochandle * P,size_t nbytes) note_zonename() argument
940 note_auxv(struct ps_prochandle * P,size_t nbytes) note_auxv() argument
1003 note_xreg(struct ps_prochandle * P,size_t nbytes) note_xreg() argument
1027 note_gwindows(struct ps_prochandle * P,size_t nbytes) note_gwindows() argument
1065 note_asrs(struct ps_prochandle * P,size_t nbytes) note_asrs() argument
1090 note_spymaster(struct ps_prochandle * P,size_t nbytes) note_spymaster() argument
1122 note_notsup(struct ps_prochandle * P,size_t nbytes) note_notsup() argument
2071 size_t nbytes; core_load_shdrs() local
2218 size_t nbytes; global() local
[all...]
/titanic_52/usr/src/lib/libwanbootutil/common/
H A Dwbio.c42 ssize_t nbytes; in wbio_nwrite() local
62 ssize_t nbytes; in wbio_nread() local
/titanic_52/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c90 alloc_malloc(size_t nbytes, const char *fname, int line) in alloc_malloc() argument
119 alloc_realloc(void *ptr, size_t nbytes, const char *fname, int line) in alloc_realloc() argument
190 alloc_xmalloc(size_t nbytes) alloc_xmalloc() argument
[all...]
/titanic_52/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
/titanic_52/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c77 ptms_pr_qinfo(char *buf, size_t nbytes, struct pt_ttys *pt, char *peername, in ptms_pr_qinfo() argument
178 ptms_qinfo(const queue_t *q, char *buf, size_t nbytes, int ismaster) in ptms_qinfo() argument
201 ptm_qinfo(const queue_t *q, char *buf, size_t nbytes) in ptm_qinfo() argument
207 pts_qinfo(const queue_t *q, char *buf, size_t nbytes) in pts_qinfo() argument
/titanic_52/usr/src/lib/libdwarf/common/
H A Dpro_encode_nm.c59 _dwarf_pro_encode_leb128_nm(Dwarf_Unsigned val, int *nbytes, in _dwarf_pro_encode_leb128_nm() argument
91 _dwarf_pro_encode_signed_leb128_nm(Dwarf_Signed value, int *nbytes, in _dwarf_pro_encode_signed_leb128_nm() argument
/titanic_52/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c283 fru_read_segment(segment_hdl_t segment, void *buffer, size_t nbytes, in fru_read_segment() argument
303 fru_write_segment(segment_hdl_t segment, const void *buffer, size_t nbytes, in fru_write_segment() argument
363 fru_get_payload(packet_hdl_t packet, void *buffer, size_t nbytes, in fru_get_payload() argument
382 fru_update_payload(packet_hdl_t packet,const void * data,size_t nbytes,packet_hdl_t * newpacket,door_cred_t * cred) fru_update_payload() argument
410 fru_append_packet(segment_hdl_t segment,packet_t * packet,const void * payload,size_t nbytes,segment_hdl_t * newsegment,door_cred_t * cred) fru_append_packet() argument
[all...]
/titanic_52/usr/src/common/smbsrv/
H A Dsmb_utf8.c119 smb_mbtowc(smb_wchar_t *wcharp, const char *mbchar, size_t nbytes) in smb_mbtowc() argument
211 smb_wcstombs(char *mbstring, const smb_wchar_t *wcstring, size_t nbytes) in smb_wcstombs() argument
285 size_t nbytes; in smb_sbequiv_strlen() local
[all...]
H A Dsmb_xdr.c179 uint32_t buflen, uint_t *nbytes) in smb_netuserinfo_encode() argument
200 uint32_t buflen, uint_t *nbytes) in smb_netuserinfo_decode() argument
275 uint32_t buflen, uint_t *nbytes) in smb_netconnectinfo_encode() argument
296 uint32_t buflen, uint_t *nbytes) in smb_netconnectinfo_decode() argument
345 smb_netfileinfo_encode(smb_netfileinfo_t * info,uint8_t * buf,uint32_t buflen,uint_t * nbytes) smb_netfileinfo_encode() argument
366 smb_netfileinfo_decode(smb_netfileinfo_t * info,uint8_t * buf,uint32_t buflen,uint_t * nbytes) smb_netfileinfo_decode() argument
[all...]
/titanic_52/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
/titanic_52/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() argument
290 kdi_pread(caddr_t buf, size_t nbytes, uint64_t addr, size_t *ncopiedp) in kdi_pread() argument
296 kdi_pwrite(caddr_t buf, size_t nbytes, uint64_t addr, size_t *ncopiedp) in kdi_pwrite() argument
/titanic_52/usr/src/cmd/spell/
H A Dmalloc.c81 malloc(nbytes) in malloc() argument
164 ialloc(qq, nbytes) in ialloc() argument
202 realloc(pp, nbytes) in realloc() argument
[all...]
/titanic_52/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c37 logdmux_uqinfo(const queue_t *q, char *buf, size_t nbytes) in logdmux_uqinfo() argument
64 logdmux_lqinfo(const queue_t *q, char *buf, size_t nbytes) in logdmux_lqinfo() argument
/titanic_52/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c81 u_int32_t nbytes; local
282 u_int32_t nbytes; local
/titanic_52/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) __bam_partial() argument
[all...]

12345678910>>...12