Searched refs:os (Results 1 - 25 of 238) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DRecord.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
H A DAggregationValue.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
H A DExceptionHandler.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
H A DValueRecord.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
H A DSymbolValueRecord.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
H A DDTraceException.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
H A DResourceLimitException.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
H A DStackValueRecord.java9 * or http://www.opensolaris.org/os/licensing.
28 package org.opensolaris.os.dtrace;
/illumos-gate/usr/src/uts/common/sys/
H A Dreq.flg11 # or http://www.opensolaris.org/os/licensing.
29 echo_file usr/src/uts/common/os/priv_defs
30 echo_file usr/src/uts/common/os/privs.awk
/illumos-gate/usr/src/psm/stand/lib/boot/
H A Dinc.flg11 # or http://www.opensolaris.org/os/licensing.
30 echo_file usr/src/uts/sparc/os/bootops.c
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub123 os=-$maybe_os
129 then os=`echo $1 | sed 's/.*-/-/'`
130 else os=; fi
138 case $os in
139 -sun*os*)
149 os=
153 os=
159 os=-vxworks
163 os=-chorusos
167 os
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dcopyrightchk.py10 # or http://www.opensolaris.org/os/licensing.
31 import sys, os namespace
33 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib",
37 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
H A Dhdrchk.py10 # or http://www.opensolaris.org/os/licensing.
31 import sys, os, getopt namespace
33 sys.path.insert(1, os.path.join(os.path.dirname(__file__), "..", "lib",
37 sys.path.insert(2, os.path.join(os.path.dirname(__file__), '..'))
42 progname = os.path.split(sys.argv[0])[1]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c9 * or http://www.opensolaris.org/os/licensing.
92 dmu_objset_spa(objset_t *os) argument
94 return (os->os_spa);
98 dmu_objset_zil(objset_t *os) argument
100 return (os->os_zil);
104 dmu_objset_pool(objset_t *os) argument
108 if ((ds = os->os_dsl_dataset) != NULL && ds->ds_dir)
111 return (spa_get_dsl(os->os_spa));
115 dmu_objset_ds(objset_t *os) argument
117 return (os
121 dmu_objset_type(objset_t *os) argument
127 dmu_objset_name(objset_t *os, char *buf) argument
133 dmu_objset_id(objset_t *os) argument
141 dmu_objset_syncprop(objset_t *os) argument
147 dmu_objset_logbias(objset_t *os) argument
155 objset_t *os = arg; local
168 objset_t *os = arg; local
182 objset_t *os = arg; local
196 objset_t *os = arg; local
214 objset_t *os = arg; local
228 objset_t *os = arg; local
242 objset_t *os = arg; local
258 objset_t *os = arg; local
272 objset_t *os = arg; local
284 objset_t *os = arg; local
309 objset_t *os; local
497 objset_t *os; local
605 dmu_objset_rele(objset_t *os, void *tag) argument
624 dmu_objset_refresh_ownership(objset_t *os, void *tag) argument
645 dmu_objset_disown(objset_t *os, void *tag) argument
651 dmu_objset_evict_dbufs(objset_t *os) argument
701 dmu_objset_evict(objset_t *os) argument
727 dmu_objset_evict_done(objset_t *os) argument
757 dmu_objset_snap_cmtime(objset_t *os) argument
767 objset_t *os; local
879 objset_t *os; local
904 dmu_objset_create(const char *name, dmu_objset_type_t type, uint64_t flags, void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg) argument
1060 objset_t *os = arg; local
1089 objset_t *os = arg; local
1105 dmu_objset_sync(objset_t *os, zio_t *pio, dmu_tx_t *tx) argument
1201 dmu_objset_is_dirty(objset_t *os, uint64_t txg) argument
1216 dmu_objset_userused_enabled(objset_t *os) argument
1248 do_userquota_cacheflush(objset_t *os, userquota_cache_t *cache, dmu_tx_t *tx) argument
1304 dmu_objset_do_userquota_updates(objset_t *os, dmu_tx_t *tx) argument
1412 objset_t *os = dn->dn_objset; local
1512 dmu_objset_userspace_present(objset_t *os) argument
1519 dmu_objset_userspace_upgrade(objset_t *os) argument
1568 dmu_objset_space(objset_t *os, uint64_t *refdbytesp, uint64_t *availbytesp, uint64_t *usedobjsp, uint64_t *availobjsp) argument
1576 dmu_objset_fsid_guid(objset_t *os) argument
1582 dmu_objset_fast_stat(objset_t *os, dmu_objset_stats_t *stat) argument
1590 dmu_objset_stats(objset_t *os, nvlist_t *nv) argument
1605 dmu_objset_is_snapshot(objset_t *os) argument
1614 dmu_snapshot_realname(objset_t *os, char *name, char *real, int maxlen, boolean_t *conflict) argument
1629 dmu_snapshot_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp, boolean_t *case_conflict) argument
1668 dmu_dir_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp) argument
2077 dmu_objset_set_user(objset_t *os, void *user_ptr) argument
2084 dmu_objset_get_user(objset_t *os) argument
[all...]
H A Dddt_zap.c9 * or http://www.opensolaris.org/os/licensing.
38 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) argument
45 *objectp = zap_create_flags(os, 0, flags, DMU_OT_DDT_ZAP,
53 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) argument
55 return (zap_destroy(os, object, tx));
59 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) argument
65 error = zap_length_uint64(os, object, (uint64_t *)&dde->dde_key,
73 error = zap_lookup_uint64(os, object, (uint64_t *)&dde->dde_key,
84 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) argument
86 (void) zap_prefetch_uint64(os, objec
91 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) argument
104 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) argument
111 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) argument
138 ddt_zap_count(objset_t *os, uint64_t object) argument
[all...]
H A Ddmu_object.c9 * or http://www.opensolaris.org/os/licensing.
35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, argument
40 (DMU_META_DNODE(os)->dn_indblkshift - SPA_BLKPTRSHIFT);
43 mutex_enter(&os->os_obj_lock);
45 object = os->os_obj_next;
66 if (os->os_rescan_dnodes) {
68 os->os_rescan_dnodes = B_FALSE;
72 error = dnode_next_offset(DMU_META_DNODE(os),
78 os->os_obj_next = ++object;
86 (void) dnode_hold_impl(os, objec
105 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
125 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument
146 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) argument
172 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) argument
[all...]
H A Dbptree.c9 * or http://www.opensolaris.org/os/licensing.
62 bptree_alloc(objset_t *os, dmu_tx_t *tx) argument
68 obj = dmu_object_alloc(os, DMU_OTN_UINT64_METADATA,
76 VERIFY3U(0, ==, dmu_bonus_hold(os, obj, FTAG, &db));
90 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) argument
95 VERIFY3U(0, ==, dmu_bonus_hold(os, obj, FTAG, &db));
103 return (dmu_object_free(os, obj, tx));
107 bptree_is_empty(objset_t *os, uint64_t obj) argument
113 VERIFY0(dmu_bonus_hold(os, obj, FTAG, &db));
121 bptree_add(objset_t *os, uint64_ argument
187 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, void *arg, dmu_tx_t *tx) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h9 * or http://www.opensolaris.org/os/licensing.
138 #define DMU_META_DNODE(os) ((os)->os_meta_dnode.dnh_dnode)
139 #define DMU_USERUSED_DNODE(os) ((os)->os_userused_dnode.dnh_dnode)
140 #define DMU_GROUPUSED_DNODE(os) ((os)->os_groupused_dnode.dnh_dnode)
142 #define DMU_OS_IS_L2CACHEABLE(os) \
143 ((os)->os_secondary_cache == ZFS_CACHE_ALL || \
144 (os)
[all...]
H A Ddmu.h9 * or http://www.opensolaris.org/os/licensing.
274 void dmu_objset_rele(objset_t *os, void *tag);
275 void dmu_objset_disown(objset_t *os, void *tag);
278 void dmu_objset_evict_dbufs(objset_t *os);
280 void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg);
343 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
345 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
347 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
366 int dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx);
379 int dmu_object_next(objset_t *os, uint64_
[all...]
H A Dbptree.h9 * or http://www.opensolaris.org/os/licensing.
51 uint64_t bptree_alloc(objset_t *os, dmu_tx_t *tx);
52 int bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx);
53 boolean_t bptree_is_empty(objset_t *os, uint64_t obj);
55 void bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg,
58 int bptree_iterate(objset_t *os, uint64_t obj, boolean_t free,
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyinstr.d9 * or http://www.opensolaris.org/os/licensing.
45 os = copyinstr((uintptr_t)&`utsname);
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dofmt.c9 * or http://www.opensolaris.org/os/licensing.
185 ofmt_state_t *os; local
226 os = calloc(sizeof (ofmt_state_t) +
228 if (os == NULL)
230 *ofmt = os;
231 os->os_fields = (ofmt_field_t *)&os[1];
232 os->os_flags = flags;
234 of = os->os_fields;
248 int nbad = os
296 ofmt_state_t *os = ofmt; local
314 ofmt_print_field(ofmt_state_t *os, ofmt_field_t *ofp, const char *value, boolean_t escsep) argument
421 ofmt_state_t *os = ofmt; local
507 ofmt_print_header(ofmt_state_t *os) argument
526 ofmt_state_t *os = ofmt; local
542 ofmt_state_t *os = ofmt; local
[all...]
/illumos-gate/usr/src/test/
H A DMakefile19 SUBDIRS = libc-tests os-tests test-runner util-tests zfs-tests
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_noexecstack.sh18 /opt/os-tests/tests/secflags/stacky &
H A Dsecflags_aslr.sh69 check 32bit /opt/os-tests/tests/secflags/addrs-32
71 check 64bit /opt/os-tests/tests/secflags/addrs-64

Completed in 106 milliseconds

12345678910