/titanic_41/usr/src/common/iscsi/ |
H A D | base64.c | 120 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()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uudecode.c | 292 int n, octets, warned, endseen, numbase64chars; in decode() local 325 octets = n; in decode() 328 while (octets > 0) { in decode() 330 (unsigned char *)ibp, octets)) in decode() 344 octets -= 3; in decode() 349 if (octets <= 0) { in decode() 383 octets = outdec64(optr, chr, 4); in decode() 384 optr += octets; in decode() 392 octets = outdec64(optr, chr, numbase64chars); in decode() 393 optr += octets; in decode()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | inet_pton.c | 85 int saw_digit, octets, ch; in inet_pton4() local 89 octets = 0; in inet_pton4() 101 if (++octets > 4) in inet_pton4() 106 if (octets == 4) in inet_pton4() 113 if (octets < 4) in inet_pton4()
|
/titanic_41/usr/src/lib/libgss/ |
H A D | g_glue.c | 59 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()
|
/titanic_41/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-query.c | 156 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()
|
/titanic_41/usr/src/lib/print/libprint/common/ |
H A D | sunPrinter.oc.conf.txt | 55 printer-job-k-octets-supported,
|
H A D | sunPrinter.at.conf.txt | 56 attribute printer-job-k-octets-supported 1.3.18.0.2.4.1111 bin single
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1435 union { char octets[4]; int retval; } myu; in CompressEisaID() member 1437 myu.octets[0] = ((np[0] & 0x1F) << 2) + ((np[1] >> 3) & 0x03); in CompressEisaID() 1438 myu.octets[1] = ((np[1] & 0x07) << 5) + (np[2] & 0x1F); in CompressEisaID() 1439 myu.octets[2] = (hexdig(np[3]) << 4) + hexdig(np[4]); in CompressEisaID() 1440 myu.octets[3] = (hexdig(np[5]) << 4) + hexdig(np[6]); in CompressEisaID()
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 131 u64 octets; member 168 u64 octets; member
|
H A D | t4_hw.c | 2900 st->octets = ((u64)val[2] << 32) | val[3]; in t4_get_usm_stats() 3577 p->octets = GET_STAT(BYTES); in t4_get_lb_stats()
|
/titanic_41/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 651 set -A octets $ipaddr 655 dummy=${octets[octet_cnt]} 656 if [ $dummy = ${octets[octet_cnt]} ] ; then 909 if [ ${octets[3]} = 0 ] ; then
|
/titanic_41/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 4344 …rinter-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printe…
|