Home
last modified time | relevance | path

Searched refs:os (Results 1 – 25 of 1887) sorted by relevance

12345678910>>...76

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c479 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
480 os->os_flags = os->os_phys->os_flags; in dmu_objset_open_impl()
486 os->os_phys = os->os_phys_buf->b_data; in dmu_objset_open_impl()
604 os->os_zil_header = os->os_phys->os_zil_header; in dmu_objset_open_impl()
605 os->os_zil = zil_alloc(os, &os->os_zil_header); in dmu_objset_open_impl()
950 spa_evicting_os_register(os->os_spa, os); in dmu_objset_evict()
997 spa_evicting_os_deregister(os->os_spa, os); in dmu_objset_evict_done()
1092 os->os_flags = os->os_phys->os_flags; in dmu_objset_create_impl_dnstats()
1494 status = os->os_upgrade_cb(os); in dmu_objset_upgrade_task_cb()
1697 arc_release(os->os_phys_buf, &os->os_phys_buf); in dmu_objset_sync()
[all …]
H A Ddmu_object.c57 os->os_obj_next_percpu_len]; in dmu_object_alloc_impl()
91 mutex_enter(&os->os_obj_lock); in dmu_object_alloc_impl()
92 ASSERT0(P2PHASE(os->os_obj_next_chunk, in dmu_object_alloc_impl()
94 object = os->os_obj_next_chunk; in dmu_object_alloc_impl()
127 if (os->os_rescan_dnodes) { in dmu_object_alloc_impl()
129 os->os_rescan_dnodes = B_FALSE; in dmu_object_alloc_impl()
147 os->os_obj_next_chunk = in dmu_object_alloc_impl()
151 mutex_exit(&os->os_obj_lock); in dmu_object_alloc_impl()
354 struct dsl_dataset *ds = os->os_dsl_dataset; in dmu_object_next()
371 error = dmu_object_info(os, i, &doi); in dmu_object_next()
[all …]
H A Dddt_zap.c46 *objectp = zap_create_flags(os, 0, flags, DMU_OT_DDT_ZAP, in ddt_zap_create()
54 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) in ddt_zap_destroy() argument
56 return (zap_destroy(os, object, tx)); in ddt_zap_destroy()
60 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) in ddt_zap_lookup() argument
66 error = zap_length_uint64(os, object, (uint64_t *)&dde->dde_key, in ddt_zap_lookup()
74 error = zap_lookup_uint64(os, object, (uint64_t *)&dde->dde_key, in ddt_zap_lookup()
126 zap_cursor_init_noprefetch(&zc, os, object); in ddt_zap_walk()
128 zap_cursor_init_serialized(&zc, os, object, *walk); in ddt_zap_walk()
134 error = zap_lookup_uint64(os, object, (uint64_t *)za.za_name, in ddt_zap_walk()
150 ddt_zap_count(objset_t *os, uint64_t object) in ddt_zap_count() argument
[all …]
H A Dbptree.c62 bptree_alloc(objset_t *os, dmu_tx_t *tx) in bptree_alloc() argument
68 obj = dmu_object_alloc(os, DMU_OTN_UINT64_METADATA, in bptree_alloc()
76 VERIFY3U(0, ==, dmu_bonus_hold(os, obj, FTAG, &db)); in bptree_alloc()
90 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) in bptree_free() argument
103 return (dmu_object_free(os, obj, tx)); in bptree_free()
107 bptree_is_empty(objset_t *os, uint64_t obj) in bptree_is_empty() argument
113 VERIFY0(dmu_bonus_hold(os, obj, FTAG, &db)); in bptree_is_empty()
198 err = dmu_bonus_hold(os, obj, FTAG, &db); in bptree_iterate()
247 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
269 dmu_write(os, obj, i * sizeof (bte), in bptree_iterate()
[all …]
H A Dzap_micro.c389 zap->zap_objset = os; in mzap_open()
478 objset_t *os = dmu_buf_get_objset(db); in zap_lockdir_impl() local
485 zap = mzap_open(os, obj, db); in zap_lockdir_impl()
513 zap->zap_objset = os; in zap_lockdir_impl()
700 return (zap_create_claim_norm_dnsize(os, obj, in zap_create_claim_dnsize()
724 mzap_create_impl(os, obj, normflags, 0, tx); in zap_create_claim_norm_dnsize()
729 zap_create(objset_t *os, dmu_object_type_t ot, in zap_create() argument
759 mzap_create_impl(os, obj, normflags, 0, tx); in zap_create_norm_dnsize()
786 VERIFY(dmu_object_set_blocksize(os, obj, in zap_create_flags_dnsize()
802 return (dmu_object_free(os, zapobj, tx)); in zap_destroy()
[all …]
H A Ddmu.c713 dn = DMU_META_DNODE(os); in dmu_prefetch()
894 tx = dmu_tx_create(os); in dmu_free_long_range_impl()
959 tx = dmu_tx_create(os); in dmu_free_long_object()
1161 dmu_tx_t *tx = dmu_tx_create(os); in dmu_object_remap_one_indirect()
1736 abuf = arc_loan_raw_buf(os->os_spa, dmu_objset_id(os), in dmu_copy_from_buf()
1744 abuf = arc_loan_buf(os->os_spa, in dmu_copy_from_buf()
1766 objset_t *os = dn->dn_objset; in dmu_assign_arcbuf_by_dnode() local
1790 os = dn->dn_objset; in dmu_assign_arcbuf_by_dnode()
1949 tx = dmu_tx_create(os); in dmu_sync_late_arrival()
2031 objset_t *os = db->db_objset; in dmu_sync() local
[all …]
H A Dzvol.c492 objset_t *os; in zvol_create_minor() local
554 zv->zv_objset = os; in zvol_create_minor()
555 if (dmu_objset_is_snapshot(os) || !spa_writeable(dmu_objset_spa(os))) in zvol_create_minor()
629 objset_t *os; in zvol_first_open() local
640 zv->zv_objset = os; in zvol_first_open()
831 objset_t *os; in zvol_set_volsize() local
855 zv->zv_objset = os; in zvol_set_volsize()
857 os = zv->zv_objset; in zvol_set_volsize()
1181 objset_t *os; in zvol_strategy() local
1214 os = zv->zv_objset; in zvol_strategy()
[all …]
H A Dbpobj.c41 spa_t *spa = dmu_objset_spa(os); in bpobj_alloc_empty()
42 dsl_pool_t *dp = dmu_objset_pool(os); in bpobj_alloc_empty()
49 VERIFY(zap_add(os, in bpobj_alloc_empty()
58 return (bpobj_alloc(os, blocksize, tx)); in bpobj_alloc_empty()
63 bpobj_decr_empty(objset_t *os, dmu_tx_t *tx) in bpobj_decr_empty() argument
65 dsl_pool_t *dp = dmu_objset_pool(os); in bpobj_decr_empty()
104 VERIFY3U(0, ==, bpobj_open(&bpo, os, obj)); in bpobj_free()
124 VERIFY3U(0, ==, dmu_buf_hold(os, in bpobj_free()
132 bpobj_free(os, objarray[blkoff], tx); in bpobj_free()
153 err = dmu_object_info(os, object, &doi); in bpobj_open()
[all …]
H A Dzfs_vfsops.c417 objset_t *os = NULL; in zfs_register_callbacks() local
437 os = zfsvfs->z_os; in zfs_register_callbacks()
525 ds = dmu_objset_ds(os); in zfs_register_callbacks()
1043 zfsvfs->z_os = os; in zfsvfs_init()
1178 objset_t *os; in zfsvfs_create() local
2253 objset_t *os; in zfs_umount() local
2330 os = zfsvfs->z_os; in zfs_umount()
2336 if (os != NULL) { in zfs_umount()
2484 objset_t *os; in zfs_resume_fs() local
2705 if (os != NULL) { in zfs_get_zplprop()
[all …]
H A Ddmu_recv.c406 objset_t *os; in dmu_recv_begin_sync() local
517 os->os_encrypted = B_TRUE; in dmu_recv_begin_sync()
678 objset_t *os; in dmu_recv_resume_begin_sync() local
813 objset_t *os; member
864 objset_t *os; member
1328 tx = dmu_tx_create(rwa->os); in receive_object()
1531 tx = dmu_tx_create(rwa->os); in receive_write()
1605 ref_os = rwa->os; in receive_write_byref()
1620 tx = dmu_tx_create(rwa->os); in receive_write_byref()
2511 rwa.os = ra.os; in dmu_recv_stream()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out42 …serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari…
45os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio…
53 …deserialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensola…
56os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio…
65 …encoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o…
76 …decoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o…
269os.dtrace.PrintaRecord[snaptime = 1234567890, aggregations = [org.opensolaris.os.dtrace.Aggregatio…
310os.dtrace.PrintaRecord[snaptime = 1234567890, aggregations = [org.opensolaris.os.dtrace.Aggregatio…
556 …s.os.dtrace.Aggregate[snaptime = 1234567890, aggregations = [org.opensolaris.os.dtrace.Aggregation…
579 …s.os.dtrace.Aggregate[snaptime = 1234567890, aggregations = [org.opensolaris.os.dtrace.Aggregation…
[all …]
H A Dtst.MultiAggPrinta.ksh.out1os.dtrace.ProbeData[epid = 1, enabledProbeDescription = dtrace:::BEGIN, flow = null, records = [or…
5 …rg.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name =…
13os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
21os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, rec…
23os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = c, id = 4, rec…
25 …g.opensolaris.os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = …
27os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
33os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
39os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
45os.dtrace.PrintaRecord[aggregations = [org.opensolaris.os.dtrace.Aggregation[name = a, id = 2, rec…
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub139 -sun*os*)
149 os=
153 os=
182 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
213 os=`echo $os | sed -e 's/windowsnt/winnt/'`
216 os=-psos
220 os=-mint
277 os=-none
688 os=-mvs
771 os=-ose
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ostest.p5m32 dir path=opt/os-tests
34 dir path=opt/os-tests/bin
36 dir path=opt/os-tests/runfiles
38 dir path=opt/os-tests/tests
41 dir path=opt/os-tests/tests/cores
50 dir path=opt/os-tests/tests/ddi_ufm
54 dir path=opt/os-tests/tests/definit
63 dir path=opt/os-tests/tests/execvpe
79 dir path=opt/os-tests/tests/ilstr
94 dir path=opt/os-tests/tests/ksid
[all …]
/illumos-gate/usr/src/lib/libofmt/common/
H A Dofmt.c238 if (os == NULL) in ofmt_open()
240 *ofmt = os; in ofmt_open()
241 os->os_fields = (ofmt_field_t *)&os[1]; in ofmt_open()
279 os->os_maxnamelen = MAX(n, os->os_maxnamelen); in ofmt_open()
294 if (os != NULL) in ofmt_open()
316 if (os == NULL) in ofmt_close()
323 free(os); in ofmt_close()
455 if ((os->os_nrow++ % os->os_winsize.ws_row) == 0 && in ofmt_print()
469 os->os_lastfield = (i + 1 == os->os_nfields); in ofmt_print()
499 os->os_lastfield = (i + 1 == os->os_nfields); in ofmt_print()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h192 #define DMU_META_DNODE(os) ((os)->os_meta_dnode.dnh_dnode) argument
193 #define DMU_USERUSED_DNODE(os) ((os)->os_userused_dnode.dnh_dnode) argument
194 #define DMU_GROUPUSED_DNODE(os) ((os)->os_groupused_dnode.dnh_dnode) argument
195 #define DMU_PROJECTUSED_DNODE(os) ((os)->os_projectused_dnode.dnh_dnode) argument
197 #define DMU_OS_IS_L2CACHEABLE(os) \ argument
214 void dmu_objset_rele(objset_t *os, void *tag);
223 uint64_t dmu_objset_fsid_guid(objset_t *os);
228 void dmu_objset_evict_dbufs(objset_t *os);
241 void dmu_objset_evict(objset_t *os);
245 int dmu_objset_userspace_upgrade(objset_t *os);
[all …]
H A Ddmu.h332 void dmu_objset_rele(objset_t *os, void *tag);
336 void dmu_objset_evict_dbufs(objset_t *os);
457 int dmu_object_next(objset_t *os, uint64_t *objectp,
779 dmu_tx_t *dmu_tx_create(objset_t *os);
990 uint64_t dmu_objset_fsid_guid(objset_t *os);
995 timestruc_t dmu_objset_snap_cmtime(objset_t *os);
997 int dmu_objset_is_snapshot(objset_t *os);
999 extern struct spa *dmu_objset_spa(objset_t *os);
1000 extern struct zilog *dmu_objset_zil(objset_t *os);
1005 extern uint64_t dmu_objset_id(objset_t *os);
[all …]
H A Dzap.h134 uint64_t zap_create_flags_dnsize(objset_t *os, int normflags,
138 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot,
140 uint64_t zap_create_link_dnsize(objset_t *os, dmu_object_type_t ot,
146 void mzap_create_impl(objset_t *os, uint64_t obj, int normflags,
300 int zap_value_search(objset_t *os, uint64_t zapobj,
311 int zap_join_key(objset_t *os, uint64_t fromobj, uint64_t intoobj,
324 int zap_lookup_int(objset_t *os, uint64_t obj, uint64_t value);
329 int zap_add_int_key(objset_t *os, uint64_t obj,
331 int zap_update_int_key(objset_t *os, uint64_t obj,
333 int zap_lookup_int_key(objset_t *os, uint64_t obj,
[all …]
/illumos-gate/usr/src/test/os-tests/runfiles/
H A Ddefault.run29 [/opt/os-tests/tests/poll_test]
68 [/opt/os-tests/tests/sdevfs]
72 [/opt/os-tests/tests/stress]
76 [/opt/os-tests/tests/timer]
83 [/opt/os-tests/tests/sockfs]
91 [/opt/os-tests/tests/pf_key]
102 [/opt/os-tests/tests/ksid]
105 [/opt/os-tests/tests/i386]
121 [/opt/os-tests/tests/uccid]
145 [/opt/os-tests/tests/cores]
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py128 os.unlink(fpath)
254 os.system(cmd)
256 os.system(cmd)
334 if os.path.isfile(os.path.join(root, genunix)):
778 os.path.isfile(os.path.join(baseWsRoot, genunix)) and
779 os.path.isfile(os.path.join(ptchWsRoot, genunix))):
878 os.system(cmd1)
879 os.system(cmd2)
1170 if quiet and os.stat(base)[ST_SIZE] != os.stat(ptch)[ST_SIZE] :
1473 baseRoot = os.path.abspath(baseRoot) + os.sep
[all …]
H A Dcddlchk.py32 import sys, os, io, getopt, fnmatch
34 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib",
38 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
70 if os.path.isdir(filename):
84 progname = os.path.split(sys.argv[0])[1]
107 path = os.path.join(dirname, f)
109 if not os.path.isdir(path):
117 if os.path.isdir(path):
118 os.path.walk(path, walker, opts)
H A Dmapfilechk.py32 import sys, os, io, getopt, fnmatch
34 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib",
38 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
70 if os.path.isdir(filename):
84 progname = os.path.split(sys.argv[0])[1]
105 path = os.path.join(dirname, f)
107 if not os.path.isdir(path):
115 if os.path.isdir(path):
116 os.path.walk(path, walker, opts)
H A Dhdrchk.py32 import sys, os, io, getopt
34 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib",
38 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
43 progname = os.path.split(sys.argv[0])[1]
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun31 import os
257 old = os.umask(0)
260 os.umask(old)
414 odir = os.path.join(self.outputdir, os.path.basename(self.pre))
420 odir = os.path.join(self.outputdir, os.path.basename(self.post))
523 odir = os.path.join(self.outputdir, os.path.basename(self.pre))
526 odir = os.path.join(self.outputdir, os.path.basename(self.post))
670 elif os.path.isdir(os.path.join(testdir, sectiondir)):
857 if os.path.isdir(pathname) or os.path.islink(pathname):
860 if os.path.isfile(pathname) and os.access(pathname, os.X_OK):
[all …]
/illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/
H A DMakefile.test14 OBJS= exclude.o unknown-os-exclude.o stub.o
23 unknown-os-exclude.o: exclude.o
48 test.unknown-os: unknown-os-exclude.o stub.o
49 ld -zfatal-warnings -r unknown-os-exclude.o stub.o -o test.unknown-os

12345678910>>...76