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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c211 inetopen(const char* path, int flags, Inetintr_f onintr, void* handle) argument
299 if (errno != EINTR || !onintr)
301 if ((*onintr)(addr, handle))
713 onintr(struct addrinfo* addr, void* handle) function
789 if ((fd = inetopen(path+5, flags, onintr, shp)) < 0 && errno != ENOTDIR)

Completed in 29 milliseconds