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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_labels.c86 ctf_lblinfo_t linfo; local
103 linfo.ctb_typeidx = ctlp->ctl_typeidx;
104 if ((rc = func(lname, &linfo, arg)) != 0)
117 label_info_cb(const char *lname, const ctf_lblinfo_t *linfo, void *arg) argument
128 bcopy(linfo, ((linfo_cb_arg_t *)arg)->lca_info,
140 ctf_label_info(ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) argument
146 cb_arg.lca_info = linfo;
H A Dctf_create.c974 ctf_encoding_t linfo; local
977 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR)
978 off += linfo.cte_bits;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c839 struct flock linfo; local
841 linfo.l_type =
842 linfo.l_whence = SEEK_SET;
843 linfo.l_start = 0;
844 linfo.l_len = 0;
846 rv = fcntl(osfd, F_SETLKW, &linfo);
858 struct flock linfo; local
860 linfo.l_type =
861 linfo.l_whence = SEEK_SET;
862 linfo
877 struct flock linfo; local
[all...]

Completed in 93 milliseconds