Searched defs:PRESERVE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdef.h191 #define PRESERVE (1L<<23) macro
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdef.h191 #define PRESERVE (1L<<23) macro
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2065 #define PRESERVE(x) macro
2068 #define PRESERVE(x) ((x) = (x)) macro
2071 PRESERVE(tcp->tcp_bind_hash_port);
2072 PRESERVE(tcp->tcp_bind_hash);
2073 PRESERVE(tcp->tcp_ptpbhn);
2074 PRESERVE(tcp->tcp_acceptor_hash);
2075 PRESERVE(tcp->tcp_ptpahn);
2081 PRESERVE(tcp->tcp_state);
2082 PRESERVE(connp->conn_rq);
2083 PRESERVE(conn
2326 #undef PRESERVE macro
[all...]

Completed in 67 milliseconds