Searched defs:endtp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c117 * time becomes `endtp'. The buffer pointed to by `*valuep' will be
122 const struct timeval *endtp)
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);
204 * to by `buf' before the current time becomes `endtp'; a `endtp' of NULL
208 ipmp_read(int fd, void *buffer, size_t buflen, const struct timeval *endtp) argument
222 if (endtp !
121 ipmp_readtlv(int fd, ipmp_infotype_t *typep, size_t *lenp, void **valuep, const struct timeval *endtp) argument
[all...]
H A Dipmp_query.c60 * necessary wait until at least `endtp' for a response. Returns an IPMP
68 const void *addr, struct timeval *endtp)
99 if (gettimeofday(endtp, NULL) == -1)
102 endtp->tv_sec += IPMP_REQTIMEOUT;
113 retval = ipmp_read(statep->st_fd, &result, sizeof (result), endtp);
126 * `endtp'. Returns an IPMP error code.
130 const struct timeval *endtp)
136 retval = ipmp_readtlv(statep->st_fd, &type, &len, infop, endtp);
150 * in.mpathd into `grinfop' before the current time becomes `endtp'. Returns
155 const struct timeval *endtp)
67 ipmp_sendquery(ipmp_state_t *statep, ipmp_infotype_t type, const char *name, const void *addr, struct timeval *endtp) argument
129 ipmp_readinfo(ipmp_state_t *statep, ipmp_infotype_t infotype, void **infop, const struct timeval *endtp) argument
154 ipmp_readgroupinfo_lists(ipmp_state_t *statep, ipmp_groupinfo_t *grinfop, const struct timeval *endtp) argument
182 ipmp_readifinfo_lists(ipmp_state_t *statep, ipmp_ifinfo_t *ifinfop, const struct timeval *endtp) argument
[all...]

Completed in 58 milliseconds