Searched refs:ipmp_read (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 127 retval = ipmp_read(fd, typep, sizeof (*typep), endtp); 131 retval = ipmp_read(fd, lenp, sizeof (*lenp), endtp); 143 (void) ipmp_read(fd, value, *lenp, endtp); 147 retval = ipmp_read(fd, value, *lenp, endtp); 208 ipmp_read(int fd, void *buffer, size_t buflen, const struct timeval *endtp) function
|
H A D | ipmp_mpathd.h | 139 extern int ipmp_read(int, void *, size_t, const struct timeval *);
|
H A D | ipmp_admin.c | 63 retval = ipmp_read(statep->st_fd, &result, sizeof (result), &end);
|
H A D | ipmp_query.c | 112 retval = ipmp_read(statep->st_fd, &result, sizeof (result), endtp); 1112 * NOTE: since we didn't call ipmp_read*info_lists(),
|
Completed in 18 milliseconds