Searched refs:handshake (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c252 char parity, handshake; local
275 &handshake) != 5)
281 ((handshake != '-') && (handshake != 'h') && (handshake != 's')))
304 * The hypervisor has no way to specify a handshake method, so it gets
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c252 * Create the unix domain socket and call the zoneadmd server; handshake
261 char handshake[MAXPATHLEN], c; local
295 bzero(handshake, sizeof (handshake));
302 if (i >= (sizeof (handshake) - 1))
306 handshake[i] = c;
311 * If something went wrong during the handshake we bail; perhaps
319 if (strncmp(handshake, "OK", sizeof (handshake)) == 0)
323 handshake);
[all...]
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.c112 * initial door_call fails. It is called from handshake() , shutdown()
153 handshake(void) function
236 err = handshake();
257 err = handshake();
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c473 DOOR_XSYNC_CREATEWAIT = 0x1c8c8c80, /* awaits creation handshake */
525 goto handshake;
540 handshake:
692 * Wait for thread startup handshake to complete for all threads

Completed in 67 milliseconds