Home
last modified time | relevance | path

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

12

/netbsd/sys/sys/
H A Dsystm.h80 extern const char ostype[]; /* system type */
/netbsd/sys/compat/ultrix/
H A Dultrix_misc.c414 strncpy(sut.sysname, ostype, sizeof(sut.sysname) - 1); in ultrix_sys_uname()
/netbsd/sys/nfs/
H A Dnfs_bootdhcp.c471 snprintf(vci, sizeof(vci), "%s:%s:kernel:%s", ostype, MACHINE, in bootp_addvend()
/netbsd/sys/kern/
H A Dvfs_lookup.c159 slen = strlen(ostype); in symlink_magic()
160 SUBSTITUTE("ostype", ostype, slen); in symlink_magic()
/netbsd/sys/miscfs/procfs/
H A Dprocfs_linux.c722 postype = ostype; in procfs_doversion()
/netbsd/sys/compat/linux/arch/alpha/
H A Dlinux_osf1.c579 string = ostype; in linux_sys_osf1_sysinfo()
/netbsd/sys/compat/sunos/
H A Dsunos_misc.c659 strlcpy(sut.sysname, ostype, sizeof(sut.sysname)); in sunos_sys_uname()
/netbsd/sys/dev/vmt/
H A Dvmt_subr.c389 VM_GUEST_INFO_OS_NAME_FULL, ostype, osrelease, machine_arch) != 0) { in vmt_update_guest_info()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.c3852 compute_objsize (tree dest, int ostype, tree *pdecl /* = NULL */, in compute_objsize() argument
3864 ostype &= 3; in compute_objsize()
3866 if (ostype) in compute_objsize()
3875 if (compute_builtin_object_size (dest, ostype, &size, pdecl, poff)) in compute_objsize()
3910 if (tree size = compute_objsize (dest, ostype, pdecl, poff)) in compute_objsize()
3944 if (tree size = compute_objsize (dest, ostype, pdecl, poff)) in compute_objsize()
3975 if (!ostype) in compute_objsize()
3995 if (tree size = compute_objsize (ref, ostype, pdecl, poff)) in compute_objsize()
H A Dtree-ssa-strlen.cc2077 const int ostype = rawmem ? 0 : 1; in maybe_warn_overflow() local
2086 tree destsize = compute_objsize (dest, stmt, ostype, &aref, &ptr_qry); in maybe_warn_overflow()
H A DChangeLog-20211452 (access_data::ostype): New member.
20823 (handle_mem_ref): Clear ostype.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.c3852 compute_objsize (tree dest, int ostype, tree *pdecl /* = NULL */, in compute_objsize() argument
3864 ostype &= 3; in compute_objsize()
3866 if (ostype) in compute_objsize()
3875 if (compute_builtin_object_size (dest, ostype, &size, pdecl, poff)) in compute_objsize()
3910 if (tree size = compute_objsize (dest, ostype, pdecl, poff)) in compute_objsize()
3944 if (tree size = compute_objsize (dest, ostype, pdecl, poff)) in compute_objsize()
3975 if (!ostype) in compute_objsize()
3995 if (tree size = compute_objsize (ref, ostype, pdecl, poff)) in compute_objsize()
/netbsd/sys/compat/sunos32/
H A Dsunos32_misc.c881 strlcpy(sut.sysname, ostype, sizeof(sut.sysname)); in sunos32_sys_uname()
/netbsd/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-howard-rfc2307bis-xx.txt294 hostos-<ostype>
297 machine, and ostype is a string representing a particular operating
/netbsd/sys/fs/nfs/common/
H A Dbootp_subr.c1291 ostype, MACHINE, osrelease); in bootpc_compose_query()

12