Searched defs:typelen (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_fru.c125 uint8_t len, typelen; local
143 (void) memcpy(&typelen, tmp, sizeof (uint8_t));
144 len = BITX(typelen, 5, 0);
145 ipmi_decode_string((typelen >> 6), len, tmp+1, buf->ifpi_manuf_name);
148 (void) memcpy(&typelen, tmp, sizeof (uint8_t));
149 len = BITX(typelen, 5, 0);
150 ipmi_decode_string((typelen >> 6), len, tmp+1,
154 (void) memcpy(&typelen, tmp, sizeof (uint8_t));
155 len = BITX(typelen, 5, 0);
156 ipmi_decode_string((typelen >>
189 uint8_t len, typelen; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c431 unsigned int typelen; local
433 typelen = residual - value;
434 if (strncmp(value, "FILE:", typelen) == 0) {
437 } else if (strncmp(value, "PKCS11:", typelen) == 0) {
440 } else if (strncmp(value, "PKCS12:", typelen) == 0) {
442 } else if (strncmp(value, "DIR:", typelen) == 0) {
444 } else if (strncmp(value, "ENV:", typelen) == 0) {
511 unsigned int typelen; local
522 typelen = residual - value;
523 if (strncmp(value, "FILE:", typelen)
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c1279 short typelen; local
1283 typelen = strlen(proptype) + 1;
1287 proplen + typelen + datalen);
1294 adr_short(&adr, &typelen, 1);
1295 adr_char(&adr, proptype, typelen);
/illumos-gate/usr/src/uts/common/io/
H A Dgldutil.c151 unsigned short typelen; local
203 typelen = REF_NET_USHORT(mh->ether_type);
211 if ((typelen == ETHERTYPE_VLAN) &&
266 if (typelen > ETHERMTU) {
267 pktinfo->ethertype = typelen; /* use type interpretation */
279 (sizeof (struct ether_header) + typelen);
340 unsigned short typelen; local
355 typelen = REF_HOST_USHORT(gldp->glda_sap);
357 typelen = gld->gld_sap;
364 if (typelen <
481 unsigned short typelen; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2083 ssize_t typelen; local
2118 if ((typelen = scf_pg_get_type(cpg, NULL, 0) + 1) == 0)
2120 if ((pgtype = malloc(typelen)) == NULL) {
2125 (void) scf_pg_get_type(cpg, pgtype, typelen);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2398 size_t typelen; local
2477 typelen = strlen(gettext(typestr));
2479 if (typelen > cb->cb_width[typeidx])
2480 cb->cb_width[typeidx] = typelen;

Completed in 69 milliseconds