Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-labels.c42 const ctf_lblent_t *ctlp = NULL; in ctf_label_topmost() local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_topmost()
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
66 const ctf_lblent_t *ctlp = NULL; in ctf_label_iter() local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_iter()
79 for (i = 0; i < num_labels; i++, ctlp++) in ctf_label_iter()
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
86 ctlp->ctl_label, ctlp->ctl_type); in ctf_label_iter()
90 linfo.ctb_type = ctlp->ctl_type; in ctf_label_iter()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-labels.c42 const ctf_lblent_t *ctlp = NULL; in ctf_label_topmost() local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_topmost()
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
66 const ctf_lblent_t *ctlp = NULL; in ctf_label_iter() local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0) in ctf_label_iter()
79 for (i = 0; i < num_labels; i++, ctlp++) in ctf_label_iter()
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
86 ctlp->ctl_label, ctlp->ctl_type); in ctf_label_iter()
90 linfo.ctb_type = ctlp->ctl_type; in ctf_label_iter()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_labels.c60 const ctf_lblent_t *ctlp = NULL; // XXX: gcc in ctf_label_topmost() local
64 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_topmost()
72 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
85 const ctf_lblent_t *ctlp = NULL; // XXX: gcc in ctf_label_iter() local
91 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_iter()
97 for (i = 0; i < num_labels; i++, ctlp++) { in ctf_label_iter()
98 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { in ctf_label_iter()
100 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx); in ctf_label_iter()
104 linfo.ctb_typeidx = ctlp->ctl_typeidx; in ctf_label_iter()
/netbsd-src/sys/arch/arm/broadcom/
H A Dbcm2835_cm.c207 bcm_cm_get(enum bcm_cm_clock clk, uint32_t *ctlp, uint32_t *divp) in bcm_cm_get() argument
243 if (ctlp != NULL) in bcm_cm_get()
244 *ctlp = CM_READ(sc, ctlreg); in bcm_cm_get()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddlpi.c182 static int strgetmsg (int fd, struct strbuf *ctlp, struct strbuf *datap,
1248 static int strgetmsg (fd, ctlp, datap, flagsp, caller) in strgetmsg() argument
1249 struct strbuf *ctlp, *datap; in strgetmsg()
1293 if ((result = getmsg (fd, ctlp, datap, flagsp)) < 0) {
1307 if (ctlp -> len < sizeof (long)) {
/netbsd-src/external/bsd/ipf/dist/ipsend/
H A Ddlcommon.c490 strgetmsg(fd, ctlp, datap, flagsp, caller) in strgetmsg() argument
492 struct strbuf *ctlp, *datap;
512 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) {
538 if (ctlp->len < sizeof (long))
539 err("getmsg: control portion length < sizeof (long): %d", ctlp->len);
/netbsd-src/sys/netinet/
H A Dtcp_vtw.c1781 vtw_select(int af, fatp_ctl_t **fatp, vtw_ctl_t **ctlp) in vtw_select()
1800 if (ctlp != NULL) in vtw_select()
1801 *ctlp = ctl;
1778 vtw_select(int af,fatp_ctl_t ** fatp,vtw_ctl_t ** ctlp) vtw_select() argument