Searched defs:byte_count (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_util.c55 int byte_count; local
72 for (byte_count = 0; byte_count < length; byte_count += i) {
74 (void) snprintf(linep, bufleft, "0x%08x ", byte_count);
83 for (i = 0; (i < 16) && ((byte_count + i) < length); i++) {
85 (unsigned char) start[byte_count + i]);
124 for (i = 0; (i < 16) && ((byte_count + i) < length); i++) {
125 int subscript = byte_count + i;
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c152 int byte_count; /* bytes in the record */ local
185 byte_count = sizeof (char) * 2 + sizeof (short) * 2 +
190 byte_count += record->tt_size;
217 byte_count += sizeof (int32_t) + host_info->at_type;
224 if ((buffer = malloc((size_t)byte_count)) == NULL) {
240 adr_int32(&adr, (int32_t *)&byte_count, 1);
269 v = audit((caddr_t)buffer, byte_count);
H A Dau_to.c83 int32_t byte_count; local
101 adr_int32(&adr, &byte_count, 1); /* length of audit record */
124 int32_t byte_count; local
160 adr_int32(&adr, &byte_count, 1); /* length of audit record */
187 int32_t byte_count; local
195 adr_int32(&adr, &byte_count, 1); /* length of audit record */
315 int byte_count; /* number of bytes */ local
328 byte_count = unit_count * sizeof (short);
331 byte_count = unit_count * sizeof (int32_t);
334 byte_count
[all...]
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c67 long long byte_count = 0; local
157 byte_count = (long long) strtoll(optarg,
160 byte_count *= ONE_K;
162 byte_count *= ONE_M;
226 if (line_count && byte_count) {
259 if (byte_count) {
260 for (out = 0; out < byte_count; out++) {
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi_fsm.c409 int byte_count = xfer_words * 2; local
414 ata_pktp->ap_v_addr += byte_count;
415 drive_bytes -= byte_count;
487 int byte_count = xfer_words * 2; local
491 ata_pktp->ap_v_addr += byte_count;
H A Data_disk.c1484 uint_t byte_count; local
1567 byte_count = sec_count << SCTRSHFT;
1569 byte_count, ATA_DMA_NSEGS, &byte_count) == FALSE) ||
1570 (byte_count == 0)) {
1574 sec_count = byte_count >> SCTRSHFT;
1622 byte_count = RWCMDP(pktp)->buflen;
1623 pktp->cp_bytexfer = byte_count;
1624 pktp->cp_resid = byte_count;
1625 ata_pktp->ap_resid = byte_count;
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c408 int byte_count; local
422 byte_count = 0;
449 buf->offset = (dma->byte_count + offset);
467 byte_count += PAGE_SIZE << page_order;
491 dma->byte_count += byte_count;
493 dma->page_count += byte_count >> PAGE_SHIFT;
516 int byte_count; local
528 byte_count = 0;
549 buf->offset = (dma->byte_count
[all...]
H A DdrmP.h534 unsigned long byte_count; member in struct:drm_device_dma
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c613 uint32_t byte_count; local
721 byte_count = max_bytes;
724 byte_count = max_bytes;
727 byte_count = (uint32_t)sr->smb_bcc;
731 sr->command.chain_offset, byte_count);
733 sr->command.chain_offset += byte_count;
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_io.c235 int byte_count; local
269 byte_count = au_token_size(dchain);
274 byte_count += sizeof (char) + sizeof (int32_t) +
278 byte_count += sizeof (int32_t) +
286 byte_count += zone_length;
292 byte_count += 7;
296 byte_count += 5;
300 record = au_to_header_ex(byte_count, e_type, e_mod);
302 record = au_to_header(byte_count, e_type, e_mod);
348 (void) au_append_rec(record, au_to_trailer(byte_count),
[all...]
H A Daudit_token.c66 au_to_header(int byte_count, au_event_t e_type, au_emod_t e_mod) argument
83 adr_int32(&adr, (int32_t *)&byte_count, 1); /* length of */
99 au_to_header_ex(int byte_count, au_event_t e_type, au_emod_t e_mod) argument
118 adr_int32(&adr, (int32_t *)&byte_count, 1); /* length of */
142 au_to_trailer(int byte_count) argument
154 adr_int32(&adr, (int32_t *)&byte_count, 1); /* length of */
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c247 check_file_size(ses_log_monitor_t *slmp, char *file, int byte_count) argument
262 if (size + byte_count < slmp->slt_max_log_size) {
402 * byte_count: The number of bytes that will be added to the target file for
407 int byte_count)
464 check_file_size(slmp, fileName, byte_count);
406 create_filename(char *fileName, expander_t *expander, ses_log_monitor_t *slmp, int byte_count) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2093 uint32_t byte_count; local
2129 byte_count =
2132 byte_count = fw_size;
2136 (uint16_t)(byte_count >> 1);
2151 byte_count,
2159 fw_size -= byte_count;
2160 bufp += byte_count;
2316 size_t byte_count; local
2346 byte_count = word_count << 2;
2357 byte_count
[all...]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_tdc_hw.h560 uint32_t byte_count:32; member in struct:__anon5869::__anon5870
562 uint32_t byte_count:32;
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd_s1120.h224 uint32_t byte_count; member in struct:fit_sg_descriptor
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h281 uint_t byte_count; member in struct:la_els_identify
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c3681 size_t byte_count = 0; local
3705 byte_count += (*cp == '"') ? 2 : 1;
3707 byte_count += 3; /* surrounding quotes & space */
3709 byte_count++; /* nul terminator */
3710 values = malloc(byte_count);
3722 (void) strlcat(values, "\"", byte_count);
3733 str_size = strlcat(values, "\" ", byte_count);
3734 assert(str_size < byte_count);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h73 uint32_t byte_count; /* Total byte count. */ member in struct:cmd_entry
207 uint32_t byte_count; /* Total byte count. */ member in struct:cmd_3_entry
237 uint32_t byte_count; /* Total byte count. */ member in struct:cmd_chaining_entry
958 uint32_t byte_count; member in struct:ctio_entry::__anon7776::__anon7777
971 uint32_t byte_count; member in struct:ctio_entry::__anon7776::__anon7778
1142 uint32_t byte_count; /* Total byte count. */ member in struct:ip_entry
1171 uint32_t byte_count; /* Total byte count. */ member in struct:ip_a64_entry
1198 uint32_t byte_count; /* Total byte count. */ member in struct:ip_cmd_entry
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h576 uint32_t byte_count:8; member in struct:read_log_var
585 uint32_t byte_count:8; member in struct:read_log_var
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1617 uint16_t byte_count; member in struct:iwh_rx_mpdu_body_size
1634 uint16_t byte_count; /* frame's byte-count */ member in struct:iwh_rx_phy_res
1639 uint16_t byte_count; member in struct:iwh_rx_mpdu_res_start
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h2403 uint16_t byte_count; /* frame's byte-count */ member in struct:iwk_rx_phy_res
2408 uint16_t byte_count; member in struct:iwk_rx_mpdu_res_start
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1617 uint16_t byte_count; member in struct:iwp_rx_mpdu_body_size
1634 uint16_t byte_count; /* frame's byte-count */ member in struct:iwp_rx_phy_res
1639 uint16_t byte_count; member in struct:iwp_rx_mpdu_res_start

Completed in 336 milliseconds