Home
last modified time | relevance | path

Searched refs:ctlp (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c57 const ctf_lblent_t *ctlp; in ctf_label_topmost() local
61 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_topmost()
69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
82 const ctf_lblent_t *ctlp; in ctf_label_iter() local
88 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_iter()
94 for (i = 0; i < num_labels; i++, ctlp++) { in ctf_label_iter()
95 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { in ctf_label_iter()
97 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx); in ctf_label_iter()
101 linfo.ctb_typeidx = ctlp->ctl_typeidx; in ctf_label_iter()
/freebsd/sbin/ipf/ipsend/
H A Ddlcommon.c445 strgetmsg(int fd, struct strbuf *ctlp, struct strbuf *datap, int *flagsp, in strgetmsg() argument
464 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) { in strgetmsg()
490 if (ctlp->len < sizeof (long)) in strgetmsg()
491 err("getmsg: control portion length < sizeof (long): %d", ctlp->len); in strgetmsg()