Searched refs:ctlp (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-labels.c42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp
[all...]
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-labels.c42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-labels.c42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp
[all...]
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-labels.c42 const ctf_lblent_t *ctlp = NULL; local
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
66 const ctf_lblent_t *ctlp = NULL; local
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
79 for (i = 0; i < num_labels; i++, ctlp++)
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL)
86 ctlp->ctl_label, ctlp->ctl_type);
90 linfo.ctb_type = ctlp
[all...]
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_labels.c60 const ctf_lblent_t *ctlp = NULL; // XXX: gcc local
64 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
72 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
85 const ctf_lblent_t *ctlp = NULL; // XXX: gcc local
91 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
97 for (i = 0; i < num_labels; i++, ctlp++) {
98 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) {
100 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx);
104 linfo.ctb_typeidx = ctlp
[all...]
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_cm.c207 bcm_cm_get(enum bcm_cm_clock clk, uint32_t *ctlp, uint32_t *divp) argument
243 if (ctlp != NULL)
244 *ctlp = CM_READ(sc, ctlreg);
/netbsd-current/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)
1249 struct strbuf *ctlp, *datap;
1293 if ((result = getmsg (fd, ctlp, datap, flagsp)) < 0) {
1307 if (ctlp -> len < sizeof (long)) {
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Ddlcommon.c490 strgetmsg(fd, ctlp, datap, flagsp, caller)
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-current/sys/netinet/
H A Dtcp_vtw.c1778 vtw_select(int af, fatp_ctl_t **fatp, vtw_ctl_t **ctlp) argument
1797 if (ctlp != NULL)
1798 *ctlp = ctl;

Completed in 363 milliseconds