Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/cf/cf/
H A DMakefile126 ${CFDIR}/ostype/solaris2.m4 \
127 ${CFDIR}/ostype/solaris2.ml.m4 \
128 ${CFDIR}/ostype/solaris2.pre5.m4 \
129 ${CFDIR}/ostype/solaris8.m4
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DMakefile36 ostype/solaris8.m4 domain/solaris-generic.m4 \
118 $(ROOTETCMAILCF)/ostype/solaris2.m4 \
119 $(ROOTETCMAILCF)/ostype/solaris2.ml.m4 \
120 $(ROOTETCMAILCF)/ostype/solaris2.pre5.m4 \
121 $(ROOTETCMAILCF)/ostype/solaris8.m4 \
H A DREADME116 error when you try to build the configuration. Look at the ostype
262 at the "ostype" directory for the current list. This macro changes
271 the following variables (everything defaults, so an ostype file may be
274 the source contributors do not include corresponding ostype files.
4167 ostype Definitions describing a particular operating
/illumos-gate/usr/src/cmd/sendmail/cf/ostype/
H A Dsolaris2.pre5.m415 # This ostype file is suitable for use on Solaris 2.x systems that
H A Dsolaris8.m412 # This ostype file is suitable for use on Solaris 8 and later systems,
H A Dsolaris2.m414 # This ostype file is suitable for use on Solaris 2.x systems that
H A Dsolaris2.ml.m414 # This ostype file is suitable for use on Solaris 2.x systems that
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-network-smtp-sendmail.p5m124 dir path=etc/mail/cf/ostype group=mail
125 file path=etc/mail/cf/ostype/solaris2.m4 group=mail mode=0444
126 file path=etc/mail/cf/ostype/solaris2.ml.m4 group=mail mode=0444
127 file path=etc/mail/cf/ostype/solaris2.pre5.m4 group=mail mode=0444
128 file path=etc/mail/cf/ostype/solaris8.m4 group=mail mode=0444
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_crypt.h204 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key);
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dmsp.m431 dnl notice: do not test for QUEUE_DIR, it is set in some ostype/*.m4 files
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c844 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_attr_table_setup() local
865 if (ostype == DMU_OST_ZFS && sa_attr_count == 0) in sa_attr_table_setup()
873 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup()
947 if (ostype == DMU_OST_ZFS) { in sa_attr_table_setup()
998 dmu_objset_type_t ostype = dmu_objset_type(os); in sa_setup() local
1092 if (ostype == DMU_OST_ZFS) { in sa_setup()
H A Ddsl_scan.c1748 dmu_objset_type_t ostype, dmu_tx_t *tx);
1750 dsl_scan_t *, dsl_dataset_t *ds, dmu_objset_type_t ostype,
1758 dsl_scan_recurse(dsl_scan_t *scn, dsl_dataset_t *ds, dmu_objset_type_t ostype, in dsl_scan_recurse() argument
1786 ds, scn, ostype, tx); in dsl_scan_recurse()
1810 dsl_scan_visitdnode(scn, ds, ostype, in dsl_scan_recurse()
1858 dmu_objset_type_t ostype, dnode_phys_t *dnp, in dsl_scan_visitdnode() argument
1869 &czb, dnp, ds, scn, ostype, tx); in dsl_scan_visitdnode()
1877 &czb, dnp, ds, scn, ostype, tx); in dsl_scan_visitdnode()
1888 dmu_objset_type_t ostype, dmu_tx_t *tx) in dsl_scan_visitbp() argument
1927 if (dsl_scan_recurse(scn, ds, ostype, dnp, bp_toread, zb, tx) != 0) in dsl_scan_visitbp()
H A Ddsl_crypt.c1955 dmu_objset_type_t ostype, nvlist_t *nvl, dmu_tx_t *tx) in dsl_crypto_recv_raw_objset_check() argument
1965 if (ostype != DMU_OST_ZFS && ostype != DMU_OST_ZVOL) in dsl_crypto_recv_raw_objset_check()
2081 dsl_crypto_recv_raw_objset_sync(dsl_dataset_t *ds, dmu_objset_type_t ostype, in dsl_crypto_recv_raw_objset_sync() argument
2114 dsl_dataset_get_blkptr(ds), ostype, nlevels, blksz, in dsl_crypto_recv_raw_objset_sync()
2386 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key) in dsl_crypto_recv_raw() argument
2392 dcrka.dcrka_ostype = ostype; in dsl_crypto_recv_raw()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c3404 char *ostype = NULL; local
3672 ostype = p;
3684 charset = strchr(ostype, ',');
3694 if (sm_strncasecmp(ostype, "other", 5) == 0 &&
3695 (ostype[5] == ' ' || ostype[5] == '\0'))
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dcfhead.m454 include(_CF_DIR_`'ostype/$1.m4)POPDIVERT`'')
/illumos-gate/usr/src/
H A DTargetdirs155 /etc/mail/cf/ostype \