Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 8595) sorted by relevance

12345678910>>...344

/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/xfce4-session/
H A Dxfsm-shutdown.c120 shutdown->consolekit = NULL; in xfsm_shutdown_init()
121 shutdown->systemd = NULL; in xfsm_shutdown_init()
142 if (shutdown->systemd != NULL) in xfsm_shutdown_finalize()
145 if (shutdown->consolekit != NULL) in xfsm_shutdown_finalize()
235 if (shutdown->systemd != NULL) in xfsm_shutdown_try_restart()
264 if (shutdown->systemd != NULL) in xfsm_shutdown_try_shutdown()
418 if (shutdown->systemd != NULL) in xfsm_shutdown_can_restart()
448 if (shutdown->systemd != NULL) in xfsm_shutdown_can_shutdown()
479 if (shutdown->systemd != NULL) in xfsm_shutdown_can_suspend()
515 if (shutdown->systemd != NULL) in xfsm_shutdown_can_hibernate()
[all …]
H A Dxfsm-shutdown.h60 gboolean xfsm_shutdown_password_require (XfsmShutdown *shutdown,
63 XfsmPassState xfsm_shutdown_password_send (XfsmShutdown *shutdown,
67 gboolean xfsm_shutdown_try_type (XfsmShutdown *shutdown,
71 gboolean xfsm_shutdown_try_restart (XfsmShutdown *shutdown,
74 gboolean xfsm_shutdown_try_shutdown (XfsmShutdown *shutdown,
77 gboolean xfsm_shutdown_try_suspend (XfsmShutdown *shutdown,
80 gboolean xfsm_shutdown_try_hibernate (XfsmShutdown *shutdown,
83 gboolean xfsm_shutdown_try_hybrid_sleep (XfsmShutdown *shutdown,
86 gboolean xfsm_shutdown_try_switch_user (XfsmShutdown *shutdown,
89 gboolean xfsm_shutdown_can_restart (XfsmShutdown *shutdown,
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_vlans/vars/
H A Dmain.yaml6 shutdown: disabled
11 shutdown: enabled
16 shutdown: enabled
21 shutdown: enabled
26 shutdown: enabled
34 - no shutdown
39 - shutdown
43 - shutdown
58 shutdown: enabled
437 - shutdown
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos/mocked_data/test_get_snmp_information/normal/
H A Dshow_running-config.json92 shutdown
97 shutdown
102 shutdown
107 shutdown
112 shutdown
117 shutdown
122 shutdown
127 shutdown
132 shutdown
137 shutdown
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos/mocked_data/test_get_users/normal/
H A Dshow_running-config.json92 shutdown
97 shutdown
102 shutdown
107 shutdown
112 shutdown
117 shutdown
122 shutdown
127 shutdown
132 shutdown
137 shutdown
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ios_vlans/vars/
H A Dmain.yaml6 shutdown: disabled
11 shutdown: enabled
16 shutdown: enabled
21 shutdown: enabled
26 shutdown: enabled
35 - "no shutdown"
40 - "shutdown"
44 - "shutdown"
60 shutdown: enabled
65 shutdown: enabled
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos/nxos/
H A Dnew_good.conf117 shutdown
155 shutdown
162 shutdown
169 shutdown
176 shutdown
183 shutdown
190 shutdown
197 shutdown
204 shutdown
211 shutdown
[all …]
H A Dinitial.conf154 shutdown
161 shutdown
168 shutdown
175 shutdown
182 shutdown
189 shutdown
196 shutdown
203 shutdown
210 shutdown
217 shutdown
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos_ssh/nxos/
H A Dnew_good.conf117 shutdown
155 shutdown
162 shutdown
169 shutdown
176 shutdown
183 shutdown
190 shutdown
197 shutdown
204 shutdown
211 shutdown
[all …]
H A Dinitial.conf154 shutdown
161 shutdown
168 shutdown
175 shutdown
182 shutdown
189 shutdown
196 shutdown
203 shutdown
210 shutdown
217 shutdown
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/dellos9/fixtures/
H A Dshow_running-config31 shutdown
35 shutdown
39 shutdown
43 shutdown
47 shutdown
51 shutdown
55 shutdown
60 shutdown
66 shutdown
73 shutdown
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os9/tests/unit/modules/network/os9/fixtures/
H A Dshow_running-config31 shutdown
35 shutdown
39 shutdown
43 shutdown
47 shutdown
51 shutdown
55 shutdown
60 shutdown
66 shutdown
73 shutdown
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/library/socket/basicsocket/
H A Dshutdown_spec.rb50 @client.shutdown(:RD)
56 @client.shutdown(:SHUT_RD)
62 @client.shutdown(:WR)
68 @client.shutdown(:SHUT_WR)
74 @client.shutdown(:RDWR)
88 @client.shutdown('RD')
94 @client.shutdown('SHUT_RD')
100 @client.shutdown('WR')
124 @client.shutdown(@dummy)
132 @client.shutdown(@dummy)
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/background/
H A Dbackground.go13 type shutdown struct { struct
14 shutdown chan struct{} member
21 s []shutdown
27 Run(args interface{}, shutdown <-chan struct{})
39 register.s = make([]shutdown, len(processes))
43 shutdown := make(chan struct{})
45 register.s[i].shutdown = shutdown
49 p.Run(args, shutdown)
53 }(p, shutdown, finished)
66 for _, shutdown := range t.s {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/background/
H A Dbackground.go13 type shutdown struct { struct
14 shutdown chan struct{} argument
21 s []shutdown
27 Run(args interface{}, shutdown <-chan struct{})
39 register.s = make([]shutdown, len(processes))
43 shutdown := make(chan struct{})
45 register.s[i].shutdown = shutdown
49 p.Run(args, shutdown)
53 }(p, shutdown, finished)
66 for _, shutdown := range t.s {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/background/
H A Dbackground.go13 type shutdown struct { struct
14 shutdown chan struct{} argument
21 s []shutdown
27 Run(args interface{}, shutdown <-chan struct{})
39 register.s = make([]shutdown, len(processes))
43 shutdown := make(chan struct{})
45 register.s[i].shutdown = shutdown
49 p.Run(args, shutdown)
53 }(p, shutdown, finished)
66 for _, shutdown := range t.s {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/background/
H A Dbackground.go13 type shutdown struct {
14 shutdown chan struct{}
21 s []shutdown
27 Run(args interface{}, shutdown <-chan struct{})
39 register.s = make([]shutdown, len(processes))
43 shutdown := make(chan struct{})
45 register.s[i].shutdown = shutdown
49 p.Run(args, shutdown)
53 }(p, shutdown, finished)
66 for _, shutdown := range t.s {
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/modules/network/ios/
H A Dtest_ios_vlans.py89 shutdown="disabled",
114 shutdown="disabled",
121 shutdown="enabled",
129 shutdown="disabled",
136 shutdown="disabled",
143 shutdown="enabled",
150 shutdown="enabled",
157 shutdown="enabled",
164 shutdown="enabled",
224 shutdown="enabled",
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/nxos/mocked_data/test_get_checkpoint_file/normal/
H A Dexpected_result.json152 shutdown
159 shutdown
166 shutdown
173 shutdown
180 shutdown
187 shutdown
194 shutdown
201 shutdown
208 shutdown
215 shutdown
[all …]
H A Dshow_file_temp_cp_file_from_napalm.json152 shutdown
159 shutdown
166 shutdown
173 shutdown
180 shutdown
187 shutdown
194 shutdown
201 shutdown
208 shutdown
215 shutdown
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os10/tests/unit/modules/network/os10/fixtures/
H A Dshow_running-config60 no shutdown
63 no shutdown
66 no shutdown
71 no shutdown
75 no shutdown
79 no shutdown
83 no shutdown
87 no shutdown
91 no shutdown
95 no shutdown
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/dellos10/fixtures/
H A Dshow_running-config60 no shutdown
63 no shutdown
66 no shutdown
71 no shutdown
75 no shutdown
79 no shutdown
83 no shutdown
87 no shutdown
91 no shutdown
95 no shutdown
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/
H A Dunmapped.cc64 s.shutdown = 0; in init()
240 case 'S': if (BX_UM_THIS s.shutdown == 0) BX_UM_THIS s.shutdown = 1; break; in write()
241 case 'h': if (BX_UM_THIS s.shutdown == 1) BX_UM_THIS s.shutdown = 2; break; in write()
242 case 'u': if (BX_UM_THIS s.shutdown == 2) BX_UM_THIS s.shutdown = 3; break; in write()
243 case 't': if (BX_UM_THIS s.shutdown == 3) BX_UM_THIS s.shutdown = 4; break; in write()
244 case 'd': if (BX_UM_THIS s.shutdown == 4) BX_UM_THIS s.shutdown = 5; break; in write()
245 case 'o': if (BX_UM_THIS s.shutdown == 5) BX_UM_THIS s.shutdown = 6; break; in write()
246 case 'w': if (BX_UM_THIS s.shutdown == 6) BX_UM_THIS s.shutdown = 7; break; in write()
247 case 'n': if (BX_UM_THIS s.shutdown == 7) BX_UM_THIS s.shutdown = 8; break; in write()
253 default : BX_UM_THIS s.shutdown = 0; break; in write()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/cliconf/fixtures/nos/
H A Dshow_running-config288 no shutdown
293 no shutdown
298 no shutdown
303 no shutdown
308 no shutdown
313 no shutdown
318 no shutdown
323 no shutdown
328 no shutdown
333 no shutdown
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/plugins/cliconf/fixtures/nos/
H A Dshow_running-config288 no shutdown
293 no shutdown
298 no shutdown
303 no shutdown
308 no shutdown
313 no shutdown
318 no shutdown
323 no shutdown
328 no shutdown
333 no shutdown
[all …]

12345678910>>...344