Home
last modified time | relevance | path

Searched refs:quit (Results 1 – 25 of 151) sorted by relevance

1234567

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/plymouth/files/
H A D0001-plymouth-Add-the-retain-splash-option.patch17 systemd-units/plymouth-quit.service.in | 2 +-
20 diff --git a/systemd-units/plymouth-quit.service.in b/systemd-units/plymouth-quit.service.in
22 --- a/systemd-units/plymouth-quit.service.in
23 +++ b/systemd-units/plymouth-quit.service.in
28 -ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit
29 +ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit --retain-splash
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch4 Subject: [PATCH] systemd/lxdm.service: remove plymouth-quit conflicts
7 will hang there as lxdm.service conflicts with plymouth-quit.service
8 and plymouth-quit will fail to start if plymouth-quit.service and
31 -Conflicts=getty@tty1.service plymouth-quit.service
33 After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-with-kcore.sh128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit)
129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit)
130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit)
132 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit)
133 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -group "$GROUPS" -print -quit)
134 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -group "$GROUPS" -print -quit)
/OK3568_Linux_fs/kernel/lib/
H A Dearlycpio.c100 goto quit; /* Invalid hexadecimal */ in find_cpio_data()
107 goto quit; /* Invalid magic */ in find_cpio_data()
115 goto quit; /* Buffer overrun */ in find_cpio_data()
139 quit: in find_cpio_data()
/OK3568_Linux_fs/u-boot/tools/
H A Dkwboot.c463 kwboot_term_pipe(int in, int out, char *quit, int *s) in kwboot_term_pipe() argument
472 if (quit) { in kwboot_term_pipe()
476 if (*buf == quit[*s]) { in kwboot_term_pipe()
478 if (!quit[*s]) in kwboot_term_pipe()
484 nout = write(out, quit, *s); in kwboot_term_pipe()
506 char *quit = "\34c"; in kwboot_terminal() local
525 quit[0]|0100, quit[1]); in kwboot_terminal()
555 rc = kwboot_term_pipe(in, tty, quit, &s); in kwboot_terminal()
559 } while (quit[s] != 0); in kwboot_terminal()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Duievent.py105 while not self.server.quit:
122 self.server.quit = True
127 self.quit = False
134 while not self.quit:
H A Dtaskexp.py177 quit = threading.Event() variable in gtkthread
184 gtkthread.quit.set()
190 gtkthread.quit.set()
227 if gtkthread.quit.isSet():
246 if gtkthread.quit.isSet():
/OK3568_Linux_fs/app/lvgl_demo/lv_demo/
H A Dmain.c27 static int quit = 0; variable
43 quit = 1; in sigterm_handler()
89 while(!quit) { in main()
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/
H A Dmain.c37 static int quit = 0; variable
43 quit = 1; in sigterm_handler()
122 while(!quit) { in main()
/OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/
H A D0008-qwaylanddisplay-Wakeup-main-event-dispatcher-when-ev.patch48 + bool quit;
52 + : mDisplay(display), quit(false)
59 + quit = true;
65 + while (!quit) {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A D0001-tests-disable-the-check-for-inotify.patch30 - if [ -n "$(find /usr/include -name 'inotify.h' -print -quit)" ]; then
33 elif [ -n "$(find /usr/include/sys/ -name 'port.h' -print -quit)" ]; then
39 - if [ -n "$(find /usr/include -name 'inotify.h' -print -quit)" ]; then
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/
H A Dmain.cpp66 QObject::connect(view.engine(), SIGNAL(quit()), qApp, SLOT(quit())); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/
H A Dqmllocationflickr.cpp64 QObject::connect(view.engine(), SIGNAL(quit()), qApp, SLOT(quit())); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dmain.cpp77 QObject::connect(view.engine(), SIGNAL(quit()), qApp, SLOT(quit())); in main()
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/English.lproj/
H A DLocalizable.strings2 "Do you really want to quit X11?" = "Do you really want to quit X11?";
50quit X11. Click Report to see more details or send a report to Apple." = "An error occurred while…
/OK3568_Linux_fs/kernel/drivers/rk_nand/
H A Drk_nand_blk.c337 while (!nand_ops->quit) { in nand_gc_thread()
374 wait_event_timeout(nand_ops->thread_wq, nand_ops->quit, in nand_gc_thread()
520 nand_ops->quit = 0; in nand_blk_register()
604 nand_ops->quit = 1; in nand_blk_unregister()
693 if (mytr.quit == 0) { in rknand_dev_shutdown()
694 mytr.quit = 1; in rknand_dev_shutdown()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dmain.cpp127 QObject::connect(&engine, SIGNAL(quit()), qApp, SLOT(quit())); in main()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dprocess.py51 self.quit = False
154 self.quit = True
157 while not self.quit:
197 self.quit = True
204 self.quit = True
215 self.quit = True
361 self.quit = True
378 self.quit = True
/OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c254 if (wilc->quit) { in wilc_wlan_txq_add_cfg_pkt()
287 if (wilc->quit) in wilc_wlan_txq_add_net_pkt()
318 if (wilc->quit) in wilc_wlan_txq_add_mgmt_pkt()
370 if (wilc->quit) in wilc_wlan_rxq_add()
496 if (wilc->quit) in wilc_wlan_handle_txq()
552 } while (!wilc->quit); in wilc_wlan_handle_txq()
734 while (!wilc->quit) { in wilc_wlan_handle_rxq()
745 if (wilc->quit) in wilc_wlan_handle_rxq()
962 wilc->quit = 1; in wilc_wlan_cleanup()
1200 wilc->quit = 0; in wilc_wlan_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmain.cpp145 QObject::connect(&engine, SIGNAL(quit()), qApp, SLOT(quit())); in main()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxsk_fwd.c646 int quit; member
672 for (i = 0; !t->quit; i = (i + 1) & (t->n_ports_rx - 1)) { in thread_func()
961 static int quit; variable
966 quit = 1; in signal_handler()
1057 for ( ; !quit; ) { in main()
1072 thread_data[i].quit = 1; in main()
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Dos.S93 dbra %d0,super_write | quit if --ctr < 0
100 dbra %d0,user_write | quit if --ctr < 0
126 dbra %d0,super_read | quit if --ctr < 0
133 dbra %d0,user_read | quit if --ctr < 0
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dgadget_hid.rst201 if (strcmp(tok, "--quit") == 0)
253 if (strcmp(tok, "--quit") == 0)
310 if (strcmp(tok, "--quit") == 0)
357 "--quit to close\n");
364 "--quit to close\n");
/OK3568_Linux_fs/u-boot/tools/kermit/
H A Dsend_cmd20 quit
H A Dsend_image25 quit

1234567