Searched refs:info (Results 101 - 125 of 1698) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp58 static void DisableASLRIfRequested(int error_fd, const ProcessLaunchInfo &info) { argument
60 if (info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)) {
92 const ProcessLaunchInfo &info) {
93 if (info.GetFlags().Test(eLaunchFlagLaunchInSeparateProcessGroup)) {
98 for (size_t i = 0; i < info.GetNumFileActions(); ++i) {
99 const FileAction &action = *info.GetFileActionAtIndex(i);
118 const char **argv = info.GetArguments().GetConstArgumentVector();
121 if (info.GetWorkingDirectory() &&
122 0 != ::chdir(info.GetWorkingDirectory().GetCString()))
125 DisableASLRIfRequested(error_fd, info);
91 ChildFunc(int error_fd, const ProcessLaunchInfo &info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp274 NameAndAttributes &info = IterBool.first->second; local
275 info.name = IterBool.first->first();
276 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
277 info.isFunction = false;
278 info.symbol = clgv;
287 NameAndAttributes info; local
288 info.name = Iter->first();
289 info.attributes = LTO_SYMBOL_PERMISSIONS_DATA |
291 info.isFunction = false;
292 info
461 NameAndAttributes info; local
528 NameAndAttributes &info = IterBool.first->second; local
619 NameAndAttributes info = u->getValue(); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Darmnbsd-tdep.c46 arm_netbsd_init_abi_common (struct gdbarch_info info, argument
60 arm_netbsd_aout_init_abi (struct gdbarch_info info, argument
65 arm_netbsd_init_abi_common (info, gdbarch);
73 arm_netbsd_elf_init_abi (struct gdbarch_info info, argument
78 arm_netbsd_init_abi_common (info, gdbarch);
H A Damd64fbsd-tdep.c123 amd64fbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
128 i386bsd_init_abi (info, gdbarch);
134 amd64_init_abi (info, gdbarch);
122 amd64fbsd_init_abi(struct gdbarch_info info, struct gdbarch *gdbarch) argument
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py62 info = parser.add_argument_group('info arguments') variable
63 info = info.add_mutually_exclusive_group() variable
64 info.add_argument('-h', action='store_true', help='show this [h]elp message and exit')
65 info.add_argument('-v', action='store_true', help='show program\'s [v]ersion number and exit')
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHostNativeThreadBase.cpp57 ThreadLauncher::HostThreadCreateInfo *info = local
59 llvm::set_thread_name(info->thread_name);
61 thread_func_t thread_fptr = info->thread_fptr;
62 thread_arg_t thread_arg = info->thread_arg;
67 delete info;
/freebsd-11-stable/sys/net/
H A Drtsock.c438 rtm_get_jailed(struct rt_addrinfo *info, struct ifnet *ifp, argument
444 info->rti_info[RTAX_IFA] = rt->rt_ifa->ifa_addr;
448 switch (info->rti_info[RTAX_DST]->sa_family) {
487 info->rti_info[RTAX_IFA] = (struct sockaddr *)&saun->sin;
532 info->rti_info[RTAX_IFA] = (struct sockaddr *)&saun->sin6;
549 struct rt_addrinfo info; local
585 bzero(&info, sizeof(info));
602 info.rti_addrs = rtm->rtm_addrs;
604 info
1289 struct rt_addrinfo info; local
1314 struct rt_addrinfo info; local
1366 struct rt_addrinfo info; local
1405 struct rt_addrinfo info; local
1433 rt_makeifannouncemsg(struct ifnet *ifp, int type, int what, struct rt_addrinfo *info) argument
1462 struct rt_addrinfo info; local
1501 struct rt_addrinfo info; local
1548 struct rt_addrinfo info; local
1593 sysctl_iflist_ifml(struct ifnet *ifp, const struct if_data *src_ifd, struct rt_addrinfo *info, struct walkarg *w, int len) argument
1633 sysctl_iflist_ifm(struct ifnet *ifp, const struct if_data *src_ifd, struct rt_addrinfo *info, struct walkarg *w, int len) argument
1667 sysctl_iflist_ifaml(struct ifaddr *ifa, struct rt_addrinfo *info, struct walkarg *w, int len) argument
1717 sysctl_iflist_ifam(struct ifaddr *ifa, struct rt_addrinfo *info, struct walkarg *w, int len) argument
1738 struct rt_addrinfo info; local
1805 struct rt_addrinfo info; local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dsh-dis.c111 print_insn_ddt (int insn, struct disassemble_info *info) argument
113 fprintf_ftype fprintf_fn = info->fprintf_func;
114 void *stream = info->stream;
128 if (info->mach != bfd_mach_sh_dsp
129 && info->mach != bfd_mach_sh3_dsp)
239 print_insn_ppi (int field_b, struct disassemble_info *info) argument
243 fprintf_ftype fprintf_fn = info->fprintf_func;
244 void *stream = info->stream;
273 && info->mach != bfd_mach_sh_dsp
274 && info
382 print_insn_sh(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.info.mk3 # The include file <bsd.info.mk> handles installing GNU (tech)info files.
12 # DESTDIR Change the tree where the info files gets installed. [not set]
20 # (info, dvi, latin1, ps, html). [info]
22 # ICOMPRESS_CMD Program to compress info files. Output is to
27 # INFO2HTML A program for converting GNU info files into HTML files
31 # called Info (see info(1)). [${SHAREDIR}/info]
33 # INFODIRFILE Top level node/index for info file
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dinfo.c39 svn_wc_info_dup(const svn_wc_info_t *info,
42 svn_wc_info_t *new_info = apr_pmemdup(pool, info, sizeof(*new_info));
44 if (info->changelist)
45 new_info->changelist = apr_pstrdup(pool, info->changelist);
46 new_info->checksum = svn_checksum_dup(info->checksum, pool);
47 if (info->conflicts)
52 = apr_array_make(pool, info->conflicts->nelts, info->conflicts->elt_size);
53 for (i = 0; i < info->conflicts->nelts; i++)
57 APR_ARRAY_IDX(info
38 svn_wc_info_dup(const svn_wc_info_t *info, apr_pool_t *pool) argument
79 build_info_for_node(svn_wc__info2_t **info, svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t kind, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
314 build_info_for_unversioned(svn_wc__info2_t **info, apr_pool_t *pool) argument
365 svn_wc__info2_t *info; local
512 svn_wc__info2_t *info; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dgenlink.h65 #define _bfd_generic_link_hash_traverse(table, func, info) \
69 (info)))
71 /* Get the generic link hash table from the info structure. This is
94 struct bfd_link_info *info; member in struct:generic_write_global_symbol_info
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhnd_bhndb.c50 struct bhnd_board_info *info)
55 if ((error = bhnd_bus_generic_read_board_info(dev, child, info)))
59 return (BHNDB_POPULATE_BOARD_INFO(device_get_parent(dev), dev, info));
49 bhnd_bhndb_read_board_info(device_t dev, device_t child, struct bhnd_board_info *info) argument
/freebsd-11-stable/sys/sys/
H A Delf32.h147 #define ELF32_R_SYM(info) ((info) >> 8)
148 #define ELF32_R_TYPE(info) ((unsigned char)(info))
166 Elf32_Half m_stride; /* stride info */
176 #define ELF32_M_SYM(info) ((info)>>8)
177 #define ELF32_M_SIZE(info) ((unsigned char)(info))
205 #define ELF32_ST_BIND(info) ((inf
[all...]
/freebsd-11-stable/stand/usb/storage/
H A Dumass_common.c66 uaa->info.bInterfaceClass != UICLASS_MASS ||
67 uaa->info.bInterfaceSubClass != UISUBCLASS_SCSI ||
68 uaa->info.bInterfaceProtocol != UIPROTO_MASS_BBB ||
/freebsd-11-stable/etc/rc.d/
H A Dpf32 if ! $pf_program -s info | grep -q "Enabled" ; then
40 if $pf_program -s info | grep -q "Enabled" ; then
71 $pf_program -s info
/freebsd-11-stable/tests/sys/kern/
H A Dreaper.c39 dummy_sighandler(int sig __unused, siginfo_t *info __unused, void *ctx __unused)
146 siginfo_t info; local
194 r = sigwaitinfo(&mask, &info);
196 ATF_CHECK_EQ(SIGCHLD, info.si_signo);
197 ATF_CHECK_EQ(CLD_EXITED, info.si_code);
198 ATF_CHECK_EQ(3, info.si_status);
199 ATF_CHECK_EQ(child, info.si_pid);
207 r = sigwaitinfo(&mask, &info);
209 ATF_CHECK_EQ(SIGCHLD, info.si_signo);
210 ATF_CHECK_EQ(CLD_EXITED, info
233 siginfo_t info; local
379 struct procctl_reaper_pidinfo info[10]; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigtimedwait.c53 siginfo_t info; local
60 r = sigtimedwait(&block, &info, &ts);
79 siginfo_t info; local
91 r = sigtimedwait(&sig, &info, NULL);
108 siginfo_t info; local
114 r = sigtimedwait(&block, &info, &ts);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DObjCPass.cpp37 Data.info.version = 0;
48 Data.info.flags = (uint32_t)objCConstraint;
52 Data.info.flags = 0;
56 Data.info.flags |= (swiftVersion << 8);
58 normalized::write32(Data.bytes + 4, Data.info.flags, isBig);
91 objc_image_info info; member in union:lld::mach_o::ObjCImageInfoAtom::__anon1152
105 // Add the image info.
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h47 #define TASK_TYPE_DETAILS_FORMAT(info) \
48 ((info->td_flags.task_serial || info->td_flags.tasking_ser) \
51 ((!(info->td_flags.tiedness)) ? ompt_task_untied : 0x0) | \
52 (info->td_flags.final ? ompt_task_final : 0x0) | \
53 (info->td_flags.merged_if0 ? ompt_task_mergeable : 0x0)
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c60 const char *name, struct ext2fs_htree_lookup_info *info);
64 struct ext2fs_htree_lookup_info *info);
71 static void ext2_htree_insert_entry(struct ext2fs_htree_lookup_info *info,
85 static void ext2_htree_release(struct ext2fs_htree_lookup_info *info);
87 static int ext2_htree_writebuf(struct ext2fs_htree_lookup_info *info);
101 struct ext2fs_htree_lookup_info *info)
107 int idx = info->h_levels_num - 1;
111 level = &info->h_levels[idx];
133 level = &info->h_levels[idx + 1];
192 ext2_htree_release(struct ext2fs_htree_lookup_info *info) argument
100 ext2_htree_check_next(struct inode *ip, uint32_t hash, const char *name, struct ext2fs_htree_lookup_info *info) argument
227 ext2_htree_find_leaf(struct inode *ip, const char *name, int namelen, uint32_t *hash, uint8_t *hash_ver, struct ext2fs_htree_lookup_info *info) argument
326 struct ext2fs_htree_lookup_info info; local
417 ext2_htree_writebuf(struct ext2fs_htree_lookup_info *info) argument
453 ext2_htree_insert_entry(struct ext2fs_htree_lookup_info *info, uint32_t hash, uint32_t blk) argument
629 struct ext2fs_htree_lookup_info info; local
729 struct ext2fs_htree_lookup_info info; local
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y317 if (cur_symbol->info.rinfo->valid_bitmask == 0)
318 cur_symbol->info.rinfo->valid_bitmask = 0xFF;
320 if (cur_symbol->info.rinfo->size == 0)
321 cur_symbol->info.rinfo->size = 1;
327 if (cur_symbol->info.rinfo->address == 0)
328 cur_symbol->info.rinfo->address =
331 cur_symbol->info.rinfo->size;
362 cur_symbol->info.rinfo->address = $2;
369 cur_symbol->info.rinfo->size = $2;
374 max_addr = scb_or_sram_symbol->info
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenconstants.c41 print_md_constant (void **slot, void *info) argument
44 FILE *file = (FILE *) info;
/freebsd-11-stable/sys/cddl/compat/opensolaris/rpc/
H A Dxdr.h46 xdrmem_control(XDR *xdrs, int request, void *info) argument
52 xptr = (xdr_bytesrec *)info;
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_smbios.c82 MTX_SYSINIT(ipmi_info, &ipmi_info_mtx, "ipmi info", MTX_DEF);
93 struct ipmi_get_info *info; local
100 info = arg;
101 bzero(info, sizeof(struct ipmi_get_info));
105 info->address = IPMI_BAR_ADDR(s->base_address) |
107 info->io_mode = IPMI_BAR_MODE(s->base_address);
110 info->offset = 1;
113 info->offset = 4;
116 info->offset = 2;
126 info
175 ipmi_smbios_probe(struct ipmi_get_info *info) argument
220 ipmi_smbios_identify(struct ipmi_get_info *info) argument
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dmsg.h67 msg_write_child(const char *info, struct msg_fds *fds, void *msg, size_t len) argument
73 printf("Send %s\n", info);
77 // printf("Wait %s\n", info);
85 msg_write_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) argument
91 printf("Send %s\n", info);
95 // printf("Wait %s\n", info);
103 msg_read_parent(const char *info, struct msg_fds *fds, void *msg, size_t len) argument
109 printf("Wait %s\n", info);
113 // printf("Send %s\n", info);
121 msg_read_child(const char *info, struc argument
[all...]

Completed in 200 milliseconds

1234567891011>>