Home
last modified time | relevance | path

Searched refs:ipmp_read (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c131 retval = ipmp_read(fd, typep, sizeof (*typep), endtp); in ipmp_readtlv()
135 retval = ipmp_read(fd, &tlen, sizeof (tlen), endtp); in ipmp_readtlv()
149 (void) ipmp_read(fd, value, *lenp, endtp); in ipmp_readtlv()
153 retval = ipmp_read(fd, value, *lenp, endtp); in ipmp_readtlv()
222 ipmp_read(int fd, void *buffer, size_t buflen, const struct timeval *endtp) in ipmp_read() function
H A Dipmp_mpathd.h144 extern int ipmp_read(int, void *, size_t, const struct timeval *);
H A Dipmp_admin.c62 retval = ipmp_read(statep->st_fd, &result, sizeof (result), &end); in ipmp_command()
H A Dmapfile-vers61 ipmp_read;
H A Dipmp_query.c115 retval = ipmp_read(statep->st_fd, &result, sizeof (result), endtp); in ipmp_sendquery()