Home
last modified time | relevance | path

Searched refs:command_state (Results 1 – 25 of 138) sorted by relevance

123456

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/vt6656/
H A Dwcmd.c38 priv->command_state = WLAN_CMD_IDLE; in vnt_cmd_complete()
53 priv->command_state = WLAN_CMD_INIT_MAC80211_START; in vnt_cmd_complete()
57 priv->command_state = WLAN_CMD_TBTT_WAKEUP_START; in vnt_cmd_complete()
61 priv->command_state = WLAN_CMD_BECON_SEND_START; in vnt_cmd_complete()
65 priv->command_state = WLAN_CMD_SETPOWER_START; in vnt_cmd_complete()
69 priv->command_state = WLAN_CMD_CHANGE_ANTENNA_START; in vnt_cmd_complete()
92 switch (priv->command_state) { in vnt_run_command()
176 priv->command_state = WLAN_CMD_IDLE; in vnt_reset_command_timer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/vt6656/
H A Dwcmd.c38 priv->command_state = WLAN_CMD_IDLE; in vnt_cmd_complete()
53 priv->command_state = WLAN_CMD_INIT_MAC80211_START; in vnt_cmd_complete()
57 priv->command_state = WLAN_CMD_TBTT_WAKEUP_START; in vnt_cmd_complete()
61 priv->command_state = WLAN_CMD_BECON_SEND_START; in vnt_cmd_complete()
65 priv->command_state = WLAN_CMD_SETPOWER_START; in vnt_cmd_complete()
69 priv->command_state = WLAN_CMD_CHANGE_ANTENNA_START; in vnt_cmd_complete()
92 switch (priv->command_state) { in vnt_run_command()
176 priv->command_state = WLAN_CMD_IDLE; in vnt_reset_command_timer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/vt6656/
H A Dwcmd.c38 priv->command_state = WLAN_CMD_IDLE; in vnt_cmd_complete()
53 priv->command_state = WLAN_CMD_INIT_MAC80211_START; in vnt_cmd_complete()
57 priv->command_state = WLAN_CMD_TBTT_WAKEUP_START; in vnt_cmd_complete()
61 priv->command_state = WLAN_CMD_BECON_SEND_START; in vnt_cmd_complete()
65 priv->command_state = WLAN_CMD_SETPOWER_START; in vnt_cmd_complete()
69 priv->command_state = WLAN_CMD_CHANGE_ANTENNA_START; in vnt_cmd_complete()
92 switch (priv->command_state) { in vnt_run_command()
176 priv->command_state = WLAN_CMD_IDLE; in vnt_reset_command_timer()
/dports/emulators/sameboy/SameBoy-0.14.7/Core/
H A Dprinter.c76 switch (gb->printer.command_state) { in byte_recieve_completed()
89 gb->printer.command_state = GB_PRINTER_COMMAND_MAGIC1; in byte_recieve_completed()
147 gb->printer.command_state = GB_PRINTER_COMMAND_MAGIC1; in byte_recieve_completed()
169 gb->printer.command_state = GB_PRINTER_COMMAND_MAGIC1; in byte_recieve_completed()
174 …if (gb->printer.command_state >= GB_PRINTER_COMMAND_ID && gb->printer.command_state < GB_PRINTER_C… in byte_recieve_completed()
178 if (gb->printer.command_state != GB_PRINTER_COMMAND_DATA) { in byte_recieve_completed()
179 gb->printer.command_state++; in byte_recieve_completed()
182 if (gb->printer.command_state == GB_PRINTER_COMMAND_DATA) { in byte_recieve_completed()
184 gb->printer.command_state++; in byte_recieve_completed()
192 gb->printer.command_state = GB_PRINTER_COMMAND_MAGIC1; in serial_start()
H A Dprinter.h33 } command_state : 8; member
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/src/
H A Dclient.c79 struct command_state;
98 struct command_state struct
207 struct command_state cmd_state;
1637 struct command_state *state; in get_server_fd()
1719 struct command_state *
1777 struct command_state *
1838 struct command_state *state; in client_prepare_set()
1903 struct command_state *state; in client_prepare_cas()
1939 struct command_state *state; in client_prepare_get()
1986 struct command_state *state; in client_prepare_gat()
[all …]
/dports/sysutils/daggy/daggy-2.0.2/src/DaggyCore/
H A DCSsh2DataProvider.cpp161 Command::State command_state = Command::NotStarted; in onSsh2ProcessStateChanged() local
165 command_state = Command::NotStarted; in onSsh2ProcessStateChanged()
168 command_state = Command::Starting; in onSsh2ProcessStateChanged()
171 command_state = Command::Started; in onSsh2ProcessStateChanged()
174 command_state = Command::FailedToStart; in onSsh2ProcessStateChanged()
178 command_state = Command::Finishing; in onSsh2ProcessStateChanged()
181 command_state = Command::Finished; in onSsh2ProcessStateChanged()
185 emit commandStateChanged(command.id, command_state, exit_code); in onSsh2ProcessStateChanged()
H A DCLocalDataProvider.cpp115 Command::State command_state = Command::NotStarted; in startCommands() local
118 command_state = Command::Starting; in startCommands()
121 command_state = Command::Started; in startCommands()
125 if (command_state != Command::NotStarted) in startCommands()
128 command_state, in startCommands()
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Dimap4.c281 session->command_state = FALSE; in imap_session_reset()
426 if (session->command_state == TRUE) in imap_handle_continue()
444 session->command_state = TRUE; in imap_handle_retry()
463 session, session->state, session->command_state, session->command, status); in imap_handle_exit()
514 if (session->command_state == FALSE && session->parser_state == TRUE) { in imap_handle_input()
520 if (session->command_state == TRUE) in imap_handle_input()
554 session->command_state = TRUE; // done in imap_handle_input()
676 session->command_state=TRUE; in imap4_tokenizer()
688 session->command_state=TRUE; in imap4_tokenizer()
781 if (session->command_state==TRUE) // done already in imap4()
[all …]
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dmmc.c101 enum command_state_t command_state; member
210 card->command_state = WAITING_FOR_COMMAND; in libspectrum_mmc_reset()
719 switch( card->command_state ) { in libspectrum_mmc_write()
722 card->command_state = WAITING_FOR_DATA0; in libspectrum_mmc_write()
728 card->current_argument[ card->command_state - 1 ] = data; in libspectrum_mmc_write()
729 card->command_state++; in libspectrum_mmc_write()
738 card->command_state = card->current_command == WRITE_BLOCK ? in libspectrum_mmc_write()
744 card->command_state = WAITING_FOR_DATA; in libspectrum_mmc_write()
751 card->command_state = WAITING_FOR_DATA_CRC1; in libspectrum_mmc_write()
755 card->command_state = WAITING_FOR_DATA_CRC2; in libspectrum_mmc_write()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/MongoDB/Monitoring/
H A DCommandStartedEvent.c219 php_phongo_bson_state command_state; in php_phongo_commandstartedevent_get_debug_info() local
221 PHONGO_BSON_INIT_STATE(command_state); in php_phongo_commandstartedevent_get_debug_info()
227 …php_phongo_bson_to_zval_ex(bson_get_data(intern->command), intern->command->len, &command_state)) { in php_phongo_commandstartedevent_get_debug_info()
228 zval_ptr_dtor(&command_state.zchild); in php_phongo_commandstartedevent_get_debug_info()
232 ADD_ASSOC_ZVAL(&retval, "command", &command_state.zchild); in php_phongo_commandstartedevent_get_debug_info()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dremake.c337 if (f->command_state == cs_running in update_file()
338 || f->command_state == cs_deps_running) in update_file()
515 switch (file->command_state) in update_file_1()
840 if (file->command_state == cs_deps_running) in update_file_1()
983 if (file->command_state != cs_finished) in update_file_1()
1123 int ran = file->command_state == cs_running; in notice_finished_file()
1128 file->command_state = cs_finished; in notice_finished_file()
1136 f2->command_state = cs_finished; in notice_finished_file()
1288 d->file->command_state = cs_finished; in notice_finished_file()
1448 if (d->file->command_state == cs_running in check_dep()
[all …]
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dremake.c350 if (f->command_state == cs_running in update_file()
351 || f->command_state == cs_deps_running) in update_file()
483 switch (file->command_state) in update_file_1()
754 if (file->command_state == cs_deps_running) in update_file_1()
890 if (file->command_state != cs_finished) in update_file_1()
934 int ran = file->command_state == cs_running; in notice_finished_file()
937 file->command_state = cs_finished; in notice_finished_file()
1043 d->file->command_state = cs_finished; in notice_finished_file()
1132 if (file->command_state != cs_running) in check_dep()
1136 if (file->command_state == cs_deps_running) in check_dep()
[all …]
/dports/devel/gmake/make-4.3/src/
H A Dremake.c346 if (f->command_state == cs_running in update_file()
347 || f->command_state == cs_deps_running) in update_file()
448 switch (file->command_state) in update_file_1()
704 if (file->command_state == cs_deps_running) in update_file_1()
837 if (file->command_state != cs_finished) in update_file_1()
872 int ran = file->command_state == cs_running; in notice_finished_file()
875 file->command_state = cs_finished; in notice_finished_file()
981 d->file->command_state = cs_finished; in notice_finished_file()
1069 if (file->command_state != cs_running) in check_dep()
1073 if (file->command_state == cs_deps_running) in check_dep()
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/custom_state/
H A Dcustom_state.lua415 local command_state = sol.state.create("commands")
416 hero:start_state(command_state)
417 local test_event = make_test_event_utility(command_state)
428 command_state:collect_events()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/qga/
H A Dmain.c77 GACommandState *command_state; member
1281 s->command_state = ga_command_state_new();
1282 ga_command_state_init(s, s->command_state);
1283 ga_command_state_init_all(s->command_state);
1404 if (s->command_state) {
1405 ga_command_state_cleanup_all(s->command_state);
1406 ga_command_state_free(s->command_state);
/dports/emulators/qemu42/qemu-4.2.1/qga/
H A Dmain.c81 GACommandState *command_state; member
1339 s->command_state = ga_command_state_new();
1340 ga_command_state_init(s, s->command_state);
1341 ga_command_state_init_all(s->command_state);
1373 if (s->command_state) {
1374 ga_command_state_cleanup_all(s->command_state);
1375 ga_command_state_free(s->command_state);
/dports/emulators/qemu/qemu-6.2.0/qga/
H A Dmain.c81 GACommandState *command_state; member
1335 s->command_state = ga_command_state_new();
1336 ga_command_state_init(s, s->command_state);
1337 ga_command_state_init_all(s->command_state);
1369 if (s->command_state) {
1370 ga_command_state_cleanup_all(s->command_state);
1371 ga_command_state_free(s->command_state);
/dports/emulators/qemu60/qemu-6.0.0/qga/
H A Dmain.c81 GACommandState *command_state; member
1335 s->command_state = ga_command_state_new();
1336 ga_command_state_init(s, s->command_state);
1337 ga_command_state_init_all(s->command_state);
1369 if (s->command_state) {
1370 ga_command_state_cleanup_all(s->command_state);
1371 ga_command_state_free(s->command_state);
/dports/emulators/qemu5/qemu-5.2.0/qga/
H A Dmain.c82 GACommandState *command_state; member
1344 s->command_state = ga_command_state_new();
1345 ga_command_state_init(s, s->command_state);
1346 ga_command_state_init_all(s->command_state);
1378 if (s->command_state) {
1379 ga_command_state_cleanup_all(s->command_state);
1380 ga_command_state_free(s->command_state);
/dports/emulators/qemu-utils/qemu-4.2.1/qga/
H A Dmain.c81 GACommandState *command_state; member
1339 s->command_state = ga_command_state_new();
1340 ga_command_state_init(s, s->command_state);
1341 ga_command_state_init_all(s->command_state);
1373 if (s->command_state) {
1374 ga_command_state_cleanup_all(s->command_state);
1375 ga_command_state_free(s->command_state);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qga/
H A Dmain.c87 GACommandState *command_state; member
1349 s->command_state = ga_command_state_new();
1350 ga_command_state_init(s, s->command_state);
1351 ga_command_state_init_all(s->command_state);
1383 if (s->command_state) {
1384 ga_command_state_cleanup_all(s->command_state);
1385 ga_command_state_free(s->command_state);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qga/
H A Dmain.c81 GACommandState *command_state; member
1337 s->command_state = ga_command_state_new();
1338 ga_command_state_init(s, s->command_state);
1339 ga_command_state_init_all(s->command_state);
1371 if (s->command_state) {
1372 ga_command_state_cleanup_all(s->command_state);
1373 ga_command_state_free(s->command_state);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qga/
H A Dmain.c81 GACommandState *command_state; member
1335 s->command_state = ga_command_state_new();
1336 ga_command_state_init(s, s->command_state);
1337 ga_command_state_init_all(s->command_state);
1369 if (s->command_state) {
1370 ga_command_state_cleanup_all(s->command_state);
1371 ga_command_state_free(s->command_state);
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DGDialog.pm139 my $rv = $self->command_state($command);
210 my $rv = $self->command_state($command);

123456