Home
last modified time | relevance | path

Searched refs:read_xml (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libdevattr/
H A Ddevattr.c161 read_xml(int s, char **buf) in read_xml() function
314 if ((n = read_xml(s, &xml)) <= 0) in udevd_request_devs()
H A Ddevattr.h157 int read_xml(int s, char **buf);
H A Ddevattr_monitor.c144 if ((n = read_xml(udev_monitor->socket, &xml)) <= 0) in udev_monitor_receive_device()
/dragonfly/sbin/udevd/
H A Dtest_udevd.c337 if ((n = read_xml(udev_monitor->socket, xml, 12*1024*1024)) <= 0) { in udev_monitor_receive_device()
599 read_xml(int s, char *buf, size_t buf_sz) in read_xml() function
745 if ((n = read_xml(s, xml, 12*1024*1024)) <= 0) { in udevd_request_devs()
H A Dudevd.h96 int read_xml(int s, char **buf);
H A Dudevd_socket.c82 read_xml(int s, char **buf) in read_xml() function
H A Dudevd_client.c112 n = read_xml(cli->fd, &xml); in client_thread()