Home
last modified time | relevance | path

Searched refs:ostype (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc634 int ostype, bool skip_null, in merge_ref() argument
658 qry.put_ref (arg, aref, ostype); in merge_ref()
739 int ostype /* = 1 */, in get_ref() argument
1482 int ostype /* = 1 */) in get_ref() argument
1916 ostype = 0; in handle_component_ref()
1918 if (ostype == 0) in handle_component_ref()
1967 ostype = 0; in handle_mem_ref()
2075 qry->put_ref (ptr, *pref, ostype); in handle_ssa_name()
2092 qry->put_ref (ptr, *pref, ostype); in handle_ssa_name()
2099 qry->put_ref (ptr, *pref, ostype); in handle_ssa_name()
[all …]
H A Dpointer-query.h243 int ostype; member
268 inline tree compute_objsize (tree ptr, int ostype, access_ref *pref) in compute_objsize() argument
270 return compute_objsize (ptr, nullptr, ostype, pref, (range_query *)nullptr); in compute_objsize()
276 inline tree compute_objsize (tree ptr, int ostype, tree *pdecl = nullptr,
279 return compute_objsize (ptr, nullptr, ostype, pdecl, poff, rvals);
H A Dgimple-ssa-warn-restrict.c680 int ostype = 1; in builtin_access() local
701 ostype = 0; in builtin_access()
709 ostype = 0; in builtin_access()
717 ostype = 0; in builtin_access()
767 if (tree dstsize = compute_objsize (addr, ostype)) in builtin_access()
781 if (tree srcsize = compute_objsize (addr, ostype)) in builtin_access()
H A Dgimple-ssa-warn-restrict.cc701 int ostype = 1; in builtin_access() local
722 ostype = 0; in builtin_access()
730 ostype = 0; in builtin_access()
738 ostype = 0; in builtin_access()
782 if (ptrqry.get_ref (dst.base, call, &aref, ostype) && aref.base0) in builtin_access()
791 if (ptrqry.get_ref (src.base, call, &aref, ostype) && aref.base0) in builtin_access()
/netbsd/sys/arch/atari/stand/bootxx/
H A Dbootxx.c77 od->ostype = &od->osname[1]; in bootxx()
111 " options [none]:\n\033e", od->ostype, od->osname); in usr_info()
143 od->ostype = p; in usr_info()
157 c = od->ostype[0]; in usr_info()
/netbsd/external/mpl/bind/dist/util/
H A Dmksymtbl.pl27 my ($binname, $need_uscorefix, $outputfile, $nsyms, $ostype, $nm_prog);
40 $ostype = `uname -s`;
41 chop($ostype);
/netbsd/tests/kernel/
H A Dt_magic_symlinks.sh141 atf_test_case ostype cleanup
248 atf_add_test_case ostype
/netbsd/sys/compat/common/
H A Dkern_info_43.c148 char *ostype; member
259 strlen(ostype) + strlen(cpu_model) + in compat_43_sys_getkerninfo()
283 COPY(ostype); in compat_43_sys_getkerninfo()
H A Dkern_info_09.c124 strncpy(outsname.sysname, ostype, sizeof(outsname.sysname)); in compat_09_sys_uname()
/netbsd/lib/librumpuser/
H A Drumpfiber_sp.c46 const char *ostype, const char *osrelease, const char *machine) in rumpuser_sp_init() argument
H A Drumpuser_sp.c1307 const char *ostype, const char *osrelease, const char *machine) in rumpuser_sp_init() argument
1327 PROTOMAJOR, PROTOMINOR, ostype, osrelease, machine); in rumpuser_sp_init()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_scan.c397 dmu_objset_type_t ostype, dmu_tx_t *tx);
399 dmu_objset_type_t ostype,
647 dsl_scan_recurse(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, in dsl_scan_recurse() argument
679 ds, scn, ostype, tx); in dsl_scan_recurse()
707 dsl_scan_visitdnode(scn, ds, ostype, in dsl_scan_recurse()
755 dmu_objset_type_t ostype, dnode_phys_t *dnp, in dsl_scan_visitdnode() argument
764 czb, dnp, ds, scn, ostype, tx); in dsl_scan_visitdnode()
771 czb, dnp, ds, scn, ostype, tx); in dsl_scan_visitdnode()
782 dmu_objset_type_t ostype, dmu_tx_t *tx) in dsl_scan_visitbp() argument
810 if (dsl_scan_recurse(scn, ds, ostype, dnp, bp_toread, zb, tx) != 0) in dsl_scan_visitbp()
H A Dsa.c846 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_attr_table_setup() local
867 if (ostype == DMU_OST_ZFS && sa_attr_count == 0) in sa_attr_table_setup()
875 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup()
949 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup()
1000 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_setup() local
1094 if (ostype == DMU_OST_ZFS) { in sa_setup()
/netbsd/sys/arch/atari/stand/tostools/libtos/
H A Dtosdefs.h81 const char * ostype; member
/netbsd/external/cddl/osnet/sys/kern/
H A Dmisc.c82 strlcpy(utsname.sysname, ostype, sizeof(utsname.sysname)); in opensolaris_utsname_init()
/netbsd/sys/conf/
H A Dnewvers.sh255 const char ostype[] = "${ost}";
/netbsd/sys/modules/luasystm/
H A Dluasystm.c198 lua_pushstring(L, ostype); in luaopen_systm()
/netbsd/sys/rump/kern/lib/libsysproxy/
H A Dsysproxy.c63 return rumpuser_sp_init(url, ostype, osrelease, MACHINE); in rump_init_server()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c680 int ostype = 1; in builtin_access() local
701 ostype = 0; in builtin_access()
709 ostype = 0; in builtin_access()
717 ostype = 0; in builtin_access()
767 if (tree dstsize = compute_objsize (addr, ostype)) in builtin_access()
781 if (tree srcsize = compute_objsize (addr, ostype)) in builtin_access()
/netbsd/sys/dev/ic/
H A Dicp_ioctl.c205 strcpy(osv->name, ostype); in icpioctl()
/netbsd/sys/dev/ieee1394/
H A Dfwcrom.c557 extern const char ostype[]; in main()
588 crom_add_simple_text(&src, &root, &text[0], ostype); in main()
/netbsd/sys/kern/
H A Dinit_sysctl_base.c147 NULL, 0, __UNCONST(&ostype), 0,
H A Dinit_main.c1182 ostype, osrelease, kernel_ident); in banner()
/netbsd/sys/dev/usb/
H A Dusbroothub.c475 buflen = usb_makestrdesc(sd, len, ostype); in roothub_ctrl_start()
/netbsd/sys/arch/arm/arm32/
H A Dcpu.c819 ostype); in identify_arm_cpu()

12