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

/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A DMakefile155 ${CFDIR}/ostype/aix3.m4 \
156 ${CFDIR}/ostype/aix4.m4 \
157 ${CFDIR}/ostype/altos.m4 \
158 ${CFDIR}/ostype/amdahl-uts.m4 \
159 ${CFDIR}/ostype/a-ux.m4 \
160 ${CFDIR}/ostype/bsd4.3.m4 \
161 ${CFDIR}/ostype/bsd4.4.m4 \
162 ${CFDIR}/ostype/bsdi.m4 \
163 ${CFDIR}/ostype/bsdi1.0.m4 \
164 ${CFDIR}/ostype/bsdi
[all...]
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_utsname.h38 #define IBCS2_UNAME_SYSNAME ostype
H A Dibcs2_xenix.c165 strncpy(ibcs2_sco_uname.sysname, ostype,
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.vers.c152 const Char *ostype = tgetenv(STROSTYPE); local
158 if (ostype == NULL)
159 ostype = STRunknown;
164 REV, VERS, PATCHLEVEL, ORIGIN, DATE, machtype, vendor, ostype,
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_misc.c48 utsname.sysname = ostype;
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmain.c57 char titlestr[80], *arch, *osrel, *ostype; local
204 ostype = getsysctlbyname("kern.ostype");
205 snprintf(titlestr, sizeof(titlestr), "%s/%s %s - %s", ostype, arch,
209 free(ostype);
/freebsd-9.3-release/sys/dev/syscons/snake/
H A Dsnake_saver.c144 messagelen = sprintf(message, "%s %s", ostype, osrelease);
149 ostype, osrelease,
/freebsd-9.3-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh154 ostype=$(echo -e printf '"%s", ostype' | gdb -x /dev/stdin -batch $KERNEL)
166 echo "$ostype $HOSTNAME $osrelease $version $machine"
/freebsd-9.3-release/sys/conf/
H A Dnewvers.sh154 char ostype[] = "${TYPE}";
/freebsd-9.3-release/sys/dev/syscons/daemon/
H A Ddaemon_saver.c361 messagelen = hostlen + 3 + strlen(ostype) + 1 +
371 sprintf(message, "%s - %s %s", prison0.pr_hostname, ostype, osrelease);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c385 dsl_dataset_t *ds, dsl_scan_t *scn, dmu_objset_type_t ostype,
388 dmu_objset_type_t ostype,
621 dsl_scan_recurse(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, argument
652 *bufp, ds, scn, ostype, tx);
683 dsl_scan_visitdnode(scn, ds, ostype,
724 dmu_objset_type_t ostype, dnode_phys_t *dnp, arc_buf_t *buf,
735 &czb, dnp, buf, ds, scn, ostype, tx);
743 &czb, dnp, buf, ds, scn, ostype, tx);
754 dsl_dataset_t *ds, dsl_scan_t *scn, dmu_objset_type_t ostype,
783 if (dsl_scan_recurse(scn, ds, ostype, dn
723 dsl_scan_visitdnode(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, dnode_phys_t *dnp, arc_buf_t *buf, uint64_t object, dmu_tx_t *tx) argument
752 dsl_scan_visitbp(blkptr_t *bp, const zbookmark_t *zb, dnode_phys_t *dnp, arc_buf_t *pbuf, dsl_dataset_t *ds, dsl_scan_t *scn, dmu_objset_type_t ostype, dmu_tx_t *tx) argument
[all...]
H A Dsa.c848 dmu_objset_type_t ostype = dmu_objset_type(os); local
869 if (ostype == DMU_OST_ZFS && sa_attr_count == 0)
877 if (ostype == DMU_OST_ZFS) {
951 if (ostype == DMU_OST_ZFS) {
1002 dmu_objset_type_t ostype = dmu_objset_type(os); local
1096 if (ostype == DMU_OST_ZFS) {
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stat.c389 /*extern char ostype[], osrelease[], version[], machine[];*/
400 strlcpy(sut.sysname, ostype, sizeof(sut.sysname));
425 str = ostype;
468 str = ostype;
/freebsd-9.3-release/sys/dev/iir/
H A Diir_ctrl.c310 strcpy(p->name, ostype);
/freebsd-9.3-release/sys/kern/
H A Dkern_mib.c105 SYSCTL_STRING(_kern, KERN_OSTYPE, ostype, CTLFLAG_RD|CTLFLAG_MPSAFE|
106 CTLFLAG_CAPRD, ostype, 0, "Operating system type");
H A Dkern_xxx.c295 strcpy(s, ostype);
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c3411 char *ostype = NULL; local
3679 ostype = p;
3691 charset = strchr(ostype, ',');
3701 if (sm_strncasecmp(ostype, "other", 5) == 0 &&
3702 (ostype[5] == ' ' || ostype[5] == '\0'))
/freebsd-9.3-release/sys/sys/
H A Dsysctl.h491 { "ostype", CTLTYPE_STRING }, \
755 extern char ostype[];
/freebsd-9.3-release/sys/nfs/
H A Dbootp_subr.c1323 ostype, MACHINE, osrelease);

Completed in 387 milliseconds