Query: waitfordoorbellreply
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WAITFORDOORBELLREPLY(9) Message-based devices WAITFORDOORBELLREPLY(9)NAMEWaitForDoorbellReply - Wait for and capture an IOC handshake reply.SYNOPSISint WaitForDoorbellReply(MPT_ADAPTER * ioc, int howlong, int sleepFlag);ARGUMENTSioc Pointer to MPT_ADAPTER structure howlong How long to wait (in seconds) sleepFlag Specifies whether the process can sleepDESCRIPTIONThis routine polls the IOC for a handshake reply, 16 bits at a time. Reply is cached to IOC private area large enough to hold a maximum of 128 bytes of reply data. Returns a negative value on failure, else size of reply in WORDS.COPYRIGHTKernel Hackers Manual 3.10 June 2014 WAITFORDOORBELLREPLY(9)