Home
last modified time | relevance | path

Searched refs:octets (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/common/iscsi/
H A Dbase64.c120 int octets, endseen, numbase64chars; in iscsi_base64_str_to_binary() local
148 octets = outdec64(tmp_out, chr, 4); in iscsi_base64_str_to_binary()
151 if (*out_len + octets > binary_buf_len) in iscsi_base64_str_to_binary()
154 (void) memcpy(binary + *out_len, tmp_out, octets); in iscsi_base64_str_to_binary()
155 *out_len += octets; in iscsi_base64_str_to_binary()
162 octets = outdec64(tmp_out, chr, numbase64chars); in iscsi_base64_str_to_binary()
164 if (*out_len + octets > binary_buf_len) in iscsi_base64_str_to_binary()
167 (void) memcpy(binary + *out_len, tmp_out, octets); in iscsi_base64_str_to_binary()
168 *out_len += octets; in iscsi_base64_str_to_binary()
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c290 int n, octets, warned, endseen, numbase64chars; in decode() local
323 octets = n; in decode()
326 while (octets > 0) { in decode()
328 (unsigned char *)ibp, octets)) in decode()
342 octets -= 3; in decode()
347 if (octets <= 0) { in decode()
381 octets = outdec64(optr, chr, 4); in decode()
382 optr += octets; in decode()
390 octets = outdec64(optr, chr, numbase64chars); in decode()
391 optr += octets; in decode()
/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_pton.c86 int saw_digit, octets, ch; in inet_pton4() local
90 octets = 0; in inet_pton4()
102 if (++octets > 4) in inet_pton4()
107 if (octets == 4) in inet_pton4()
114 if (octets < 4) in inet_pton4()
/illumos-gate/usr/src/lib/libgss/
H A Dg_glue.c59 unsigned int octets; in gssint_get_der_length() local
81 octets = *p++ & 0x7f; in gssint_get_der_length()
82 *bytes += octets; in gssint_get_der_length()
85 if (octets > buf_len - 1) in gssint_get_der_length()
92 for (length = 0; octets; octets--) { in gssint_get_der_length()
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c156 int octets = 0; in parse_lpd_job() local
196 octets = atoi(s); in parse_lpd_job()
259 octets += (size * copies); in parse_lpd_job()
263 "job-k-octets", octets/1024); in parse_lpd_job()
265 "job-octets", octets); in parse_lpd_job()
/illumos-gate/usr/src/lib/print/libprint/common/
H A DsunPrinter.oc.conf.txt55 printer-job-k-octets-supported,
H A DsunPrinter.at.conf.txt56 attribute printer-job-k-octets-supported 1.3.18.0.2.4.1111 bin single
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1503 union { char octets[4]; int retval; } myu; in CompressEisaID() member
1505 myu.octets[0] = ((np[0] & 0x1F) << 2) + ((np[1] >> 3) & 0x03); in CompressEisaID()
1506 myu.octets[1] = ((np[1] & 0x07) << 5) + (np[2] & 0x1F); in CompressEisaID()
1507 myu.octets[2] = (hexdig(np[3]) << 4) + hexdig(np[4]); in CompressEisaID()
1508 myu.octets[3] = (hexdig(np[5]) << 4) + hexdig(np[6]); in CompressEisaID()
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh651 set -A octets $ipaddr
655 dummy=${octets[octet_cnt]}
656 if [ $dummy = ${octets[octet_cnt]} ] ; then
909 if [ ${octets[3]} = 0 ] ; then
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h200 u64 octets; member
237 u64 octets; member
H A Dt4_hw.c6088 st->octets = ((u64)val[2] << 32) | val[3]; in t4_get_usm_stats()
6853 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c948 (unsigned long long)tp_usm_stats_buff->octets); in view_ddp_stats()
1546 p0 = &(tmp_stats[0].octets); in view_lb_stats()
1547 p1 = &(tmp_stats[1].octets); in view_lb_stats()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh4344 …rinter-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printe…