Home
last modified time | relevance | path

Searched refs:ctl_len (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_etm_proto.h154 uint32_t ctl_len; /* length of control body */ member
H A Detm.c1138 conn, &ctl_hdrp->ctl_len, sizeof (ctl_hdrp->ctl_len), in etm_hdr_read()
1144 ctl_hdrp->ctl_len = ntohl(ctl_hdrp->ctl_len); in etm_hdr_read()
1446 ctl_hdrp->ctl_len = htonl(body_sz); in etm_req_ver_negot()
1448 body_buf = (void*)&ctl_hdrp->ctl_len; in etm_req_ver_negot()
1449 body_buf += sizeof (ctl_hdrp->ctl_len); in etm_req_ver_negot()
2462 body_sz = ctl_hdrp->ctl_len; in etm_handle_new_conn()
/titanic_41/usr/src/common/ctf/
H A Dctf_open.c759 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix); in ctf_bufopen()
762 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix); in ctf_bufopen()
765 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix); in ctf_bufopen()
768 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix); in ctf_bufopen()
771 fp->ctf_lookups[4].ctl_len = 0; in ctf_bufopen()
H A Dctf_impl.h97 size_t ctl_len; /* length of prefix string in bytes */ member
H A Dctf_lookup.c135 for (p += lp->ctl_len; isspace(*p); p++) in ctf_lookup_by_name()