Searched refs:xwrite (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0005-ui.c-handle-password-expire-and-update-new-password.patch | 22 + xwrite(greeter_pipe[0], "password-expire\n", 16); 32 + xwrite(greeter_pipe[0], "update-new-password\n", 20); 40 + xwrite(greeter_pipe[0], "invalid-new-password\n", 21);
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | initramfs.c | 18 static ssize_t __init xwrite(struct file *file, const char *p, size_t count, in xwrite() function 372 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy() 384 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy() 600 written = xwrite(file, (char *)initrd_start, initrd_end - initrd_start, in populate_initrd_image()
|
| /OK3568_Linux_fs/buildroot/package/alsa-utils/ |
| H A D | 0002-aplay-aplay.c-make-UCM-support-optional.patch | 34 @@ -453,6 +455,7 @@ static ssize_t xwrite(int fd, const void *buf, size_t count)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 959 -extern WRITE_RETURN_T xwrite(fd, buf, len) 960 +WRITE_RETURN_T xwrite(fd, buf, len) 2070 +extern WRITE_RETURN_T xwrite(); 2074 -extern WRITE_RETURN_T xwrite();
|