Searched refs:app (Results 51 - 75 of 89) sorted by relevance

1234

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_node.h54 node = ctx->app; \
H A Docs_els.c65 int32_t status, uint32_t ext_status, void *app);
241 els->els_sm.app = els;
1965 * @param app Callback private argument.
1971 ocs_bls_send_acc_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app) argument
1973 ocs_io_t *io = app;
1992 * @param app Callback private argument.
1998 ocs_els_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app) argument
2004 ocs_assert(app, -1);
2005 abort_io = app;
2115 els = ctx->app; \
[all...]
H A Docs_scsi.c317 * @param app Application-specific data (generally a pointer to the IO context).
324 int32_t status, uint32_t ext_status, void *app)
326 ocs_io_t *io = app;
545 ocs_log_debug(ocs, "app tag check error, lba %" PRId64 "\n", scsi_dif_info.lba + i);
598 * @brief Check the app tag of dif data
601 * Using the dif_info for the transfer, check the app tag.
605 * @param exp_app_tag The value the app tag is expected to be.
608 * @return Returns TRUE if app tag check is ok.
617 ocs_log_debug(ocs, "expected app tag 0x%x, actual 0x%x\n",
627 * Using the dif_info for the transfer, check the app ta
323 ocs_target_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app) argument
1864 ocs_target_abort_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app) argument
2010 ocs_target_bls_resp_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app) argument
2138 ocs_initiator_io_cb(ocs_hw_io_t *hio, ocs_remote_node_t *rnode, uint32_t length, int32_t status, uint32_t ext_status, void *app) argument
[all...]
H A Docs_cam.c95 io->tgt_io.app = NULL;
703 tmfio->tgt_io.app = abortio;
1674 io->tgt_io.app = ccb;
1825 io->tgt_io.app = ccb;
2404 abortio = io->tgt_io.app;
2758 if (io->tgt_io.app) {
2760 ((union ccb *)(io->tgt_io.app))->ccb_h.flags);
2762 ((union ccb *)(io->tgt_io.app))->ccb_h.status);
H A Docs_hw.c2458 sport->ctx.app = sport;
2816 domain->sm.app = domain;
9967 ocs_sli_port_t *sport = ctx->app;
9994 ocs_sli_port_t *sport = ctx->app;
10019 ocs_sli_port_t *sport = ctx->app;
10050 ocs_sli_port_t *sport = ctx->app;
10084 ocs_sli_port_t *sport = ctx->app;
10131 ocs_sli_port_t *sport = ctx->app;
10159 ocs_sli_port_t *sport = ctx->app;
10192 ocs_sli_port_t *sport = ctx->app;
[all...]
H A Docs_node.c443 node->sm.app = node;
1235 ocs_assert(ctx->app, NULL);
1236 node = ctx->app;
1625 node = ctx->app;
1675 node = ctx->app;
H A Docs_fabric.c950 ocs_node_t *node = ctx->app;
1216 ocs_assert(ctx->app, NULL);
1217 node = ctx->app;
H A Docs_sport.c165 sport->sm.app = sport;
442 sport = ctx->app; \
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak117 -@erase "$(INTDIR)\app.obj"
214 "$(INTDIR)\app.obj" \
310 -@erase "$(INTDIR)\app.obj"
311 -@erase "$(INTDIR)\app.sbr"
483 "$(INTDIR)\app.sbr" \
571 "$(INTDIR)\app.obj" \
698 SOURCE=.\app.c
703 "$(INTDIR)\app.obj" : $(SOURCE) "$(INTDIR)"
709 "$(INTDIR)\app.obj" "$(INTDIR)\app
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c647 aproxy_t *a, **app; local
649 for (app = &ap_proxylist; ((a = *app) != NULL); app = &a->apr_next) {
653 *app = a->apr_next;
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp695 class atf_check : public atf::application::app {
723 app(m_description, "atf-check(1)"),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc65 // Prevent the client app from overwriting the zone contents.
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_sstream.h166 if (_M_mode & (ios_base::ate | ios_base::app))
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-init.c54 #include <octeon-app-init.h>
298 /* app info structure used by the simple exec */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc757 // app-specific key and failing that with the global key. If none are found
766 // app-specific key and failing that with the global key. If none are found
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dios_base.h352 * - app
362 static const openmode app = _S_app; member in class:ios_base
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dios.cpp117 const ios_base::openmode ios_base::app; member in class:ios_base
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp370 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp212 std::ofstream OF(CFPath, std::ofstream::out | std::ofstream::app);
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec240 %attr(0644,root,root) %config /usr/X11R6/lib/X11/app-defaults/SshAskpass
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c18 /* $Id: app.c,v 1.64 2009/11/04 05:58:46 marka Exp $ */
37 #include <isc/app.h>
52 * For BIND9 internal applications built with threads, we use a single app
54 * For other cases (including BIND9 built without threads) an app context acts
/freebsd-11-stable/sys/dev/iir/
H A Diir.h749 void gdt_readapp_event(u_int8_t app, gdt_evt_str *estr);
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.am240 efi-app-ia32.lo \
419 efi-app-ia32.c \
563 efi-app-ia64.lo \
564 efi-app-x86_64.lo \
594 efi-app-ia64.c \
595 efi-app-x86_64.c \
1294 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1827 efi-app-ia64.lo: efi-app
[all...]
H A DMakefile.in489 efi-app-ia32.lo \
668 efi-app-ia32.c \
813 efi-app-ia64.lo \
814 efi-app-x86_64.lo \
844 efi-app-ia64.c \
845 efi-app-x86_64.c \
1873 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
2406 efi-app-ia64.lo: efi-app
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ioctl.c1391 /* XXX user app should send raw frame? */
2295 struct ieee80211_appie *app = *aie; local
2300 if (app != NULL) {
2302 IEEE80211_FREE(app, M_80211_NODE_IE);
2329 if (app != NULL)
2330 IEEE80211_FREE(app, M_80211_NODE_IE);

Completed in 303 milliseconds

1234