Searched refs:os (Results 176 - 200 of 469) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspace_map.h9 * or http://www.opensolaris.org/os/licensing.
164 uint64_t space_map_alloc(objset_t *os, dmu_tx_t *tx);
167 int space_map_open(space_map_t **smp, objset_t *os, uint64_t object,
H A Ddmu_send.h9 * or http://www.opensolaris.org/os/licensing.
78 boolean_t dmu_objset_is_receiving(objset_t *os);
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chown/
H A D09.t9 [ "${os}:${fs}" = "FreeBSD:UFS" ] || quick_exit
H A D08.t11 case "${os}:${fs}" in
40 case "${os}:${fs}" in
/freebsd-9.3-release/tools/regression/pjdfstest/tests/link/
H A D16.t9 [ "${os}" = "FreeBSD" ] || quick_exit
H A D12.t11 case "${os}:${fs}" in
52 case "${os}:${fs}" in
/freebsd-9.3-release/tools/regression/pjdfstest/tests/open/
H A D14.t9 [ "${os}:${fs}" = "FreeBSD:UFS" ] || quick_exit
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rename/
H A D08.t11 case "${os}:${fs}" in
/freebsd-9.3-release/tools/regression/pjdfstest/tests/truncate/
H A D10.t9 [ "${os}:${fs}" = "FreeBSD:UFS" ] || quick_exit
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c9 * or http://www.opensolaris.org/os/licensing.
470 objset_t *os; local
476 err = dmu_objset_from_ds(ds, &os);
489 if (dmu_objset_type(os) == DMU_OST_ZFS) {
491 if (zfs_get_zplprop(os, ZFS_PROP_VERSION, &version) != 0) {
506 drr->drr_u.drr_begin.drr_type = dmu_objset_type(os);
530 dsp->dsa_os = os;
1279 restore_object(struct restorearg *ra, objset_t *os, struct drr_object *drro) argument
1297 err = dmu_object_info(os, drro->drr_object, NULL);
1310 tx = dmu_tx_create(os);
1365 restore_freeobjects(struct restorearg *ra, objset_t *os, struct drr_freeobjects *drrfo) argument
1389 restore_write(struct restorearg *ra, objset_t *os, struct drr_write *drrw) argument
1435 restore_write_byref(struct restorearg *ra, objset_t *os, struct drr_write_byref *drrwbr) argument
1486 restore_spill(struct restorearg *ra, objset_t *os, struct drr_spill *drrs) argument
1537 restore_free(struct restorearg *ra, objset_t *os, struct drr_free *drrf) argument
1573 objset_t *os; local
1959 dmu_objset_is_receiving(objset_t *os) argument
[all...]
H A Ddnode.c9 * or http://www.opensolaris.org/os/licensing.
368 dnode_create(objset_t *os, dnode_phys_t *dnp, dmu_buf_impl_t *db, argument
408 mutex_enter(&os->os_lock);
409 list_insert_head(&os->os_dnodes, dn);
415 dn->dn_objset = os;
416 mutex_exit(&os->os_lock);
428 objset_t *os = dn->dn_objset; local
432 mutex_enter(&os->os_lock);
434 list_remove(&os->os_dnodes, dn);
435 mutex_exit(&os
785 objset_t *os; local
943 dnode_special_open(objset_t *os, dnode_phys_t *dnp, uint64_t object, dnode_handle_t *dnh) argument
1002 dnode_hold_impl(objset_t *os, uint64_t object, int flag, void *tag, dnode_t **dnp) argument
1139 dnode_hold(objset_t *os, uint64_t object, void *tag, dnode_t **dnp) argument
1202 objset_t *os = dn->dn_objset; local
1704 objset_t *os = dn->dn_objset; local
[all...]
H A Dzfs_ioctl.c9 * or http://www.opensolaris.org/os/licensing.
328 objset_t *os; local
330 if (dmu_objset_hold(name, FTAG, &os) == 0) {
332 ret = (dmu_objset_id(os) == spa_bootfs(dmu_objset_spa(os)));
333 dmu_objset_rele(os, FTAG);
363 objset_t *os; local
366 if (dmu_objset_hold(name, FTAG, &os) == 0) {
369 if (dmu_objset_type(os) != DMU_OST_ZFS) {
370 dmu_objset_rele(os, FTA
579 objset_t *os; local
1430 objset_t *os; local
1824 objset_t *os; local
1853 objset_t *os; local
2084 zfs_ioc_objset_stats_impl(zfs_cmd_t *zc, objset_t *os) argument
2128 objset_t *os; local
2179 nvl_add_zplprop(objset_t *os, nvlist_t *props, zfs_prop_t prop) argument
2206 objset_t *os; local
2272 objset_t *os; local
2329 objset_t *os; local
3062 zfs_create_cb(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx) argument
3092 zfs_fill_zplprops_impl(objset_t *os, uint64_t zplver, boolean_t fuids_ok, boolean_t sa_ok, nvlist_t *createprops, nvlist_t *zplprops, boolean_t *is_ci) argument
3174 objset_t *os = NULL; local
3543 objset_t *os; local
4758 objset_t *os; local
4949 objset_t *os = NULL; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp218 bool printAllocDeallocName(raw_ostream &os, CheckerContext &C,
223 void printExpectedAllocName(raw_ostream &os, CheckerContext &C,
227 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
310 static bool SummarizeValue(raw_ostream &os, SVal V);
311 static bool SummarizeRegion(raw_ostream &os, const MemRegion *MR);
428 llvm::raw_svector_ostream os(buf);
430 os << "Reallocation of " << ArgIndex << llvm::getOrdinalSuffix(ArgIndex)
433 return os.str();
893 bool MallocChecker::printAllocDeallocName(raw_ostream &os, CheckerContext &C, argument
901 os << *F
933 printExpectedAllocName(raw_ostream &os, CheckerContext &C, const Expr *E) const argument
945 printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const argument
1125 SummarizeValue(raw_ostream &os, SVal V) argument
1138 SummarizeRegion(raw_ostream &os, const MemRegion *MR) argument
[all...]
H A DRetainCountChecker.cpp1789 llvm::raw_string_ostream os(sbuf);
1797 os << "NSArray literal is an object with a +0 retain count";
1800 os << "NSDictionary literal is an object with a +0 retain count";
1804 os << "NSNumber literal is an object with a +0 retain count";
1813 os << *BoxClass << " b";
1815 os << "B";
1817 os << "oxed expression produces an object with a +0 retain count";
1825 os << "Call to function '" << *FD << '\'';
1827 os << "function call";
1837 os << "Metho
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java9 * or http://www.opensolaris.org/os/licensing.
29 import org.opensolaris.os.dtrace.*;
H A DTestProbeData.java9 * or http://www.opensolaris.org/os/licensing.
30 import org.opensolaris.os.dtrace.*;
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c71 type1.os[0] = 0;
72 type1.os[1] = 0;
197 type1.os[0] = 0;
198 type1.os[1] = 0;
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dca.c563 * @param os data in the other name.
574 const heim_octet_string *os)
581 gn.u.otherName.value = *os;
604 heim_octet_string os; local
665 ASN1_MALLOC_ENCODE(KRB5PrincipalName, os.data, os.length, &p, &size, ret);
670 if (size != os.length)
676 &os);
677 free(os.data);
697 heim_octet_string os; local
571 hx509_ca_tbs_add_san_otherName(hx509_context context, hx509_ca_tbs tbs, const heim_oid *oid, const heim_octet_string *os) argument
[all...]
H A Dreq.c175 heim_octet_string data, os; local
217 &os);
221 r.signature.data = os.data;
222 r.signature.length = os.length * 8;
/freebsd-9.3-release/crypto/openssh/regress/
H A Dreexec.sh48 if [ "$os" != "cygwin" ]; then
/freebsd-9.3-release/lib/libmilter/
H A DMakefile33 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxge-queue.h32 #include <dev/nxge/include/xge-os-pal.h>
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenfunc.h32 #include <machine/xen/xen-os.h>
/freebsd-9.3-release/sys/i386/xen/
H A Dmptable.c43 #include <machine/xen/xen-os.h>
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chmod/
H A D11.t65 case "${os}" in
95 case "${os}" in

Completed in 155 milliseconds

1234567891011>>