Searched refs:elen (Results 1 - 25 of 27) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_util.c59 size_t elen; local
68 elen = strlen(fmt) + extra_length_hint + FMT_STR_SLOP;
70 if ((ebuf = (char *)malloc(elen + 1)) == NULL)
77 if (strlen(ebuf) > elen)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c126 interpret_ether(int flags, char *header, int elen, int origlen) argument
159 return (elen);
161 if (elen < 14)
162 return (elen);
178 len = elen - sizeof (struct ether_header);
192 return (elen);
195 return (elen);
265 show_header("ETHER: ", "Ether Header", elen);
275 elen, elen);
807 interpret_tr(int flags, caddr_t e, int elen, int origlen) argument
1066 interpret_fddi(int flags, caddr_t e, int elen, int origlen) argument
1581 interpret_ib(int flags, char *header, int elen, int origlen) argument
1670 interpret_ipnet(int flags, char *header, int elen, int origlen) argument
1798 interpret_iptun(int flags, char *header, int elen, int origlen) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Dstreval.h80 short elen; member in struct:lval
98 short elen; member in struct:_arith_
/opensolaris-onvv-gate/usr/src/lib/libsmbios/common/
H A Dsmb_lib.c56 ssize_t n, elen; local
65 elen = MIN(ep->smbe_elen, SMB_ENTRY_MAXLEN);
67 if ((n = pread64(fd, ep, elen, 0)) != elen)
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dspnegoparse.c1285 long tlen, elen, len; local
1393 elen = nElementLength;
1394 if ((nReturn = ASNDerCheckToken(ptok, SPNEGO_CONSTRUCTED_SEQUENCE, elen, elen, &len, &tlen)) != SPNEGO_E_SUCCESS)
1396 elen -= tlen;
1399 if ((nReturn = ASNDerCheckToken(ptok, SEQ_ELM(0), elen, elen, &len, &tlen)) != SPNEGO_E_SUCCESS)
1401 elen -= tlen;
1403 nReturn = InitSpnegoTokenElementFromBasicType(ptok, elen, GENERALSTR, spnego_init_mechListMIC, &pSpnegoToken->aElementArray[nCtr]);
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c1313 int32_t elen, ndent, index, count, con_index; local
1327 elen = sizeof (struct short_ad);
1331 elen = sizeof (struct long_ad);
1339 ndent = ip->i_max_emb / elen;
1348 fe->fe_len_adesc = SWAP_32(ip->i_ext_used * elen);
1362 fe->fe_len_adesc = SWAP_32(ndent * elen);
1392 sizeof (struct alloc_ext_desc)) / elen;
1443 sz = count * elen;
1445 sz += elen;
1487 ip->i_cur_max_ext -= (count / elen)
1685 int32_t elen, ndent, nient; local
[all...]
H A Dudf_bmap.c995 uint32_t old_count, elen; local
1079 elen = sizeof (struct short_ad);
1081 elen = sizeof (struct long_ad);
1085 sz = sz - (sizeof (struct alloc_ext_desc) + elen);
1086 ip->i_cur_max_ext += sz / elen;
H A Dudf_subr.c573 int32_t elen; local
580 elen = sizeof (struct short_ad);
582 elen = sizeof (struct long_ad);
590 ndentry = ip->i_max_emb / elen;
/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c473 size_t elen; local
482 elen = sizeof (*ecp) + sizeof (*eph) + len;
483 emp = allocb(elen + pad, BPRI_MED);
488 emp->b_wptr = emp->b_rptr + elen + pad;
494 ecp->sch_len = htons(elen);
H A Dsctp_asconf.c1037 size_t elen = 0; local
1041 elen = ntohs(errph->sph_len);
1042 len += elen;
1062 if (elen > 0) {
1063 bcopy(errph, mp->b_wptr, elen);
1064 mp->b_wptr += elen;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c190 post_picl_event(const char *ename, char *envl, size_t elen, argument
204 if (nvlist_unpack(envl, elen, &nvlp, 0) < 0) {
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c1004 size_t elen; local
1092 elen = (size_t)(p - q);
1093 expr = malloc(elen + MB_CUR_MAX + 1);
1100 for (i = 0; i < elen; i++)
1146 size_t elen; local
1211 elen = (size_t)(p - q);
1212 expr = malloc(elen + MB_CUR_MAX + 1);
1219 for (i = 0; i < elen; i++)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c917 int elen; local
920 elen = strlen(estr);
922 if (strncmp(ent, estr, elen) == 0 &&
923 ent[elen] == '=')
924 return (ent + elen + 1);
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h259 static int logforward(struct filed *f, char *ebuf, size_t elen);
H A Dsyslogd.c3908 logforward(struct filed *f, char *ebuf, size_t elen) argument
3923 "unable to rewind the netconfig database", elen);
3940 (void) snprintf(ebuf, elen,
3947 (void) snprintf(ebuf, elen, "unknown host %s", hp);
3955 (void) snprintf(ebuf, elen,
3964 (void) strlcpy(ebuf, "malloc failed", elen);
3974 (void) strlcpy(ebuf, "t_open", elen);
3980 (void) strlcpy(ebuf, "t_bind", elen);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs694 I32 elen = 0;
697 while (elen < (klen+4))
698 extra[elen++] = ' ';
699 extra[elen] = '\0';
700 sv_catpvn(newapad, extra, elen);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c8439 STRLEN elen = 0; local
8674 elen = 1;
8700 elen = uvchr_to_utf8((U8*)eptr, uv) - utf8buf;
8706 elen = 1;
8717 elen = *eptr++;
8720 elen = strlen(eptr);
8723 elen = sizeof nullstr - 1;
8727 eptr = SvPVx(argsv, elen);
8729 if (has_precis && precis < elen) {
8734 if (width) { /* fudge width (can't fudge elen) */
[all...]
/opensolaris-onvv-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c528 smp_action_set_response_len(smp_action_t *ap, size_t elen) argument
530 ap->sa_response_engine_len = elen;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c801 uint16_t prn, flags, elen; local
818 elen = sizeof (struct short_ad);
823 elen = sizeof (struct long_ad);
835 nent = SWAP_32(fe->fe_len_adesc) / elen;
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dreq.c1679 int elen, slen; local
1681 elen = strlen(end);
1683 if(elen > slen) return 1;
1684 tmp = str + slen - elen;
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dkey.c184 int nlen, elen; local
202 elen = BN_num_bytes(k->rsa->e);
203 len = nlen + elen;
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c593 int elen; local
597 elen = fmd_buf_size(fmep->hdl, fmep->fmcase, tmpbuf);
598 if (elen == 0) {
606 estr = MALLOC(elen);
607 fmd_buf_read(fmep->hdl, fmep->fmcase, tmpbuf, estr, elen);
698 int elen; local
771 elen = fmd_buf_size(fmep->hdl, fmep->fmcase, tmpbuf);
772 if (elen == 0) {
778 estr = MALLOC(elen);
779 fmd_buf_read(fmep->hdl, fmep->fmcase, tmpbuf, estr, elen);
[all...]
H A Dplatform.c1252 size_t elen; local
1284 elen = strlen(envnames[i]) + strlen(envvalues[i]) + 2;
1285 (*envp)[i] = MALLOC(elen);
1286 (void) snprintf((*envp)[i], elen, "%s=%s",
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Darith.c70 if(cp>=lvalue->expr && cp < lvalue->expr+lvalue->elen)
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h765 int elen, uint32_t id, void **cs, void **ss);

Completed in 460 milliseconds

12