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

/osnet-11/usr/src/lib/libldap4/common/
H A Dopen.c253 char **krbinstancep, int async)
295 port, async, bindTimeout)) != -1) {
301 defport, async, bindTimeout);
252 open_ldap_connection(LDAP *ld, Sockbuf *sb, char *host, int defport, char **krbinstancep, int async) argument
H A Dos-ip.c82 * Do an async connect or blocking connect depending on the timeout
135 int port, int async, int timeout)
140 * async is only used ifdef LDAP_REFERRALS (non-0 means don't wait for connect)
141 * XXX async is not used yet!
185 if (async && ioctl(s, FIONBIO, (caddr_t)&status) == -1) {
235 if (!async && ioctl(s, FIONBIO, (caddr_t)&on) == -1) {
134 connect_to_host(Sockbuf *sb, char *host, in_addr_t address, int port, int async, int timeout) argument
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c469 status = "async retiring";
491 int async; member in struct:strand_walk_data
526 swdp->async++;
559 swdp->err = swdp->done = swdp->fail = swdp->async = 0;
597 else if (swd.async > 0)
621 else if (swd.async > 0)
644 rc = (swd.fail + swd.async > 0) ? FMD_SERVICE_STATE_DEGRADED :
646 else if (swd.async > 0)
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp-internal.h135 SLPBoolean async; /* asynchronous flag */ member in struct:handle_impl
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c145 uchar_t async : 1; member in struct:conf_feature::features::morphing
149 uchar_t async : 1;

Completed in 23 milliseconds