Searched refs:ost (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/hexdump/data/ |
H A D | narrow1 | 8 87654f: 6f 73 74 20 | ost 42 8765d7: 6f 73 74 2e | ost.
|
H A D | width12 | 6 87654f: 6f737420 7461626c 650a3132 | ost table.12
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_realm.c | 357 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 D | ldap_principal2.c | 626 int ost = st; local 629 prepend_err_str(context, errbuf, st, ost);
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | ac.c | 1019 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 D | zfs_ioctl.c | 3931 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 D | dmu_objset.c | 1806 dmu_objset_register_type(dmu_objset_type_t ost, objset_used_cb_t *cb) in dmu_objset_register_type() argument 1808 used_cbs[ost] = cb; in dmu_objset_register_type()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 1018 extern void dmu_objset_register_type(dmu_objset_type_t ost,
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 3591 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()
|