Searched refs:os (Results 51 - 75 of 695) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c48 * @defgroup os OS Required Functions
246 ocs_log_err(hw->os, "bad parameter hw=%p\n", hw);
280 ocs_log_debug(hw->os, "Function only supported for I/F type 2\n");
289 ocs_log_test(hw->os, "FW version is too old for this feature\n");
294 ocs_get_bus_dev_func(hw->os, &bus, &dev, &func);
305 ocs_log_test(hw->os, "set dump location command failed\n");
309 ocs_log_debug(hw->os, "Dump size %x\n", rsp->buffer_length);
324 * @param os Device abstraction.
332 ocs_hw_setup(ocs_hw_t *hw, ocs_os_handle_t os, sli4_port_type_e port_type) argument
338 ocs_log_err(os, "ba
[all...]
H A Docs_os.h160 * @ingroup os
171 * @ingroup os
189 * @ingroup os
207 * @ingroup os
230 * @ingroup os
241 * @ingroup os
251 * @ingroup os
261 * @ingroup os
276 * @ingroup os
286 * @ingroup os
471 ocs_max_dma_alloc(ocs_os_handle_t os, size_t align) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp93 llvm::raw_svector_ostream os(S);
95 os << "Call to '" << FName << "' uses";
107 os << " memory within";
109 os << " the block variable '";
111 os << " the local variable '";
112 os << VR->getDecl()->getName() << '\'';
116 os << " memory within";
117 os << " the instance variable '" << IVR->getDecl()->getName() << '\'';
119 os << " heap-allocated memory";
128 os << " stac
[all...]
H A DStackAddrEscapeChecker.cpp59 static SourceRange genName(raw_ostream &os, const MemRegion *R,
68 SourceRange StackAddrEscapeChecker::genName(raw_ostream &os, const MemRegion *R, argument
74 os << "Address of ";
79 os << "stack memory associated with a compound literal "
87 os << "stack memory allocated by call to alloca() on line "
93 os << "stack-allocated block declared on line "
96 os << "stack memory associated with local variable '" << VR->getString()
101 os << "stack memory associated with temporary object of type '";
102 Ty.print(os, Ctx.getPrintingPolicy());
103 os << "'";
[all...]
H A DCStringSyntaxChecker.cpp228 llvm::raw_svector_ostream os(S);
229 os << "Potential buffer overflow. ";
231 os << "Replace with 'sizeof(" << DstName << ") "
233 os << " or u";
235 os << "U";
236 os << "se a safer 'strlcat' API";
239 "C String API", os.str(), Loc,
253 llvm::raw_svector_ostream os(S);
254 os << "The third argument allows to potentially copy more bytes than it should. ";
255 os << "Replac
[all...]
H A DDereferenceChecker.cpp43 static void AddDerefSource(raw_ostream &os,
52 DereferenceChecker::AddDerefSource(raw_ostream &os, argument
65 os << " (" << (loadedFrom ? "loaded from" : "from")
73 os << " (" << (loadedFrom ? "loaded from" : "via")
81 os << " (" << (loadedFrom ? "loaded from" : "via")
132 llvm::raw_svector_ostream os(buf);
138 os << "Array access";
140 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts(),
142 os << " results in a null pointer dereference";
146 os << "Arra
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/ftruncate/
H A D11.t9 [ "${os}" = "FreeBSD" ] || quick_exit
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
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...]
/freebsd-11-stable/contrib/subversion/subversion/svnbench/
H A Dhelp-cmd.c44 svn_cl__help(apr_getopt_t *os,
80 return svn_opt_print_help5(os,
42 svn_cl__help(apr_getopt_t *os, void *baton, apr_pool_t *pool) argument
H A Dutil.c48 apr_getopt_t *os,
55 os,
45 svn_cl__args_to_target_array_print_reserved(apr_array_header_t **targets, apr_getopt_t *os, const apr_array_header_t *known_targets, svn_client_ctx_t *ctx, svn_boolean_t keep_last_origpath_on_truepath_collision, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp45 static void writeHeader(raw_ostream &os, uint64_t vma, uint64_t lma, argument
48 os << format("%16llx %16llx %8llx %5lld ", vma, lma, size, align);
50 os << format("%8llx %8llx %8llx %5lld ", vma, lma, size, align);
88 raw_string_ostream os(str[i]);
92 writeHeader(os, vma, lma, syms[i]->getSize(), 1);
93 os << indent16 << toString(*syms[i]);
108 static void printEhFrame(raw_ostream &os, const EhFrameSection *sec) { argument
134 writeHeader(os, osec->addr + p.outputOff, osec->getLMA() + p.outputOff,
136 os << indent8 << toString(p.sec->file) << ":(" << p.sec->name << "+0x"
147 raw_fd_ostream os(confi
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dos.c18 /* $Id: os.c,v 1.8 2007/06/19 23:47:19 tbox Exp $ */
22 #include <isc/os.h>
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-event.h32 #include <dev/nxge/include/xge-os-pal.h>
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py9 import os namespace
15 scriptsdir = os.path.dirname(os.path.realpath(sys.modules[__name__].__file__))
16 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy'))
24 if os.path.isdir(wpas_ctrl):
26 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp89 std::stringstream os; local
104 os << std::setw(width - 3) << std::right << "0.00" << std::setw(3)
106 return os.str();
118 os << std::fixed << std::setprecision(2) << std::setw(width - 3)
122 return os.str();
126 os << std::setprecision(2) << std::fixed << std::right << std::setw(width - 3)
129 return os.str();
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h9 * or http://www.opensolaris.org/os/licensing.
123 uint64_t zap_create_flags(objset_t *os, int normflags, zap_flags_t flags,
126 uint64_t zap_create_link(objset_t *os, dmu_object_type_t ot,
132 void mzap_create_impl(objset_t *os, uint64_t obj, int normflags,
199 int zap_lookup_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key,
202 int zap_prefetch_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key,
240 int zap_update_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key,
253 int zap_length_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key,
266 int zap_remove_uint64(objset_t *os, uint64_t zapobj, const uint64_t *key,
281 int zap_value_search(objset_t *os, uint64_
[all...]
H A Ddmu.h9 * or http://www.opensolaris.org/os/licensing.
281 void dmu_objset_rele(objset_t *os, void *tag);
282 void dmu_objset_disown(objset_t *os, void *tag);
285 void dmu_objset_evict_dbufs(objset_t *os);
287 void (*func)(objset_t *os, void *arg, cred_t *cr, dmu_tx_t *tx), void *arg);
357 uint64_t dmu_object_alloc(objset_t *os, dmu_object_type_t ot,
359 uint64_t dmu_object_alloc_ibs(objset_t *os, dmu_object_type_t ot, int blocksize,
362 int dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot,
364 int dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot,
383 int dmu_object_free(objset_t *os, uint64_
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp152 raw_fd_ostream os(name, ec, sys::fs::OF_None);
156 os << "EXPORTS\n";
158 os << " " << e.exportName << " "
163 os << " DATA";
165 os << "\n";
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp91 /// Write information about the type state change to {@code os},
93 static bool shouldGenerateNote(llvm::raw_string_ostream &os, argument
108 os << "Object released by directly sending the '-dealloc' message";
124 os << "Object autoreleased";
129 os << "Reference count decremented.";
131 os << "Reference count incremented.";
134 os << " The object now has a +" << Count << " retain count.";
142 os << "Strong instance variable relinquished. ";
144 os << "Object released.";
152 os << "Objec
210 generateDiagnosticsForCallLike(ProgramStateRef CurrSt, const LocationContext *LCtx, const RefVal &CurrV, SymbolRef &Sym, const Stmt *S, llvm::raw_string_ostream &os) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c202 subcommand__help(apr_getopt_t *os, void *baton, apr_pool_t *pool)
213 SVN_ERR(svn_opt_print_help5(os, "svnfsfs",
241 apr_getopt_t *os;
267 SVN_ERR(svn_cmdline__getopt_init(&os, argc, argv, pool));
269 os->interleave = 1;
277 apr_err = apr_getopt_long(os, options_table, &opt_id, &opt_arg);
349 if (os->ind >= os->argc)
375 SVN_ERR(svn_utf_cstring_to_utf8(&first_arg, os->argv[os
200 subcommand__help(apr_getopt_t *os, void *baton, apr_pool_t *pool) argument
238 apr_getopt_t *os; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp41 void SymIntExpr::dumpToStream(raw_ostream &os) const {
42 os << '(';
43 getLHS()->dumpToStream(os);
44 os << ") "
47 os << getRHS().getZExtValue();
49 os << getRHS().getSExtValue();
51 os << 'U';
54 void IntSymExpr::dumpToStream(raw_ostream &os) const {
56 os << getLHS().getZExtValue();
58 os << getLH
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_ocsp.c225 ASN1_OCTET_STRING *os = a; local
227 memcpy(*pp, os->data, os->length);
228 *pp += os->length;
230 return os->length;
235 ASN1_OCTET_STRING *os, **pos; local
238 os = ASN1_OCTET_STRING_new();
240 os = *pos;
241 if (!ASN1_OCTET_STRING_set(os, *pp, length))
247 *pos = os;
[all...]
/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c154 ASN1_OCTET_STRING *os; local
155 os = ASN1_OCTET_STRING_new();
156 if (!os)
158 if (!ASN1_STRING_set(os, md, mdlen)
160 V_ASN1_OCTET_STRING, os)) {
161 ASN1_OCTET_STRING_free(os);
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dupgrade-cmd.c46 svn_cl__upgrade(apr_getopt_t *os,
56 SVN_ERR(svn_cl__args_to_target_array_print_reserved(&targets, os,
44 svn_cl__upgrade(apr_getopt_t *os, void *baton, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/pjdfstest/tests/truncate/
H A D11.t9 [ "${os}" = "FreeBSD" ] || quick_exit

Completed in 342 milliseconds

1234567891011>>