Searched refs:xwrite (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/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);
|
/openbmc/linux/init/ |
H A D | initramfs.c | 25 static ssize_t __init xwrite(struct file *file, const unsigned char *p, in xwrite() function 413 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy() 424 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy() 695 written = xwrite(file, (char *)initrd_start, initrd_end - initrd_start, in populate_initrd_image()
|
/openbmc/openbmc/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();
|