| /src/external/cddl/osnet/dist/common/ctf/ |
| ctf_labels.c | 87 ctf_lblinfo_t linfo; local 104 linfo.ctb_typeidx = ctlp->ctl_typeidx; 105 if ((rc = func(lname, &linfo, arg)) != 0) 118 label_info_cb(const char *lname, const ctf_lblinfo_t *linfo, void *arg) 129 memcpy(((linfo_cb_arg_t *)arg)->lca_info, linfo, 141 ctf_label_info(ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) 147 cb_arg.lca_info = linfo;
|
| ctf_create.c | 1212 ctf_encoding_t linfo; local 1215 if (ctf_type_encoding(fp, ltype, &linfo) != CTF_ERR) 1216 off += linfo.cte_bits;
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-labels.c | 69 ctf_lblinfo_t linfo; local 90 linfo.ctb_type = ctlp->ctl_type; 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 115 memcpy (((linfo_cb_arg_t *) arg)->lca_info, linfo, 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 131 cb_arg.lca_info = linfo;
|
| ctf-create.c | 1233 ctf_encoding_t linfo; local 1253 if (ctf_type_encoding (fp, ltype, &linfo) == 0) 1254 off += linfo.cte_bits;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-labels.c | 69 ctf_lblinfo_t linfo; local 90 linfo.ctb_type = ctlp->ctl_type; 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 115 memcpy (((linfo_cb_arg_t *) arg)->lca_info, linfo, 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 131 cb_arg.lca_info = linfo;
|
| ctf-create.c | 1233 ctf_encoding_t linfo; local 1253 if (ctf_type_encoding (fp, ltype, &linfo) == 0) 1254 off += linfo.cte_bits;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-labels.c | 69 ctf_lblinfo_t linfo; local 90 linfo.ctb_type = ctlp->ctl_type; 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 115 memcpy (((linfo_cb_arg_t *) arg)->lca_info, linfo, 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 131 cb_arg.lca_info = linfo;
|
| ctf-create.c | 1230 ctf_encoding_t linfo; local 1250 if (ctf_type_encoding (fp, ltype, &linfo) == 0) 1251 off += linfo.cte_bits;
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-labels.c | 69 ctf_lblinfo_t linfo; local 90 linfo.ctb_type = ctlp->ctl_type; 91 if ((rc = func (lname, &linfo, arg)) != 0) 105 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) 115 memcpy (((linfo_cb_arg_t *) arg)->lca_info, linfo, 125 ctf_label_info (ctf_dict_t *fp, const char *lname, ctf_lblinfo_t *linfo) 131 cb_arg.lca_info = linfo;
|
| ctf-create.c | 1233 ctf_encoding_t linfo; local 1253 if (ctf_type_encoding (fp, ltype, &linfo) == 0) 1254 off += linfo.cte_bits;
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_machdep.h | 157 struct linux_siginfo linfo; member in struct:linux_rt_sigframe
|
| /src/sys/netinet/ |
| dccp_tfrc.h | 71 TAILQ_ENTRY(s_hist_entry) linfo; /* Tail queue. */ member in struct:s_hist_entry 178 TAILQ_ENTRY(r_hist_entry) linfo; /* Tail queue. */ member in struct:r_hist_entry 190 TAILQ_ENTRY(li_hist_entry) linfo; /* Tail queue. */ member in struct:li_hist_entry
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| clvmd-openais.c | 492 struct lock_info *linfo; local 501 linfo = malloc(sizeof(struct lock_info)); 502 if (!linfo) 507 linfo->lock_name.length = strlen(resource)+1; 508 strcpy((char *)linfo->lock_name.value, resource); 510 err = saLckResourceOpen(lck_handle, &linfo->lock_name, 515 free(linfo); 529 free(linfo); 539 linfo->lock_id = lock_id; 540 linfo->res_handle = res_handle 551 struct lock_info *linfo; local [all...] |
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_symbol.h | 136 struct label_info *linfo; member in union:symbol::__anon3181
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-loop-versioning.cc | 1413 loop_info &linfo = get_loop_info (loop); local 1417 linfo.rejected_p = true; 1420 if (!linfo.rejected_p) 1424 linfo.rejected_p = true; 1430 if (!linfo.rejected_p) 1434 for (basic_block bb = linfo.block_list; bb; 1438 linfo.rejected_p = true; 1442 if (!linfo.rejected_p) 1637 loop_info &linfo = get_loop_info (loop); local 1642 if (linfo.worth_versioning_p ( 1741 loop_info &linfo = get_loop_info (loop); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-loop-versioning.cc | 1413 loop_info &linfo = get_loop_info (loop); local 1417 linfo.rejected_p = true; 1420 if (!linfo.rejected_p) 1424 linfo.rejected_p = true; 1430 if (!linfo.rejected_p) 1434 for (basic_block bb = linfo.block_list; bb; 1438 linfo.rejected_p = true; 1442 if (!linfo.rejected_p) 1637 loop_info &linfo = get_loop_info (loop); local 1642 if (linfo.worth_versioning_p ( 1740 loop_info &linfo = get_loop_info (loop); local [all...] |
| /src/sys/dev/pci/ |
| trm.c | 244 struct trm_linfo *linfo[TRM_MAX_LUNS]; member in struct:trm_tinfo 911 li = ti->linfo[lun]; 919 ti->linfo[lun] = li; 1806 li = ti->linfo[sc->resel_lun]; 2049 li = ti->linfo[lun]; 2052 ti->linfo[lun] = NULL; 2103 li = ti->linfo[lun]; 2319 li = ti->linfo[periph->periph_lun]; 2345 li = ti->linfo[periph->periph_lun];
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-array.cc | 10960 gfc_array_info *linfo; local 11020 linfo = &lss->info->data.array; 11042 desc = linfo->descriptor; 11351 if (linfo->saved_offset 11352 && VAR_P (linfo->saved_offset)) 11353 gfc_add_modify (&fblock, linfo->saved_offset, tmp); 11363 if (linfo->delta[dim] && VAR_P (linfo->delta[dim])) 11364 gfc_add_modify (&fblock, linfo->delta[dim], tmp); 11588 if (linfo->data && VAR_P (linfo->data) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-array.cc | 10542 gfc_array_info *linfo; local 10603 linfo = &lss->info->data.array; 10625 desc = linfo->descriptor; 10964 if (linfo->saved_offset 10965 && VAR_P (linfo->saved_offset)) 10966 gfc_add_modify (&fblock, linfo->saved_offset, tmp); 10976 if (linfo->delta[dim] && VAR_P (linfo->delta[dim])) 10977 gfc_add_modify (&fblock, linfo->delta[dim], tmp); 11185 if (linfo->data && VAR_P (linfo->data) [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 4469 Upon success returns an updated DATA pointer and the LINFO 4477 DWARF2_Internal_LineInfo * linfo, 4487 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 4, end); 4489 if (linfo->li_length == 0xffffffff) 4492 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 8, end); 4493 linfo->li_offset_size = 8; 4496 linfo->li_offset_size = 4; 4498 if (linfo->li_length > (size_t) (end - hdrptr)) 4506 if (reloc_at (section, (hdrptr - section->start) - linfo->li_offset_size)) 4508 linfo->li_length = end - hdrptr 4788 DWARF2_Internal_LineInfo linfo; local 5211 DWARF2_Internal_LineInfo linfo; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 4397 Upon success returns an updated DATA pointer and the LINFO 4405 DWARF2_Internal_LineInfo * linfo, 4415 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 4, end); 4417 if (linfo->li_length == 0xffffffff) 4420 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 8, end); 4421 linfo->li_offset_size = 8; 4424 linfo->li_offset_size = 4; 4426 if (linfo->li_length > (size_t) (end - hdrptr)) 4434 if (reloc_at (section, (hdrptr - section->start) - linfo->li_offset_size)) 4436 linfo->li_length = end - hdrptr 4716 DWARF2_Internal_LineInfo linfo; local 5139 DWARF2_Internal_LineInfo linfo; local [all...] |