Searched defs:_sp (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/compat/common/ |
H A D | if_spppsubr50.c | 100 #define SPPP_LOCK(_sp, _op) rw_enter(&(_sp)->pp_lock, (_op)) argument 101 #define SPPP_UNLOCK(_sp) rw_exit(&(_sp)->pp_lock) argument
|
/netbsd-src/sys/net/ |
H A D | toeplitz.h | 114 #define stoeplitz_ip4port(_sa4, _da4, _sp, _dp) \ argument 119 #define stoeplitz_ip6port(_sa6, _da6, _sp, _dp) \ argument
|
H A D | if_spppsubr.c | 313 #define SPPP_LOCK(_sp, _op) rw_enter(&(_sp)->pp_lock, (_op)) argument 314 #define SPPP_UNLOCK(_sp) rw_exit(&(_sp)->pp_lock) argument 315 #define SPPP_WLOCKED(_sp) rw_write_held(&(_sp)->pp_lock) argument 316 #define SPPP_UPGRADE(_sp) do{ \ argument 320 #define SPPP_DOWNGRADE(_sp) rw_downgrade(&(_sp)->pp_lock) argument 323 #define SPPP_LOG(_sp, _lvl, _fmt, _args...) do { \ argument 329 #define SPPP_DLOG(_sp, _fmt, _args...) do { \ argument
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | node.h | 94 struct symtab *_sp; member
|
/netbsd-src/lib/libcurses/ |
H A D | curses_private.h | 335 #define __NEED_ERASE(_sp, _bch, _battr) \ argument 342 #define __NEED_ERASE(_sp, _bch, _battr) \ argument
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pass1.h | 256 struct symtab *_sp; member
|
/netbsd-src/sys/netipsec/ |
H A D | key.c | 2206 const struct sadb_msghdr *mhp, struct secpolicy **_sp, in key_spdadd() argument
|