Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 22 of 22) sorted by relevance

/third_party/ulib/musl/src/process/
A Dsystem.c11 sigset_t old, reset; in system() local
24 sigemptyset(&reset); in system()
26 sigaddset(&reset, SIGINT); in system()
28 sigaddset(&reset, SIGQUIT); in system()
31 posix_spawnattr_setsigdefault(&attr, &reset); in system()
/third_party/uapp/dash/src/
A Dinit.h38 void reset(void);
A Dmkinit.c109 char reset[] = "\ variable
118 {"RESET", "reset", reset},
A Dinit.c215 reset() { in reset() function
A Dmain.c112 reset(); in main()
A DTOUR49 initialized/reset within the modules themselves.
/third_party/dev/ethernet/e1000/
A De1000_82543.c114 phy->ops.reset = (hw->mac.type == e1000_82543) in e1000_init_phy_params_82543()
128 ret_val = phy->ops.reset(hw); in e1000_init_phy_params_82543()
1079 ret_val = hw->phy.ops.reset(hw); in e1000_setup_copper_link_82543()
A De1000_api.c1130 if (hw->phy.ops.reset) in e1000_phy_hw_reset()
1131 return hw->phy.ops.reset(hw); in e1000_phy_hw_reset()
A De1000_82540.c84 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_82540()
A De1000_hw.h761 s32 (*reset)(struct e1000_hw *); member
A De1000_82575.c193 phy->ops.reset = e1000_phy_hw_reset_sgmii_82575; in e1000_init_phy_params_82575()
196 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_82575()
1501 ret_val = hw->phy.ops.reset(hw); in e1000_setup_copper_link_82575()
A De1000_phy.c91 phy->ops.reset = e1000_null_ops_generic; in e1000_init_phy_ops_generic()
1057 ret_val = hw->phy.ops.reset(hw); in e1000_copper_link_setup_82577()
1371 ret_val = hw->phy.ops.reset(hw); in e1000_copper_link_setup_igp()
A De1000_82541.c105 phy->ops.reset = e1000_phy_hw_reset_82541; in e1000_init_phy_params_82541()
A De1000_80003es2lan.c115 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_80003es2lan()
A De1000_ich8lan.c469 phy->ops.reset = e1000_phy_hw_reset_ich8lan; in e1000_init_phy_params_pchlan()
559 phy->ops.reset = e1000_phy_hw_reset_ich8lan; in e1000_init_phy_params_ich8lan()
1522 hw->phy.ops.reset(hw); in e1000_disable_ulp_lpt_lp()
5477 hw->phy.ops.reset(hw); in e1000_kmrn_lock_loss_workaround_ich8lan()
A De1000_82571.c109 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_82571()
/third_party/lib/acpica/source/tools/examples/
A Dextables.c380 [0001] Value to cause reset : 00
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp971 sci_irq.reset(); in AcpiOsRemoveInterruptHandler()
/third_party/ulib/jemalloc/
A DChangeLog101 - Add the arena.<i>.reset mallctl, which makes it possible to discard all of
285 with interposed resets (triggered via the "prof.reset" mallctl). This bug
338 enable/disable heap profiling on a per thread basis. Add the "prof.reset",
/third_party/ulib/musl/
A DWHATSNEW315 - robust mutex list was not reset on fork
760 - getopt option parsing reset support
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl5645 // reset EVNT to initialization (zero) state
5703 // reset EVNT to initialization (zero) state
5755 // reset EVNT to initialization (zero) state
/third_party/lib/acpica/
A Dchanges.txt1399 checking and take care not to reset terminal attributes on exit if they
1852 Hardcoded the access width for the FADT-defined reset register. The ACPI
1853 specification requires the reset register width to be 8 bits. ACPICA now
5815 Fixed a problem with AcpiReset where the reset would silently fail if the
6391 AcpiReset - Writes the reset value to the FADT-defined reset register.
11163 ACPI 1.0 and ACPI 2.0) that adds support for the FADT reset register.
14424 will increase the limit, 2 will decrease, and 0 will reset to the

Completed in 78 milliseconds