Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 267) sorted by relevance

1234567891011

/onnv-gate/usr/src/lib/libdisasm/common/
H A Dlibdisasm.c43 dis_zalloc(size_t bytes) in dis_zalloc()
49 dis_free(void *ptr, size_t bytes) in dis_free()
55 dis_zalloc(size_t bytes) in dis_zalloc()
62 dis_free(void *ptr, size_t bytes) in dis_free()
/onnv-gate/usr/src/common/openssl/crypto/rand/
H A Drand_egd.c99 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
108 int RAND_egd_bytes(const char *path,int bytes) in RAND_egd_bytes()
136 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes()
284 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
/onnv-gate/usr/src/cmd/bnu/
H A Dstatlog.c43 statlog( direction, bytes, millisecs, breakmsg) in statlog() argument
92 putfilesize(bytes) in putfilesize() argument
H A Deio.c137 unsigned long bytes; local
209 long msglen, bytes; local
373 unsigned long bytes; local
421 unsigned long bytes = 0L; local
H A Dxio.c148 unsigned long bytes; local
183 unsigned long bytes; local
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dbuffer.c192 buffer_consume_ret(Buffer *buffer, u_int bytes) in buffer_consume_ret()
203 buffer_consume(Buffer *buffer, u_int bytes) in buffer_consume()
212 buffer_consume_end_ret(Buffer *buffer, u_int bytes) in buffer_consume_end_ret()
221 buffer_consume_end(Buffer *buffer, u_int bytes) in buffer_consume_end()
/onnv-gate/usr/src/common/openssl/crypto/x509/
H A Dx509name.c175 unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ()
187 unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID()
199 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt()
276 const char *field, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_txt()
295 int type, unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_NID()
312 ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_OBJ()
350 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
/onnv-gate/usr/src/lib/libcryptoutil/common/
H A Dtohexstr.c41 tohexstr(uchar_t *bytes, size_t blen, char *hexstr, size_t hexlen) in tohexstr()
67 hexstr_to_bytes(char *hexstr, size_t hexlen, uchar_t **bytes, size_t *blen) in hexstr_to_bytes()
/onnv-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c55 compute_crc8(unsigned char *bytes, int length) in compute_crc8()
83 compute_crc32(unsigned char *bytes, int length) in compute_crc32()
117 compute_checksum32(unsigned char *bytes, int length) in compute_checksum32()
/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c32 fmt_human_units(size_t bytes, char *buf, size_t bufsize) in fmt_human_units()
67 size_t desc_cnt = 0, desc_used = 0, bytes; in rel_cache_statistics() local
99 size_t desc_cnt = 0, desc_used = 0, bytes; in rel_aux_cache_statistics() local
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c57 compute_crc8(unsigned char *bytes, int length) in compute_crc8()
85 compute_crc32(unsigned char *bytes, int length) in compute_crc32()
119 compute_checksum32(unsigned char *bytes, int length) in compute_checksum32()
/onnv-gate/usr/src/uts/common/io/
H A Dvuid_store.c49 #define vuid_alloc(bytes) \ argument
51 #define vuid_free(ptr, bytes) kmem_free((ptr), (bytes)) argument
53 #define vuid_alloc(bytes) malloc((bytes)) argument
54 #define vuid_free(ptr, bytes) free((ptr)) argument
/onnv-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dcreate.c164 uchar_t *bytes = NULL; in kc_create() local
275 uchar_t *bytes = NULL; in kc_create() local
/onnv-gate/usr/src/uts/common/os/
H A Dmemlist_new.c90 memlist_free_block(caddr_t base, size_t bytes) in memlist_free_block()
199 uint64_t bytes, in memlist_add_span()
334 uint64_t bytes, in memlist_delete_span()
/onnv-gate/usr/src/lib/libbc/libc/sys/common/
H A Dgetdents.c48 int getdents(fd, buf, bytes) in getdents() argument
57 int bc_getdents(fd, buf, bytes) in bc_getdents() argument
/onnv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c131 vpage_from_freelist(size_t bytes) in vpage_from_freelist()
165 size_t bytes; in get_low_vpage() local
238 resalloc(enum RESOURCES type, size_t bytes, caddr_t virthint, int align) in resalloc()
/onnv-gate/usr/src/tools/elfextract/
H A Delfextract.c58 unsigned char *bytes; in extract32() local
128 unsigned char *bytes; in extract64() local
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbytes.pm1 package bytes; package
H A Dbytes_heavy.pl1 package bytes; package
/onnv-gate/usr/src/cmd/svc/startd/
H A Dproc.c45 ssize_t bytes; in proc_get_ctid() local
/onnv-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_streams.c223 consume(evStream *str, size_t bytes) { in consume()
262 int bytes; in writable() local
285 int bytes; in readable() local
/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java348 static String getUnicodeEndianess(byte[] bytes) { in getUnicodeEndianess()
372 static byte[] addBigEndianFlag(byte[] bytes) { in addBigEndianFlag()
/onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dpage.c55 rdsv3_page_remainder_alloc(struct rdsv3_scatterlist *scat, unsigned long bytes, in rdsv3_page_remainder_alloc()
/onnv-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c194 httpDumpData(FILE *fp, const char *tag, const char *buffer, int bytes) in httpDumpData()
911 int bytes; /* Bytes read */ in httpRead() local
1161 bytes; /* Bytes sent */ in httpWrite() local
1284 int bytes; /* Number of bytes read */ in httpGets() local
1433 int bytes, /* Number of bytes to write */ in httpPrintf() local
2526 ssize_t bytes; /* Number of bytes read */ in CDSAReadFunc() local
2551 ssize_t bytes; in CDSAWriteFunc() local
/onnv-gate/usr/src/lib/libresolv2/common/bsd/
H A Dreadv.c27 int bytes = read(fd, vp->iov_base, vp->iov_len); local

1234567891011