Home
last modified time | relevance | path

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

1234567891011

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_priv.h152 #define MAC_HWRING_POLL(ring, bytes) \ argument
/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/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/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/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/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/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/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/lib/libslp/clib/
H A Dslp_jni_support.c88 jbyteArray bytes = NULL; in JNU_GetStringNativeChars() local
/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/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/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/cmd/tail/
H A Dread.c58 bytes(FILE *fp, const char *fn, off_t off) in bytes() function
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ktest.c112 uchar_t *bytes; in emul_test_parse_input() local
702 uchar_t *bytes; in meoi_test_parse_input() local
817 uchar_t *bytes; in ether_parse_input() local
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dpci_lpc.c216 int port, int bytes, uint32_t *eax, void *arg) in lpc_uart_io_handler()
449 pci_lpc_cfgwrite(struct pci_devinst *pi, int coff, int bytes, uint32_t val) in pci_lpc_cfgwrite()
/illumos-gate/usr/src/uts/common/io/ktest/
H A Dktest_selftest.c85 uchar_t *bytes; in ktest_st_input_test() local
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_passthru.c868 struct pci_devinst *pi __unused, int coff, int bytes, uint32_t *rv) in passthru_cfgread_default()
911 passthru_cfgread(struct pci_devinst *pi, int coff, int bytes, uint32_t *rv) in passthru_cfgread()
925 int coff, int bytes, uint32_t val) in passthru_cfgwrite_default()
999 passthru_cfgwrite(struct pci_devinst *pi, int coff, int bytes, uint32_t val) in passthru_cfgwrite()

1234567891011