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

  /src/share/man/man0/
Makefile 57 .for _S in ${SECTIONS}
59 man${_S}pages.files: all.files
62 | ${TOOL_GREP} "${_S}\$$" \
70 man${_S}pages.ps: man${_S}pages.files
72 for f in `${TOOL_GREP} "${_S}\$$" "${.CURDIR}/intros"` `cat ${.ALLSRC}` ; \
93 man${_S}pages.pdf: man${_S}pages.ps
  /src/sys/conf/
newvers.sh 279 #define _S(TAG) __STRING(TAG)
281 ".section\t\".note.netbsd.ident\", \"\"," _S(_SHT_NOTE) "\n"
283 "\t.long\t" _S(ELF_NOTE_NETBSD_NAMESZ) "\n"
284 "\t.long\t" _S(ELF_NOTE_NETBSD_DESCSZ) "\n"
285 "\t.long\t" _S(ELF_NOTE_TYPE_NETBSD_TAG) "\n"
286 "\t.ascii\t" _S(ELF_NOTE_NETBSD_NAME) "\n"
287 "\t.long\t" _S(__NetBSD_Version__) "\n"
  /src/lib/libc/gen/
ctype_.c 61 #define _S _COMPAT_S
76 _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _C, _C,
79 _S|_B, _P, _P, _P, _P, _P, _P, _P,
96 #undef _S
119 #define _S _CTYPE_S
130 _C, _BL|_C|_S, _C|_S, _C|_S
    [all...]
  /src/sys/dev/mii/
mvphy.c 68 * to follow the convention that an _S suffix is appended for
71 #define SM(_v, _f) (((_v) << _f##_S) & _f)
72 #define MS(_v, _f) (((_v) & _f) >> _f##_S)
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 504 * to follow the convention that an _S suffix is appended for
507 #define SM(_v, _f) (((_v) << _f##_S) & (_f))
508 #define MS(_v, _f) (((_v) & (_f)) >> _f##_S)
511 (OS_REG_READ(_a, _r) &~ (_f)) | (((_v) << _f##_S) & (_f)))
  /src/sys/dev/ic/
athnreg.h 1479 (((val) & field##_M) >> field##_S)
1483 (((val) << field##_S) & field##_M)
rtwnreg.h 1042 (((val) & field##_M) >> field##_S)
1046 (((val) << field##_S) & field##_M)
  /src/sbin/ifconfig/
ieee80211.c 948 #define MS(_v, _f) (((_v) & _f) >> _f##_S)
  /src/sys/net80211/
ieee80211_output.c 1280 #define SM(_v, _f) (((_v) << _f##_S) & _f)
ieee80211_input.c 1917 #define MS(_v, _f) (((_v) & _f) >> _f##_S)

Completed in 2531 milliseconds