Home
last modified time | relevance | path

Searched refs:xwrite (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0005-ui.c-handle-password-expire-and-update-new-password.patch22 + 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 Dinitramfs.c25 static ssize_t __init xwrite(struct file *file, const unsigned char *p, in xwrite() function
404 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy()
415 if (xwrite(wfile, victim, byte_count, &wfile_pos) != byte_count) in do_copy()
680 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 Drdist-6.1.5-cleanup.patch959 -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();