| /dragonfly/contrib/lvm2/dist/daemons/clvmd/ |
| HD | clvmd-openais.c | 492 struct lock_info *linfo; in _lock_resource() local 501 linfo = malloc(sizeof(struct lock_info)); in _lock_resource() 502 if (!linfo) in _lock_resource() 507 linfo->lock_name.length = strlen(resource)+1; in _lock_resource() 508 strcpy((char *)linfo->lock_name.value, resource); in _lock_resource() 510 err = saLckResourceOpen(lck_handle, &linfo->lock_name, in _lock_resource() 515 free(linfo); in _lock_resource() 529 free(linfo); in _lock_resource() 539 linfo->lock_id = lock_id; in _lock_resource() 540 linfo->res_handle = res_handle; in _lock_resource() [all …]
|
| /dragonfly/contrib/binutils-2.34/libctf/ |
| HD | ctf-labels.c | 69 ctf_lblinfo_t linfo; in ctf_label_iter() local 88 linfo.ctb_type = ctlp->ctl_type; in ctf_label_iter() 89 if ((rc = func (lname, &linfo, arg)) != 0) in ctf_label_iter() 103 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb() argument 113 memcpy (((linfo_cb_arg_t *) arg)->lca_info, linfo, in label_info_cb() 123 ctf_label_info (ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info() argument 129 cb_arg.lca_info = linfo; in ctf_label_info()
|
| HD | ctf-create.c | 1404 ctf_encoding_t linfo; in ctf_add_member_offset() local 1407 if (ctf_type_encoding (fp, ltype, &linfo) == 0) in ctf_add_member_offset() 1408 off += linfo.cte_bits; in ctf_add_member_offset()
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | dwarf.c | 2740 DWARF2_Internal_LineInfo * linfo, in read_debug_line_header() argument 2752 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 4, end); in read_debug_line_header() 2754 if (linfo->li_length == 0xffffffff) in read_debug_line_header() 2757 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 8, end); in read_debug_line_header() 2767 if (linfo->li_length + initial_length_size > section->size) in read_debug_line_header() 2777 linfo->li_length = (end - data) - initial_length_size; in read_debug_line_header() 2782 (long) linfo->li_length); in read_debug_line_header() 2788 SAFE_BYTE_GET_AND_INC (linfo->li_version, hdrptr, 2, end); in read_debug_line_header() 2790 if (linfo->li_version != 2 in read_debug_line_header() 2791 && linfo->li_version != 3 in read_debug_line_header() [all …]
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | dwarf.c | 3620 DWARF2_Internal_LineInfo * linfo, in read_debug_line_header() argument 3632 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 4, end); in read_debug_line_header() 3634 if (linfo->li_length == 0xffffffff) in read_debug_line_header() 3637 SAFE_BYTE_GET_AND_INC (linfo->li_length, hdrptr, 8, end); in read_debug_line_header() 3638 linfo->li_offset_size = 8; in read_debug_line_header() 3643 linfo->li_offset_size = 4; in read_debug_line_header() 3647 if (linfo->li_length + initial_length_size > section->size) in read_debug_line_header() 3655 if (reloc_at (section, (hdrptr - section->start) - linfo->li_offset_size)) in read_debug_line_header() 3657 linfo->li_length = (end - data) - initial_length_size; in read_debug_line_header() 3662 (long) linfo->li_length); in read_debug_line_header() [all …]
|
| /dragonfly/usr.sbin/mfiutil/ |
| HD | mfi_show.c | 297 struct mfi_ld_info linfo; in show_config() local 355 if (mfi_ld_get_info(fd, ld->properties.ld.v.target_id, &linfo, in show_config() 362 print_ld(&linfo, -1); in show_config() 620 struct mfi_ld_info linfo; in show_progress() local 655 if (mfi_ld_get_info(fd, target_id, &linfo, NULL) < 0) { in show_progress() 663 if (linfo.progress.active & MFI_LD_PROGRESS_CC) { in show_progress() 666 &linfo.progress.cc); in show_progress() 669 if (linfo.progress.active & MFI_LD_PROGRESS_BGI) { in show_progress() 672 &linfo.progress.bgi); in show_progress() 675 if (linfo.progress.active & MFI_LD_PROGRESS_FGI) { in show_progress() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcov.c | 677 line_info &linfo, int64_t &count) in circuit() argument 689 if (w < start || !linfo.has_block (w)) in circuit() 697 result |= circuit (w, path, start, blocked, block_lists, linfo, count); in circuit() 708 if (w < start || !linfo.has_block (w)) in circuit() 726 get_cycles_count (line_info &linfo, bool handle_negative_cycles = true) 736 for (vector<block_info *>::iterator it = linfo.blocks.begin (); 737 it != linfo.blocks.end (); it++) 742 result |= circuit (*it, path, *it, blocked, block_lists, linfo, 748 count += get_cycles_count (linfo, false);
|
| /dragonfly/contrib/grep/lib/ |
| HD | dfa.c | 4308 dfasyntax (struct dfa *dfa, struct localeinfo const *linfo, in dfasyntax() argument 4312 dfa->dfaexec = linfo->multibyte ? dfaexec_mb : dfaexec_sb; in dfasyntax() 4313 dfa->localeinfo = *linfo; in dfasyntax()
|