Searched refs:reset (Results 1 – 22 of 22) sorted by relevance
| /third_party/ulib/musl/src/process/ |
| A D | system.c | 11 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 D | init.h | 38 void reset(void);
|
| A D | mkinit.c | 109 char reset[] = "\ variable 118 {"RESET", "reset", reset},
|
| A D | init.c | 215 reset() { in reset() function
|
| A D | main.c | 112 reset(); in main()
|
| A D | TOUR | 49 initialized/reset within the modules themselves.
|
| /third_party/dev/ethernet/e1000/ |
| A D | e1000_82543.c | 114 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 D | e1000_api.c | 1130 if (hw->phy.ops.reset) in e1000_phy_hw_reset() 1131 return hw->phy.ops.reset(hw); in e1000_phy_hw_reset()
|
| A D | e1000_82540.c | 84 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_82540()
|
| A D | e1000_hw.h | 761 s32 (*reset)(struct e1000_hw *); member
|
| A D | e1000_82575.c | 193 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 D | e1000_phy.c | 91 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 D | e1000_82541.c | 105 phy->ops.reset = e1000_phy_hw_reset_82541; in e1000_init_phy_params_82541()
|
| A D | e1000_80003es2lan.c | 115 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_80003es2lan()
|
| A D | e1000_ich8lan.c | 469 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 D | e1000_82571.c | 109 phy->ops.reset = e1000_phy_hw_reset_generic; in e1000_init_phy_params_82571()
|
| /third_party/lib/acpica/source/tools/examples/ |
| A D | extables.c | 380 [0001] Value to cause reset : 00
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osfuchsia.cpp | 971 sci_irq.reset(); in AcpiOsRemoveInterruptHandler()
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 101 - 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 D | WHATSNEW | 315 - robust mutex list was not reset on fork 760 - getopt option parsing reset support
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 5645 // 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 D | changes.txt | 1399 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