Searched refs:byte_count (Results 1 - 3 of 3) sorted by relevance

/osnet-11/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;
/osnet-11/usr/src/lib/libbsm/common/
H A Dau_open.c170 int byte_count; /* bytes in the record */ local
204 byte_count = sizeof (char) * 2 + sizeof (short) * 2 +
208 byte_count += record->tt_size;
235 byte_count += sizeof (int32_t) + host_info->at_type;
242 if ((buffer = malloc((size_t)byte_count)) == NULL) {
257 adr_int32(&adr, (int32_t *)&byte_count, 1);
286 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 */
306 int byte_count; /* number of bytes */ local
319 byte_count = unit_count * sizeof (short);
322 byte_count = unit_count * sizeof (int32_t);
325 byte_count
[all...]

Completed in 251 milliseconds