Searched refs:app (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.hpp60 friend class app;
69 // The "app" class.
72 class app { class in namespace:atf::application
98 app(const std::string&, const std::string&);
99 virtual ~app(void);
H A Dapplication.cpp104 impl::app::app(const std::string& description, function in class:impl::app
114 impl::app::~app(void)
119 impl::app::inited(void)
124 impl::app::options_set
125 impl::app::options(void)
131 impl::app::specific_args(void)
137 impl::app::options_set
138 impl::app
[all...]
H A Dapplication_test.cpp34 class getopt_app : public atf::application::app {
36 getopt_app(void) : app("description", "manpage") {}
/freebsd-11-stable/stand/efi/
H A DMakefile.inc3 # Options used when building app-specific efi components
23 EFI_TARGET= efi-app-x86_64
25 EFI_TARGET= efi-app-ia32
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.h64 #define obj_app_file(name, app) ecoff_new_file (name, app)
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_pkcs11.in46 app-fatal true
56 app-fatal true
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile.amd6411 efi-app-x86_64.c \
12 efi-app-ia32.c \
H A DMakefile.i3867 efi-app-ia32.c \
/freebsd-11-stable/bin/sh/
H A Dalias.c64 struct alias *ap, **app; local
66 app = hashalias(name);
67 for (ap = *app; ap; ap = ap->next) {
82 ap->next = *app;
83 *app = ap;
91 struct alias *ap, **app; local
93 app = hashalias(name);
95 for (ap = *app; ap; app = &(ap->next), ap = ap->next) {
108 *app
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchures.c610 const bfd_arch_info_type * const *app, *ap; local
613 for (app = bfd_archures_list; *app != NULL; app++)
615 for (ap = *app; ap != NULL; ap = ap->next)
643 const bfd_arch_info_type * const *app; local
648 for (app = bfd_archures_list; *app != NULL; app++)
651 for (ap = *app; a
1147 const bfd_arch_info_type * const *app, *ap; local
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie.c239 al_reg_write32(&regs->app.parity->en_core,
242 al_reg_write32_masked(&regs->app.int_grp_b->mask,
478 uint32_t port_init = al_reg_read32(regs->app.global_ctrl.port_init);
496 info_0 = al_reg_read32(&regs->app.debug->info_0);
831 al_reg_write32(regs->app.soc_int[pf_num].mask_inta_leg_0, (1 << 21));
834 al_reg_write32(regs->app.soc_int[pf_num].mask_inta_leg_3, (1 << 18));
850 * Backup the value of the app.int_grp_a.mask_a register, because
851 * app.int_grp_a.mask_clear_a gets overwritten during the write to
852 * app.soc.mask_msi_leg_0 register.
853 * Restore the original value after the write to app
[all...]
H A Dal_hal_pcie_regs.h223 struct al_pcie_rev1_w_regs __iomem app; member in struct:al_pcie_rev1_regs
235 struct al_pcie_rev2_w_regs __iomem app; member in struct:al_pcie_rev2_regs
247 struct al_pcie_rev3_w_regs __iomem app; member in struct:al_pcie_rev3_regs
382 struct al_pcie_w_regs app; member in struct:al_pcie_regs
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_dcb.c249 dcbcfg->app[i].priority = (u8)((buf[offset] &
252 dcbcfg->app[i].selector = (u8)((buf[offset] &
255 dcbcfg->app[i].protocolid = (buf[offset + 1] << 0x8) |
257 /* Move to next app */
390 struct i40e_cee_app_prio *app; local
397 dcbcfg->numapps = length / sizeof(*app);
406 app = (struct i40e_cee_app_prio *)(tlv->tlvinfo + offset);
408 if (app->prio_map & BIT(up))
411 dcbcfg->app[i].priority = up;
414 selector = (app
[all...]
/freebsd-11-stable/sys/dev/dpaa/
H A Dqman.h174 * @param app A pointer to the user's data.
178 t_Handle app);
232 e_RxStoreResponse qman_received_frame_callback(t_Handle app, t_Handle qm_fqr,
240 e_RxStoreResponse qman_rejected_frame_callback(t_Handle app, t_Handle qm_fqr,
H A Dif_dtsec.h131 void dtsec_fm_port_rx_exception_callback(t_Handle app,
133 void dtsec_fm_port_tx_exception_callback(t_Handle app,
H A Dqman.c56 qman_exception(t_Handle app, e_QmExceptions exception) argument
61 sc = app;
128 qman_received_frame_callback(t_Handle app, t_Handle qm_fqr, t_Handle qm_portal, argument
133 sc = app;
145 qman_rejected_frame_callback(t_Handle app, t_Handle qm_fqr, t_Handle qm_portal, argument
151 sc = app;
401 t_Handle app)
418 error = QM_FQR_RegisterCB(fqr, callback, app);
400 qman_fqr_register_cb(t_Handle fqr, t_QmReceivedFrameCallback *callback, t_Handle app) argument
/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c276 struct audit_pipe_preselect *app; local
280 TAILQ_FOREACH(app, &ap->ap_preselect_list, app_list) {
281 if (app->app_auid == auid)
282 return (app);
294 struct audit_pipe_preselect *app; local
298 app = audit_pipe_preselect_find(ap, auid);
299 if (app != NULL) {
300 *maskp = app->app_mask;
315 struct audit_pipe_preselect *app, *app_new; local
323 app
342 struct audit_pipe_preselect *app; local
364 struct audit_pipe_preselect *app; local
397 struct audit_pipe_preselect *app; local
[all...]
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc86 app = std::ios_base::app, enumerator in enum:__anon1983::__anon1984
90 switch (mode & (in|out|trunc|app|binary))
93 case ( out |app ): return "a";
99 case (in|out |app ): return "a+";
102 case ( out |app|binary): return "ab";
108 case (in|out |app|binary): return "a+b";
/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_apm.c165 acpi_capm_get_pwstatus(apm_pwstatus_t app) argument
171 if (app->ap_device != PMDV_ALLDEV &&
172 (app->ap_device < PMDV_BATT0 || app->ap_device > PMDV_BATT_ALL))
175 if (app->ap_device == PMDV_ALLDEV)
178 unit = app->ap_device - PMDV_BATT0;
188 app->ap_batt_stat = acpi_capm_convert_battstate(&batt);
189 app->ap_batt_flag = acpi_capm_convert_battflags(&batt);
190 app->ap_batt_life = batt.cap;
191 app
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c206 struct uni_msg *app; local
211 resp = ALLOC_API(struct uniapi_reset_error_indication, app);
217 UNIAPI_RESET_ERROR_indication, 0, app);
248 struct uni_msg *app; local
332 if ((conf = ALLOC_API(struct uniapi_reset_confirm, app)) == NULL)
339 uni->funcs->uni_output(uni, uni->arg, UNIAPI_RESET_confirm, 0, app);
405 struct uni_msg *app; local
407 resp = ALLOC_API(struct uniapi_reset_status_indication, app);
416 UNIAPI_RESET_STATUS_indication, 0, app);
420 struct uni_msg *app; local
535 struct uni_msg *app; local
618 struct uni_msg *app; local
791 struct uni_msg *app; local
807 struct uni_msg *app; local
[all...]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-sh.cpp108 class atf_sh : public atf::application::app {
127 app(m_description, "atf-sh(1)"),
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlib.c27 #include <isc/app.h>
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dwrapper-cvmx-includes.h44 #include <contrib/octeon-sdk/cvmx-app-init.h>
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_cam.h89 void *app; /** application specific pointer */ member in struct:__anon7524
/freebsd-11-stable/gnu/usr.bin/binutils/as/
H A DMakefile16 SRCS+= app.c \

Completed in 1993 milliseconds

1234