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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c131 ushort_t info, vlen; local
181 vlen = LCTF_INFO_VLEN(fp, info);
186 * (+2) and the argument list (vlen).
189 vlen == 0)
192 funcoff += sizeof (ushort_t) * (vlen + 2);
239 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); local
256 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1));
265 vbytes = sizeof (ctf_member_t) * vlen;
266 for (n = vlen;
359 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); local
[all...]
H A Dctf_create.c227 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info); local
243 size += sizeof (ushort_t) * (vlen + (vlen & 1));
248 size += sizeof (ctf_member_t) * vlen;
250 size += sizeof (ctf_lmember_t) * vlen;
253 size += sizeof (ctf_enum_t) * vlen;
285 uint_t vlen = CTF_INFO_VLEN(dtd->dtd_data.ctt_info); local
339 for (argc = 0; argc < vlen; argc++)
342 if (vlen & 1)
688 uint_t vlen; local
868 uint_t kind, vlen, root; local
925 uint_t kind, vlen, root; local
1096 uint_t kind, flag, vlen; local
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_msg.h92 u16_t vlen; member in struct:snmp_varbind
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_msg.h109 u16_t vlen; member in struct:snmp_varbind
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_subr.c69 size_t off, len, vlen, wlen; local
85 vlen = 0;
91 * Set vlen to the length of the variable name and then
98 vlen = (size_t)(q + len - v);
106 if (vlen > 2 && v[1] == '$') {
107 vlen--;
117 wlen = vlen - (w - v);
123 vlen = strlen(v);
128 } else if (vlen > 1) {
129 char *vstr = alloca(vlen);
154 bcopy(v, (char *)pdp + off + len, vlen); local
155 bcopy(w, (char *)pdp + off + len + vlen, wlen); local
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 1855 milliseconds