HomeSort by: relevance | last modified time | path
    Searched refs:get_pdu (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.sbin/ldpd/
pdu.h 55 uint get_pdu(const unsigned char *, struct ldp_pdu *);
pdu.c 46 get_pdu(const unsigned char *s, struct ldp_pdu * p) function in typeref:typename:uint
socketops.c 686 i = get_pdu(recvspace, &rpdu);
  /src/sys/dev/iscsi/
iscsi_send.c 203 if ((pdu = get_pdu(conn, TRUE)) == NULL) {
204 DEBC(conn, 0, ("get_pdu failed, terminating=%d\n", conn->c_terminating));
745 tx_pdu = get_pdu(conn, TRUE);
849 tx_pdu = get_pdu(conn, TRUE);
881 pdu = get_pdu(conn, TRUE);
928 tx_pdu = get_pdu(conn, TRUE);
981 pdu = get_pdu(conn, TRUE);
1034 ppdu = get_pdu(conn, TRUE);
1043 ppdu = get_pdu(conn, FALSE);
1102 ppdu = get_pdu(conn, TRUE)
    [all...]
iscsi_globals.h 727 pdu_t *get_pdu(connection_t *, bool);
iscsi_utils.c 451 * get_pdu:
462 get_pdu(connection_t *conn, bool waitok) function in typeref:typename:pdu_t *
484 DEB(15, ("get_pdu: failed"));
492 DEBC(conn, 15, ("get_pdu: pdu = %p, usecount = %d\n", pdu, conn->c_pducount));
iscsi_rcv.c 1207 pdu = get_pdu(conn, TRUE);

Completed in 16 milliseconds