OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isns_send_trans
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libisns/
isns.h
61
int
isns_send_trans
(ISNS_TRANS, const struct timespec *, uint32_t *);
isns_thread.c
550
isns_send_trans
(trans, NULL, NULL);
isns_pdu.c
477
*
isns_send_trans
- send ISNS transaction PDU(s) and optionally wait
485
isns_send_trans
(ISNS_TRANS trans, const struct timespec *timeout_p,
function in typeref:typename:int
494
DBG("
isns_send_trans
: trans_p=%p, timeout_p=%p\n", trans_p, timeout_p);
500
DBG("
isns_send_trans
: socket not initialized\n");
506
DBG("
isns_send_trans
: no request PDU\n");
/src/sbin/iscsid/
iscsid_discover.c
134
retval =
isns_send_trans
(t, &tout, &status);
135
DEB(9, ("
isns_send_trans
called, returns %d, status %d", retval, status));
215
retval =
isns_send_trans
(t, &tout, &status);
216
DEB(9, ("
isns_send_trans
called, returns %d, status %d", retval, status));
351
retval =
isns_send_trans
(t, &tout, &status);
396
retval =
isns_send_trans
(t, &tout, &status);
611
if ((retval =
isns_send_trans
(t, &tout, &status)) != 0) {
612
DEB(10,("
isns_send_trans
returns rc %d, status %d",
Completed in 18 milliseconds
Indexes created Mon Oct 13 00:09:54 GMT 2025