Home
last modified time | relevance | path

Searched refs:ost (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c357 int ost = st; local
360 ldap_err2string(ost));
846 int ost = st; local
848 …error_message (context, st, gettext("Kerberos Container create FAILED: %s"), ldap_err2string(ost));
881 int ost = st; local
883 …error_message (context, st, gettext("Security Container update FAILED: %s"), ldap_err2string(ost));
935 int ost = st; in krb5_ldap_delete_krbcontainer() local
937 …error_message (context, st, gettext("Kerberos Container delete FAILED: %s"), ldap_err2string(ost)); in krb5_ldap_delete_krbcontainer()
1381 int ost = st; local
1383 …b5_set_error_message (context, st, gettext("Policy object read failed: %s"), ldap_err2string(ost));
H A Dldap_principal2.c626 int ost = st; local
629 prepend_err_str(context, errbuf, st, ost);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dac.c1019 ac_kstat_stat(sysc_cfga_rstate_t rst, sysc_cfga_ostate_t ost) in ac_kstat_stat() argument
1027 switch (ost) { in ac_kstat_stat()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3931 dmu_objset_type_t ost; in zfs_ioc_destroy() local
3937 ost = dmu_objset_type(os); in zfs_ioc_destroy()
3940 if (ost == DMU_OST_ZFS) in zfs_ioc_destroy()
3976 if (ost == DMU_OST_ZVOL && err == 0) in zfs_ioc_destroy()
4217 dmu_objset_type_t ost; in zfs_ioc_rename() local
4233 ost = dmu_objset_type(os); in zfs_ioc_rename()
4244 if (ost == DMU_OST_ZFS) { in zfs_ioc_rename()
4259 if (ost == DMU_OST_ZVOL) in zfs_ioc_rename()
H A Ddmu_objset.c1804 dmu_objset_register_type(dmu_objset_type_t ost, objset_used_cb_t *cb) in dmu_objset_register_type() argument
1806 used_cbs[ost] = cb; in dmu_objset_register_type()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h1018 extern void dmu_objset_register_type(dmu_objset_type_t ost,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3591 enum lzc_dataset_type ost; in zfs_create() local
3625 ost = LZC_DATSET_TYPE_ZVOL; in zfs_create()
3627 ost = LZC_DATSET_TYPE_ZFS; in zfs_create()
3702 ret = lzc_create(path, ost, props, wkeydata, wkeylen); in zfs_create()