Searched refs:ost (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | ingenic,sysost.yaml | 22 - ingenic,x1000-ost 23 - ingenic,x2000-ost 32 const: ost 51 ost: timer@12000000 { 52 compatible = "ingenic,x1000-ost"; 58 clock-names = "ost";
|
| H A D | ingenic,tcu.yaml | 185 - ingenic,jz4725b-ost 186 - ingenic,jz4770-ost 188 - const: ingenic,jz4780-ost 189 - const: ingenic,jz4770-ost 198 const: ost 274 ost: timer@e0 { 275 compatible = "ingenic,jz4770-ost"; 279 clock-names = "ost";
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 2192 bzero(ost, sizeof(*ost)); in cvtstat() 2193 ost->st_dev = st->st_dev; in cvtstat() 2194 ost->st_ino = st->st_ino; in cvtstat() 2197 ost->st_uid = st->st_uid; in cvtstat() 2198 ost->st_gid = st->st_gid; in cvtstat() 2207 ost->st_gen = st->st_gen; in cvtstat() 2221 ost->st_dev = st->st_dev; in freebsd11_cvtstat() 2234 ost->st_ino = st->st_ino; in freebsd11_cvtstat() 2261 ost->st_uid = st->st_uid; in freebsd11_cvtstat() 2280 ost->st_lspare = 0; in freebsd11_cvtstat() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/mips/ingenic/ |
| H A D | jz4780.dtsi | 94 ost: timer@e0 { label 95 compatible = "ingenic,jz4780-ost", "ingenic,jz4770-ost"; 99 clock-names = "ost";
|
| H A D | jz4725b.dtsi | 91 ost: timer@e0 { label 92 compatible = "ingenic,jz4725b-ost"; 96 clock-names = "ost";
|
| H A D | jz4770.dtsi | 105 ost: timer@e0 { label 106 compatible = "ingenic,jz4770-ost"; 110 clock-names = "ost";
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 669 void cvtstat(struct stat *st, struct ostat *ost); 671 int freebsd11_cvtstat(struct stat *st, struct freebsd11_stat *ost);
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 1013 extern void dmu_objset_register_type(dmu_objset_type_t ost,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 3871 dmu_objset_type_t ost; in zfs_ioc_destroy() local 3877 ost = dmu_objset_type(os); in zfs_ioc_destroy() 3880 if (ost == DMU_OST_ZFS) in zfs_ioc_destroy() 4323 dmu_objset_type_t ost; in zfs_ioc_rename() local 4340 ost = dmu_objset_type(os); in zfs_ioc_rename() 4351 if (ost == DMU_OST_ZFS && !nounmount) { in zfs_ioc_rename()
|
| H A D | dmu_objset.c | 1747 dmu_objset_register_type(dmu_objset_type_t ost, file_info_cb_t *cb) in dmu_objset_register_type() argument 1749 file_cbs[ost] = cb; in dmu_objset_register_type()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 3616 enum lzc_dataset_type ost; in zfs_create() local 3654 ost = LZC_DATSET_TYPE_ZVOL; in zfs_create() 3656 ost = LZC_DATSET_TYPE_ZFS; in zfs_create() 3731 ret = lzc_create(path, ost, props, wkeydata, wkeylen); in zfs_create()
|