Searched refs:ostype (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.str.d39 printf("sysname = %s", `ostype);
/freebsd-13-stable/contrib/sendmail/cf/cf/
H A DMakefile160 ${CFDIR}/ostype/aix3.m4 \
161 ${CFDIR}/ostype/aix4.m4 \
162 ${CFDIR}/ostype/altos.m4 \
163 ${CFDIR}/ostype/amdahl-uts.m4 \
164 ${CFDIR}/ostype/a-ux.m4 \
165 ${CFDIR}/ostype/bsd4.3.m4 \
166 ${CFDIR}/ostype/bsd4.4.m4 \
167 ${CFDIR}/ostype/bsdi.m4 \
168 ${CFDIR}/ostype/bsdi1.0.m4 \
169 ${CFDIR}/ostype/bsdi
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dtc.vers.c148 const Char *ostype = tgetenv(STROSTYPE); local
154 if (ostype == NULL)
155 ostype = STRunknown;
160 REV, VERS, PATCHLEVEL, ORIGIN, DATE, machtype, vendor, ostype,
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_misc.c60 hw_utsname.sysname = ostype;
/freebsd-13-stable/sys/dev/syscons/snake/
H A Dsnake_saver.c146 messagelen = sprintf(message, "%s %s", ostype, osrelease);
151 ostype, osrelease,
/freebsd-13-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh217 ostype=$(gdb_command $KERNEL 'printf "%s", ostype')
231 echo "$ostype $HOSTNAME $osrelease $version $machine"
/freebsd-13-stable/sys/conf/
H A Dnewvers.sh306 char ostype[] = "${TYPE}";
/freebsd-13-stable/sys/dev/syscons/daemon/
H A Ddaemon_saver.c363 messagelen = hostlen + 3 + strlen(ostype) + 1 +
373 sprintf(message, "%s - %s %s", prison0.pr_hostname, ostype, osrelease);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddsl_crypt.h199 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key);
/freebsd-13-stable/sys/dev/iir/
H A Diir_ctrl.c263 strcpy(p->name, ostype);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp471 llvm::Triple::OSType &ostype) {
474 ostype = llvm::Triple::OSType::AIX;
477 ostype = llvm::Triple::OSType::FreeBSD;
480 ostype = llvm::Triple::OSType::Linux;
483 ostype = llvm::Triple::OSType::NetBSD;
486 ostype = llvm::Triple::OSType::OpenBSD;
489 ostype = llvm::Triple::OSType::Solaris;
492 ostype = llvm::Triple::OSType::UnknownOS;
494 return ostype != llvm::Triple::OSType::UnknownOS;
519 llvm::Triple::OSType ostype; local
470 GetOsFromOSABI(unsigned char osabi_byte, llvm::Triple::OSType &ostype) argument
1322 llvm::Triple::OSType ostype; local
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_mib.c111 SYSCTL_STRING(_kern, KERN_OSTYPE, ostype, CTLFLAG_RD|CTLFLAG_MPSAFE|
112 CTLFLAG_CAPRD, ostype, 0, "Operating system type");
H A Dkern_xxx.c254 strcpy(s, ostype);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c1958 dmu_objset_type_t ostype, nvlist_t *nvl, dmu_tx_t *tx)
1968 if (ostype != DMU_OST_ZFS && ostype != DMU_OST_ZVOL)
2061 dsl_crypto_recv_raw_objset_sync(dsl_dataset_t *ds, dmu_objset_type_t ostype, argument
2094 dsl_dataset_get_blkptr(ds), ostype, nlevels, blksz,
2366 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key)
2372 dcrka.dcrka_ostype = ostype;
1957 dsl_crypto_recv_raw_objset_check(dsl_dataset_t *ds, dsl_dataset_t *fromds, dmu_objset_type_t ostype, nvlist_t *nvl, dmu_tx_t *tx) argument
2365 dsl_crypto_recv_raw(const char *poolname, uint64_t dsobj, uint64_t fromobj, dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key) argument
H A Ddsl_scan.c1804 dmu_objset_type_t ostype, dmu_tx_t *tx);
1806 dsl_scan_t *, dsl_dataset_t *ds, dmu_objset_type_t ostype,
1814 dsl_scan_recurse(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, argument
1844 ds, scn, ostype, tx);
1868 dsl_scan_visitdnode(scn, ds, ostype,
1916 dmu_objset_type_t ostype, dnode_phys_t *dnp,
1927 &czb, dnp, ds, scn, ostype, tx);
1935 &czb, dnp, ds, scn, ostype, tx); local
1946 dmu_objset_type_t ostype, dmu_tx_t *tx)
1991 if (dsl_scan_recurse(scn, ds, ostype, dn
1915 dsl_scan_visitdnode(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, dnode_phys_t *dnp, uint64_t object, dmu_tx_t *tx) argument
1944 dsl_scan_visitbp(blkptr_t *bp, const zbookmark_phys_t *zb, dnode_phys_t *dnp, dsl_dataset_t *ds, dsl_scan_t *scn, dmu_objset_type_t ostype, dmu_tx_t *tx) argument
[all...]
H A Dsa.c846 dmu_objset_type_t ostype = dmu_objset_type(os); local
867 if (ostype == DMU_OST_ZFS && sa_attr_count == 0)
875 if (ostype == DMU_OST_ZFS) {
949 if (ostype == DMU_OST_ZFS) {
1001 dmu_objset_type_t ostype = dmu_objset_type(os); local
1095 if (ostype == DMU_OST_ZFS) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp185 // $cputype:16777223;cpusubtype:3;ostype:Darwin;vendor:apple;endian:little;ptrsize:8;#00
215 response.PutCString("ostype:tvos;");
217 response.PutCString("ostype:watchos;");
219 response.PutCString("ostype:bridgeos;");
221 response.PutCString("ostype:ios;");
228 response.PutCString("ostype:macosx;");
1240 std::string ostype = std::string(proc_triple.getOSName()); local
1241 // Adjust so ostype reports ios for Apple/ARM and Apple/ARM64.
1248 ostype = "ios";
1255 response.Printf("ostype
[all...]
/freebsd-13-stable/sys/dev/ice/
H A Dice_lib.c1113 int ostype; local
1116 ostype = ice_get_phy_type_low(type);
1119 if (ostype == IFM_UNKNOWN)
1123 if (ice_is_bit_set(already_added, IFM_IDX(ostype)))
1126 ifmedia_add(media, IFM_ETHER | ostype, 0, NULL);
1127 ice_set_bit(IFM_IDX(ostype), already_added);
1133 int ostype; local
1136 ostype = ice_get_phy_type_high(type);
1139 if (ostype == IFM_UNKNOWN)
1143 if (ice_is_bit_set(already_added, IFM_IDX(ostype)))
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1205 llvm::Triple::OSType ostype = arch.IsValid() local
1208 if ((ostype == llvm::Triple::FreeBSD) ||
1209 (ostype == llvm::Triple::Linux) ||
1210 (ostype == llvm::Triple::NetBSD)) {
/freebsd-13-stable/contrib/sendmail/src/
H A Ddaemon.c3540 char *ostype = NULL; local
3806 ostype = p;
3818 charset = strchr(ostype, ',');
3828 if (sm_strncasecmp(ostype, "other", 5) == 0 &&
3829 (ostype[5] == ' ' || ostype[5] == '\0'))
/freebsd-13-stable/sys/sys/
H A Dsysctl.h1137 extern char ostype[];
/freebsd-13-stable/sys/nfs/
H A Dbootp_subr.c1202 ostype, MACHINE, osrelease);

Completed in 171 milliseconds