Home
last modified time | relevance | path

Searched defs:bytes (Results 51 – 75 of 272) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcAdapterCreateWWN.cc43 ssize_t bytes; in get_random_bytes() local
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos.h23 size_t bytes; /* Bytes read/written. */ member
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dmodify.c226 uchar_t *bytes = NULL; in kc_modify_policy() local
345 uchar_t *bytes = NULL; in kc_modify_policy() local
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_passes_array_size.c43 int size, bytes; in match_call() local
H A Dcheck_buffer_too_small_for_struct.c30 int bytes; in match_assign() local
H A Dsmatch_buf_size.c150 static int bytes_to_elements(struct expression *expr, int bytes) in bytes_to_elements()
490 int bytes; in get_array_size_bytes_rl() local
558 sval_t bytes; in get_array_size_bytes_max() local
895 int bytes; in record_global_size() local
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfwrite.c94 ssize_t bytes; in _fwrite_unlocked() local
/illumos-gate/usr/src/lib/libpkg/common/
H A Dvfpops.c1206 size_t bytes = a_nbyte; in vfpSafeWrite() local
1254 size_t bytes = a_nbyte; in vfpSafePwrite() local
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DOpaque.java55 byte[] bytes; field in Opaque
H A DCDAAdvert.java186 byte[] bytes) in getInt32()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c58 #define BTOb(bytes) ((bytes) << 3) /* Bytes to bits, log2(NBBY) */ argument
115 cprbcopy(void *from, void *to, size_t bytes) in cprbcopy()
300 size_t size, bytes; in cpr_write_bitmap() local
962 size_t bytes, wbytes; in cpr_write() local
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_jni_support.c88 jbyteArray bytes = NULL; in JNU_GetStringNativeChars() local
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyverun.c602 vmentry_mmio_read(struct vcpu *vcpu, uint64_t gpa, uint8_t bytes, uint64_t data) in vmentry_mmio_read()
617 vmentry_mmio_write(struct vcpu *vcpu, uint64_t gpa, uint8_t bytes) in vmentry_mmio_write()
632 vmentry_inout_read(struct vcpu *vcpu, uint16_t port, uint8_t bytes, in vmentry_inout_read()
648 vmentry_inout_write(struct vcpu *vcpu, uint16_t port, uint8_t bytes) in vmentry_inout_write()
669 uint8_t bytes; in vmexit_inout() local
H A Dpci_lpc.c224 int port, int bytes, uint32_t *eax, void *arg) in lpc_uart_io_handler()
464 pci_lpc_cfgwrite(struct pci_devinst *pi, int coff, int bytes, uint32_t val) in pci_lpc_cfgwrite()
H A Dpci_passthru.c873 struct pci_devinst *pi __unused, int coff, int bytes, uint32_t *rv) in passthru_cfgread_default()
916 passthru_cfgread(struct pci_devinst *pi, int coff, int bytes, uint32_t *rv) in passthru_cfgread()
930 int coff, int bytes, uint32_t val) in passthru_cfgwrite_default()
1006 passthru_cfgwrite(struct pci_devinst *pi, int coff, int bytes, uint32_t val) in passthru_cfgwrite()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defichar.c125 int c, bytes; in utf8_to_ucs2() local
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c63 int bytes; in take_message() local
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c234 malloc(size_t bytes) in malloc()
250 realloc(void * ptr, size_t bytes) in realloc()
331 calloc(size_t nelem, size_t bytes) in calloc()
1164 morecore(size_t bytes) in morecore()
/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c267 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph()
323 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) in add_char()
384 uint8_t bytes[wbytes * height], bytes_r[wbytes * height]; in parse_bdf() local
434 uint8_t *bytes = NULL, *bytes_r = NULL; in parse_hex() local
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c210 size_t bytes = (size_t)MIN(bufsz, size-written); in main() local
/illumos-gate/usr/src/lib/libgss/
H A Dg_imp_name.c194 unsigned int bytes; local
/illumos-gate/usr/src/cmd/tail/
H A Dread.c58 bytes(FILE *fp, const char *fn, off_t off) in bytes() function
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1284 int bytes, rc; in mbc_marshal_put_mbufs() local
1680 mbc_marshal_get_mbufs(mbuf_chain_t *mbc, int32_t bytes, mbuf_t **m) in mbc_marshal_get_mbufs()
1692 mbc_marshal_get_mbuf_chain(mbuf_chain_t *mbc, int32_t bytes, mbuf_chain_t *nmbc) in mbc_marshal_get_mbuf_chain()
1721 int32_t bytes = uio->uio_resid; in mbc_marshal_get_uio() local
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcompound-sizes.c35 unsigned char bytes[0]; member
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvpmtmr.c139 vpmtmr_handler(void *arg, bool in, uint16_t port, uint8_t bytes, uint32_t *val) in vpmtmr_handler()

1234567891011