Home
last modified time | relevance | path

Searched refs:nbytes (Results 251 – 275 of 355) sorted by relevance

1...<<1112131415

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c698 qede_process_rx_ring(qede_rx_ring_t *rx_ring, int nbytes, int npkts) in qede_process_rx_ring() argument
713 if ((byte_cnt >= nbytes) || in qede_process_rx_ring()
810 int nbytes, int npkts, int *work_done) in qede_process_fastpath() argument
839 nbytes, npkts); in qede_process_fastpath()
1278 if (first_bd->nbytes > pktinfo->total_hlen) { in qede_tx_mapped()
1293 first_bd->nbytes = pktinfo->total_hlen; in qede_tx_mapped()
1295 } else if (first_bd->nbytes < pktinfo->total_hlen) { in qede_tx_mapped()
H A Dqede_fp.h95 (_bd)->nbytes = HOST_TO_LE_32(_len); \
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSSAAdvert.java160 hdr.nbytes++; in initialize()
H A DCDAAdvert.java204 hdr.nbytes += 4; in getInt32()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c408 size_t nbytes, off_t offset, size_t *nread) in mlxcx_mac_txr_read() argument
417 if (id != 0 || vbuf == NULL || nbytes == 0 || nread == NULL) in mlxcx_mac_txr_read()
420 if (nbytes > 256 || offset >= 256 || (offset + nbytes > 256)) in mlxcx_mac_txr_read()
437 while (done < nbytes) { in mlxcx_mac_txr_read()
438 take = nbytes - done; in mlxcx_mac_txr_read()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndr_marshal.c487 int nbytes; in ndr_remove_frag_hdr() local
491 nbytes = nds->pdu_size - nds->pdu_scan_offset - NDR_RSP_HDR_SIZE; in ndr_remove_frag_hdr()
496 memmove(hdr, data, nbytes); in ndr_remove_frag_hdr()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c747 auto_rddir_malloc(unsigned nbytes) in auto_rddir_malloc() argument
752 if ((p = malloc(nbytes)) == NULL) { in auto_rddir_malloc()
768 p = malloc(nbytes); in auto_rddir_malloc()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c435 size_t nbytes = in pc_truncate() local
439 pvn_vpzero(PCTOV(pcp), (u_offset_t)length, nbytes); in pc_truncate()
441 (u_offset_t)length + nbytes, in pc_truncate()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c1046 size_t nbytes, off_t offset, size_t *nread) in t4_mc_transceiver_read() argument
1055 if (id != 0 || bp == NULL || nbytes == 0 || nread == NULL || in t4_mc_transceiver_read()
1059 if (nbytes > 256 || offset >= 256 || (offset + nbytes > 256)) in t4_mc_transceiver_read()
1071 for (i = 0; i < nbytes; i += maxread) { in t4_mc_transceiver_read()
1072 size_t toread = MIN(maxread, nbytes - i); in t4_mc_transceiver_read()
1082 *nread = nbytes; in t4_mc_transceiver_read()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c2410 tuneablep->nbytes); in get_cpu_tach()
2494 tuneablep->nbytes); in get_sys_tach()
2578 tuneablep->nbytes); in get_monitor_cpu_mode()
2656 tuneablep->nbytes); in get_monitor_sys_mode()
2716 tuneablep->nbytes); in get_string_val()
2738 tuneables->nbytes); in set_string_val()
2758 tuneablep->nbytes); in get_int_val()
2780 tuneablep->nbytes); in set_int_val()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddr_mem.c1125 uint64_t new_pa, nbytes; in dr_process_excess_mlist() local
1190 nbytes = (new_pa - ml0.ml_address); in dr_process_excess_mlist()
1191 if (nbytes >= ml0.ml_size) { in dr_process_excess_mlist()
1199 ml0.ml_address, nbytes); in dr_process_excess_mlist()
1200 ml0.ml_size -= nbytes; in dr_process_excess_mlist()
1215 nbytes = (ml0.ml_address + ml0.ml_size - new_pa); in dr_process_excess_mlist()
1216 if (nbytes >= ml0.ml_size) { in dr_process_excess_mlist()
1224 new_pa, nbytes); in dr_process_excess_mlist()
1225 ml0.ml_size -= nbytes; in dr_process_excess_mlist()
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h104 char nbytes; member
/illumos-gate/usr/src/cmd/format/
H A Dio.c2018 print_buf(char *buf, int nbytes) in print_buf() argument
2022 while (nbytes-- > 0) { in print_buf()
2326 get_inputline(char *line, int nbytes) in get_inputline() argument
2351 if (nbytes > 1) { in get_inputline()
2353 nbytes --; in get_inputline()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1782 zwrite(int fd, char *buf, int nbytes) in zwrite() argument
1784 off_t block = zbsize ? zbsize : nbytes; in zwrite()
1787 if (block > nbytes) in zwrite()
1788 block = nbytes; in zwrite()
1789 nbytes -= block; in zwrite()
1806 } while (nbytes > 0); in zwrite()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c1410 uint_t nbytes; in add_thresholds() local
1421 nbytes = strlen((const char *)bitstr); in add_thresholds()
1435 if (ret < 0 || bitstr == NULL || nbytes == 0 || 2 < nbytes) { in add_thresholds()
1439 } else if (nbytes == 1) { in add_thresholds()
1450 } else if (nbytes == 2) in add_thresholds()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c29 u32_t nbytes, in _lm_tcp_tx_write_db() argument
37 db_data->bytes_prod_seq += nbytes; in _lm_tcp_tx_write_db()
47 cid, nbytes, nbds, fin); in _lm_tcp_tx_write_db()
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h163 uint64_t nbytes; /* size of installed memory */ member
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1577 int nbytes, index; in kmf_string_to_oid() local
1593 nbytes = 0; in kmf_string_to_oid()
1610 nbytes++; in kmf_string_to_oid()
1616 nbytes++; in kmf_string_to_oid()
1625 oid->Length = nbytes; in kmf_string_to_oid()
1650 nbytes = 0; in kmf_string_to_oid()
1654 nbytes++; in kmf_string_to_oid()
1658 op += nbytes; in kmf_string_to_oid()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_util.c1177 int dwarf_encode_leb128(Dwarf_Unsigned val, int *nbytes, in dwarf_encode_leb128() argument
1181 return _dwarf_pro_encode_leb128_nm(val,nbytes,space,splen); in dwarf_encode_leb128()
1185 int dwarf_encode_signed_leb128(Dwarf_Signed val, int *nbytes, in dwarf_encode_signed_leb128() argument
1189 return _dwarf_pro_encode_signed_leb128_nm(val,nbytes,space,splen); in dwarf_encode_signed_leb128()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_ll2_api.h309 u16 nbytes);
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c505 size_t nbytes = vpgtob(npages); in segdev_dup() local
508 bcopy(sdp->vpage, newsdp->vpage, nbytes); in segdev_dup()
630 register size_t nbytes; in segdev_unmap() local
743 nbytes = vpgtob(npages); in segdev_unmap()
744 sdp->vpage = kmem_alloc(nbytes, KM_SLEEP); in segdev_unmap()
774 nbytes = vpgtob(npages); in segdev_unmap()
775 sdp->vpage = kmem_alloc(nbytes, KM_SLEEP); in segdev_unmap()
776 bcopy(ovpage, sdp->vpage, nbytes); in segdev_unmap()
838 nbytes = vpgtob(npages); in segdev_unmap()
842 sdp->vpage = kmem_alloc(nbytes, KM_SLEEP); in segdev_unmap()
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1570 int nbytes, offsetn; in ufs_allocsp() local
1637 nbytes = (int)MIN(fs->fs_bsize - offsetn, in ufs_allocsp()
1640 berr = bmap_write(ip, uoff, offsetn + nbytes, in ufs_allocsp()
1655 if ((uoff + nbytes) > ip->i_size) in ufs_allocsp()
1656 ip->i_size = (uoff + nbytes); in ufs_allocsp()
1658 done_len += nbytes; in ufs_allocsp()
1667 istart = (uoff + nbytes); in ufs_allocsp()
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c1068 fru_get_payload(packet_hdl_t packet, void *buffer, size_t nbytes, in fru_get_payload() argument
1080 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in fru_get_payload()
1084 (void) memcpy(buffer, packet_hash_obj->u.pkt_obj->payload, nbytes); in fru_get_payload()
1085 return (nbytes); in fru_get_payload()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c443 size_t nbytes = sizeof (*whatis_cb) * nsize; in mdb_whatis_register() local
445 whatis_callback_t **narray = mdb_zalloc(nbytes, UM_SLEEP); in mdb_whatis_register()

1...<<1112131415