Searched refs:ipmp_write (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 162 ipmp_write(int fd, const void *buffer, size_t buflen) function 191 retval = ipmp_write(fd, &type, sizeof (type)); 195 retval = ipmp_write(fd, &len, sizeof (len)); 199 return (ipmp_write(fd, value, len));
|
H A D | ipmp_mpathd.h | 140 extern int ipmp_write(int, const void *, size_t);
|
H A D | ipmp_admin.c | 59 retval = ipmp_write(statep->st_fd, req, reqsize);
|
H A D | ipmp_query.c | 108 retval = ipmp_write(statep->st_fd, &query, sizeof (query));
|
Completed in 24 milliseconds