| /onnv-gate/usr/src/common/openssl/crypto/rand/ |
| H A D | rand_egd.c | 140 int len, num, numbytes; in RAND_query_egd_bytes() local 191 numbytes = 0; in RAND_query_egd_bytes() 192 while (numbytes != 2) in RAND_query_egd_bytes() 194 num = write(fd, egdbuf + numbytes, 2 - numbytes); in RAND_query_egd_bytes() 196 numbytes += num; in RAND_query_egd_bytes() 215 numbytes = 0; in RAND_query_egd_bytes() 216 while (numbytes != 1) in RAND_query_egd_bytes() 222 numbytes += num; in RAND_query_egd_bytes() 247 numbytes = 0; in RAND_query_egd_bytes() 248 while (numbytes != egdbuf[0]) in RAND_query_egd_bytes() [all …]
|
| /onnv-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
| H A D | mptsas_init.c | 145 int numbytes; in mptsas_ioc_do_get_facts() local 150 numbytes = sizeof (*facts); in mptsas_ioc_do_get_facts() 155 if (mptsas_send_handshake_msg(mpt, memp, numbytes, accessp)) { in mptsas_ioc_do_get_facts() 171 int numbytes; in mptsas_ioc_do_get_facts_reply() local 182 numbytes = sizeof (*factsreply); in mptsas_ioc_do_get_facts_reply() 187 if (mptsas_get_handshake_msg(mpt, memp, numbytes, accessp)) { in mptsas_ioc_do_get_facts_reply() 352 int numbytes; in mptsas_ioc_do_get_port_facts() local 358 numbytes = sizeof (*facts); in mptsas_ioc_do_get_port_facts() 363 if (mptsas_send_handshake_msg(mpt, memp, numbytes, accessp)) { in mptsas_ioc_do_get_port_facts() 378 int numbytes; in mptsas_ioc_do_get_port_facts_reply() local [all …]
|
| H A D | mptsas_impl.c | 706 mptsas_send_handshake_msg(mptsas_t *mpt, caddr_t memp, int numbytes, in mptsas_send_handshake_msg() argument 717 ((numbytes / 4) << MPI2_DOORBELL_ADD_DWORDS_SHIFT))); in mptsas_send_handshake_msg() 738 for (i = 0; (i < numbytes / 4); i++, memp += 4) { in mptsas_send_handshake_msg() 758 mptsas_get_handshake_msg(mptsas_t *mpt, caddr_t memp, int numbytes, in mptsas_get_handshake_msg() argument 796 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg() 797 bytesleft = ((numbytes / 2) - 2); in mptsas_get_handshake_msg() 823 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg() 824 for (i = (numbytes / 2); i < totalbytes; i++) { in mptsas_get_handshake_msg()
|
| /onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_vops.c | 1501 int v4_idx, numbytes, inc; in smb_vop_catia_v5tov4() local 1516 if ((numbytes = smb_mbtowc(&wc, src, MTS_MB_CHAR_MAX)) < 0) in smb_vop_catia_v5tov4() 1521 inc = numbytes; in smb_vop_catia_v5tov4() 1536 src += numbytes; in smb_vop_catia_v5tov4() 1558 int v5_idx, numbytes; in smb_vop_catia_v4tov5() local 1575 numbytes = smb_wctomb(mbstring, in smb_vop_catia_v4tov5() 1577 if (space_left < numbytes) in smb_vop_catia_v4tov5() 1579 (void) strncpy(dst, mbstring, numbytes); in smb_vop_catia_v4tov5() 1581 if ((numbytes = smb_mbtowc(&wc, src, in smb_vop_catia_v4tov5() 1584 if (space_left < numbytes) in smb_vop_catia_v4tov5() [all …]
|
| /onnv-gate/usr/src/lib/libcurses/screen/ |
| H A D | setkeymap.c | 197 int numbytes, key_size = cur_term->_ksz; in setkeymap() local 250 (numbytes = (int)(sizeof (_KEY_MAP) * numkeys)))) == NULL) { in setkeymap() 270 (char *) keymap, numbytes); in setkeymap()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | ddi.c | 403 btop(size_t numbytes) in btop() argument 405 return (numbytes >> PAGESHIFT); in btop() 414 btopr(size_t numbytes) in btopr() argument 416 return ((numbytes + PAGEOFFSET) >> PAGESHIFT); in btopr()
|
| /onnv-gate/usr/src/uts/sun4v/io/n2rng/ |
| H A D | n2rng.c | 526 n2rng_setup_t *collect_setupp, void *buffer, int numbytes, in n2rng_collect_diag_bits() argument 542 if (numbytes % sizeof (uint64_t)) { in n2rng_collect_diag_bits() 550 numchunks = ((numbytes / sizeof (uint64_t)) + RNG_DIAG_CHUNK_SIZE - 1) in n2rng_collect_diag_bits() 618 if (numbytes > 0) { in n2rng_collect_diag_bits() 621 numbytes - i * (RNG_DIAG_CHUNK_SIZE * in n2rng_collect_diag_bits()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlclib.pod | 75 fread(p, size, n, stream) PerlIO_read(perlio, buf, numbytes) 76 fwrite(p, size, n, stream) PerlIO_write(perlio, buf, numbytes)
|
| H A D | perlapio.pod | 22 int PerlIO_write(PerlIO *f,const void *buf,size_t numbytes); 33 int PerlIO_read(PerlIO *f, void *buf, size_t numbytes);
|
| /onnv-gate/usr/src/lib/libipsecutil/common/ |
| H A D | ipsec_util.c | 379 int numbytes, saltbytes; in dump_key() local 381 numbytes = SADB_1TO8(bitlen); in dump_key() 383 numbytes += saltbytes; in dump_key() 387 numbytes++; in dump_key() 389 while (numbytes-- != 0) { in dump_key() 399 numbytes == saltbytes) { in dump_key()
|
| /onnv-gate/usr/src/uts/sun4v/sys/ |
| H A D | n2rng.h | 281 n2rng_setup_t *collect_setupp, void *buffer, int numbytes,
|
| /onnv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
| H A D | mptsas_var.h | 1317 int mptsas_send_handshake_msg(mptsas_t *mpt, caddr_t memp, int numbytes, 1319 int mptsas_get_handshake_msg(mptsas_t *mpt, caddr_t memp, int numbytes,
|