| /src/sys/kern/ |
| kern_pmf.c | 120 complete_suspension(device_t dev, const device_suspensor_t **susp, 134 if (susp[i] != ds) 501 add_suspensor(device_t dev, const char *kind, const device_suspensor_t **susp, 507 if (susp[i] == NULL) 509 if (ds == susp[i]) { 513 susp[i]->ds_name, 514 (susp[i]->ds_delegator != NULL) ? 515 susp[i]->ds_delegator->ds_name : "<none>")); 518 if (device_suspensor_delegates_to(ds, susp[i])) { 523 susp[i]->ds_name [all...] |
| /src/usr.bin/telnet/ |
| sys_bsd.c | 63 void susp(int); 379 (void) signal(SIGTSTP, susp); 491 susp(int sig) function in typeref:typename:void 529 (void) signal(SIGTSTP, susp);
|
| /src/sys/arch/arm/gemini/ |
| gemini_lpc.c | 73 uint8_t id1, id2, vers, clk, susp; local in function:gemini_lpc_attach 98 susp = it8712_pnp_read(sc, GEMINI_LPC_LDN_ALL, IT8712_SWSUSPEND); 103 aprint_normal("\n%s: clksel %#x, susp %#x ", 104 device_xname(self), clk, susp);
|
| /src/sys/arch/arm/nvidia/ |
| tegra_usbphy.c | 299 const uint32_t susp = bus_space_read_4(bst, bsh, local in function:tegra_usbphy_utmip_init 301 if (susp & TEGRA_EHCI_SUSP_CTRL_PHY_CLK_VALID)
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_arm.c | 2037 int susp = 0; local in function:vchiq_platform_check_suspend 2048 susp = 1; 2052 if (susp)
|