Searched refs:zd (Results 1 – 4 of 4) sorted by relevance
| /onnv-gate/usr/src/lib/libc/port/sys/ |
| H A D | zone.c | 44 zone_def zd; in zone_create() local 49 zd.zone_name = name; in zone_create() 50 zd.zone_root = root; in zone_create() 51 zd.zone_privs = privs; in zone_create() 52 zd.zone_privssz = d->pd_setsize; in zone_create() 53 zd.rctlbuf = rctls; in zone_create() 54 zd.rctlbufsz = rctlsz; in zone_create() 55 zd.zfsbuf = zfs; in zone_create() 56 zd.zfsbufsz = zfssz; in zone_create() 57 zd.extended_error = extended_error; in zone_create() [all …]
|
| /onnv-gate/usr/src/cmd/ztest/ |
| H A D | ztest.c | 217 typedef void ztest_func_t(ztest_ds_t *zd, uint64_t id); 931 ztest_object_lock(ztest_ds_t *zd, uint64_t object, rl_type_t type) in ztest_object_lock() argument 933 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)]; in ztest_object_lock() 939 ztest_object_unlock(ztest_ds_t *zd, uint64_t object) in ztest_object_unlock() argument 941 rll_t *rll = &zd->zd_object_lock[object & (ZTEST_OBJECT_LOCKS - 1)]; in ztest_object_unlock() 947 ztest_range_lock(ztest_ds_t *zd, uint64_t object, uint64_t offset, in ztest_range_lock() argument 951 rll_t *rll = &zd->zd_range_lock[hash & (ZTEST_RANGE_LOCKS - 1)]; in ztest_range_lock() 976 ztest_zd_init(ztest_ds_t *zd, objset_t *os) in ztest_zd_init() argument 978 zd->zd_os = os; in ztest_zd_init() 979 zd->zd_zilog = dmu_objset_zil(os); in ztest_zd_init() [all …]
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | zone.c | 4028 zone_dataset_t *zd; in parse_zfs() local 4044 zd = kmem_alloc(sizeof (zone_dataset_t), KM_SLEEP); in parse_zfs() 4053 zd->zd_dataset = kmem_alloc(len + 1, KM_SLEEP); in parse_zfs() 4054 bcopy(dataset, zd->zd_dataset, len); in parse_zfs() 4055 zd->zd_dataset[len] = '\0'; in parse_zfs() 4057 list_insert_head(&zone->zone_datasets, zd); in parse_zfs() 6436 zone_dataset_t *zd; in zone_dataset_visible() local 6450 for (zd = list_head(&zone->zone_datasets); zd != NULL; in zone_dataset_visible() 6451 zd = list_next(&zone->zone_datasets, zd)) { in zone_dataset_visible() 6453 len = strlen(zd->zd_dataset); in zone_dataset_visible() [all …]
|
| /onnv-gate/usr/src/cmd/terminfo/ |
| H A D | termcap | 2544 zd|abm85|Kimtron ABM 85:\
|