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

/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dlog.h55 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \
58 fprintf( stderr, fmt, connid, opid, arg1, arg2, arg3 );\
60 ldaplog( level, fmt, connid, opid, arg1, arg2, arg3 ); \
/opensolaris-onvv-gate/usr/src/lib/libldap5/include/ldap/
H A Dlog.h49 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \
52 fprintf( stderr, fmt, connid, opid, arg1, arg2, arg3 );\
54 ldaplog( level, fmt, connid, opid, arg1, arg2, arg3 ); \
/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h198 uint32_t connid; /* tx connection id */ member in struct:uath_tx_desc
279 uint32_t connid; member in struct:uath_cmd_rates
310 uint32_t connid; member in struct:uath_cmd_create_connection
H A Duath.c1774 uath_create_connection(struct uath_softc *sc, uint32_t connid) argument
1783 create.connid = BE_32(connid);
1813 rates.connid = BE_32(UATH_ID_BSS); /* XXX */
2108 desc->connid = BE_32(UATH_ID_BSS);
2110 desc->connid = BE_32(UATH_ID_INVALID);
2349 desc->connid = BE_32(0);

Completed in 113 milliseconds