Searched defs:car (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c371 ctf_arinfo_t car; local
379 if (ctf_array_info(ctfp, base, &car) == CTF_ERR) {
384 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 ||
385 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR ||
387 (void) fprintf(fp, "<invalid type %lu>", car.ctr_contents);
396 for (i = 0; i < car.ctr_nelems; i++) {
402 if (i != car.ctr_nelems && c == '\0')
421 for (i = 0; i < car.ctr_nelems; i++) {
437 (void) ctf_type_visit(ctfp, car.ctr_contents,
441 if (i != car
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c580 struct T_capability_req *car = (struct T_capability_req *)mp->b_rptr; local
590 car->PRIM_type == T_CAPABILITY_REQ) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c702 ctf_arinfo_t car; local
704 if (ctf_array_info(idp->mci_fp, idp->mci_id, &car) == CTF_ERR)
707 set_ctf_id(&arp->mta_contents, idp->mci_fp, car.ctr_contents);
708 set_ctf_id(&arp->mta_index, idp->mci_fp, car.ctr_index);
710 arp->mta_nelems = car.ctr_nelems;
1983 ctf_arinfo_t car; local
1991 car.ctr_nelems = marp->mta_nelems;
2000 car.ctr_contents = id;
2009 car.ctr_index = id;
2017 id = ctf_add_array(mdb.m_synth, CTF_ADD_ROOT, &car);
[all...]

Completed in 3589 milliseconds