Home
last modified time | relevance | path

Searched refs:totallen (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c156 totallen += v; in _dwarf_skim_forms()
164 totallen += v; in _dwarf_skim_forms()
169 totallen += v; in _dwarf_skim_forms()
174 totallen += v; in _dwarf_skim_forms()
179 totallen += v; in _dwarf_skim_forms()
184 totallen += v; in _dwarf_skim_forms()
189 totallen += v; in _dwarf_skim_forms()
200 totallen += v; in _dwarf_skim_forms()
208 totallen += v; in _dwarf_skim_forms()
212 totallen += v; in _dwarf_skim_forms()
[all …]
H A Ddwarf_die_deliv.c1518 size_t totallen = 0; in _dwarf_next_cu_header_internal() local
1523 totallen = prefixlen + strlen(dwerrmsg); in _dwarf_next_cu_header_internal()
1524 if( totallen >= sizeof(msg_buf)) { in _dwarf_next_cu_header_internal()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c139 int totallen; member
621 static void reg_tcp_cont(char *msg, int totallen, in reg_tcp_cont() argument
632 tce->msg = malloc(totallen); in reg_tcp_cont()
634 tce->totallen = totallen; in reg_tcp_cont()
644 if ((fraglen + tce->curr_offset) > tce->totallen) in add_tcp_cont()
691 int totallen = 0; in interpret_slp_v2() local
707 if (v2_header(flags, slp, &totallen, fraglen)) { in interpret_slp_v2()
746 totallen - fraglen); in interpret_slp_v2()
763 int *totallen, in v2_header() argument
808 *totallen = netval; in v2_header()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c1969 totallen += alloclen; in doaddup()
2006 totallen += alloclen; in doaddup()
2072 totallen += alloclen; in doaddup()
2101 totallen -= alloclen; in doaddup()
2161 totallen += alloclen; in doaddup()
2224 totallen += alloclen; in doaddup()
2281 totallen += alloclen; in doaddup()
2375 totallen += alloclen; in doaddup()
2403 totallen += alloclen; in doaddup()
2640 totallen += alloclen; \ in doaddup()
[all …]
H A Dikeadm.c2760 int totallen; in do_getdel_doorcall() local
2777 totallen = sizeof (ike_get_t) + idlen; in do_getdel_doorcall()
2778 if ((reqp = (ike_service_t *)malloc(totallen)) == NULL) in do_getdel_doorcall()
2783 getp->get_len = totallen; in do_getdel_doorcall()
2789 rtnp = ikedoor_call((char *)reqp, totallen, NULL, 0); in do_getdel_doorcall()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtn_ipopt.c133 uint32_t totallen; in tsol_get_option_v4() local
145 totallen = ipha->ipha_version_and_hdr_length - in tsol_get_option_v4()
147 totallen <<= 2; in tsol_get_option_v4()
148 if (totallen < IP_SIMPLE_HDR_LENGTH || totallen > MBLKL(mp)) in tsol_get_option_v4()
150 totallen -= IP_SIMPLE_HDR_LENGTH; in tsol_get_option_v4()
151 if (totallen == 0) in tsol_get_option_v4()
159 while (totallen != 0) { in tsol_get_option_v4()
167 if (totallen <= IPOPT_OLEN) in tsol_get_option_v4()
173 if (optlen > totallen) in tsol_get_option_v4()
189 totallen -= optlen; in tsol_get_option_v4()
H A Dip.c2333 totallen <<= 2; in ipoptp_first()
2477 uint32_t totallen; in ip_opt_get_user() local
2485 if (totallen & 0x3) in ip_opt_get_user()
5515 uint32_t totallen; in ip_find_hdr_v4() local
5551 totallen <<= 2; in ip_find_hdr_v4()
5576 if (totallen == 0) in ip_find_hdr_v4()
5638 totallen--; in ip_find_hdr_v4()
5650 totallen <<= 2; in ip_find_hdr_v4()
15042 uint32_t totallen; in ip_pkt_source_route_v4() local
15048 if (totallen & 0x3) in ip_pkt_source_route_v4()
[all …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c90 uint32_t cblen, loclen, catlen, totallen; in mk_msgfile() local
123 totallen = cblen + loclen + 1 + catlen + 1 + in mk_msgfile()
125 if (totallen >= MAXPATHLEN) in mk_msgfile()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.h201 mDNSu32 totallen; member
H A Duds_daemon.c444 reply->totallen = (mDNSu32)datalen + sizeof(ipc_msg_hdr); in create_reply()
6143 nwriten = send(req->sd, (char *)&rep->mhdr + rep->nwriten, rep->totallen - rep->nwriten, 0); in send_msg()
6158 … rep->totallen - rep->nwriten, rep->totallen, req->sd, dnssd_errno, dnssd_strerror(dnssd_errno)); in send_msg()
6164 return (rep->nwriten == rep->totallen) ? t_complete : t_morecoming; in send_msg()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstrlib.c140 size_t totallen = n * l + (n - 1) * lsep; in str_rep() local
142 char *p = luaL_buffinitsize(L, &b, totallen); in str_rep()
150 luaL_pushresultsize(&b, totallen); in str_rep()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1069 u_long minlen, maxlen, totallen, *buckets; local
1106 totallen = 0;
1114 totallen += buckets[i];
1122 ipsp->iss_inuse ? (float) totallen/ ipsp->iss_inuse :
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c1958 int totallen = 0; in nxge_rx_pkts() local
2041 totallen += MBLKL(nmp); in nxge_rx_pkts()
2046 totallen += MBLKL(nmp); in nxge_rx_pkts()
2050 totallen += MBLKL(mp_cont); in nxge_rx_pkts()
2054 totallen += MBLKL(mp_cont); in nxge_rx_pkts()
2102 (totallen >= bytes_to_pickup)) { in nxge_rx_pkts()
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c89 static void dcd_validate_model_serial(char *str, int *retlen, int totallen);
4152 dcd_validate_model_serial(char *str, int *retlen, int totallen) in dcd_validate_model_serial() argument
4159 for (i = 0, tb = 0; i < totallen; i++) { in dcd_validate_model_serial()
4171 *retlen = totallen - tb; in dcd_validate_model_serial()
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c3755 unsigned int totallen) in g_make_token_header() argument
3764 if ((ret = gssint_put_der_length(hdrsize + body_size, buf, totallen))) in g_make_token_header()
3769 totallen - (int)(p - *buf)))) in g_make_token_header()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1405 int totallen = 0; in hxge_rx_pkts() local
1514 totallen += MBLKL(mp_cont); in hxge_rx_pkts()
1554 (totallen >= bytes_to_read)) { in hxge_rx_pkts()