Home
last modified time | relevance | path

Searched refs:_mode (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_device_setup386 local _mode=$3
389 echo "Installing $_to/$_basename $_mode $_context"
392 if [[ -n "$_mode" ]]; then
393 adb_shell chmod "$_mode" "$_to/$_basename"
/netbsd-src/sys/kern/
H A Dsubr_acl_nfs4.c140 __acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp) in __acl_nfs4_sync_mode_from_acl() argument
143 mode_t old_mode = *_mode, mode = 0, seen = 0; in __acl_nfs4_sync_mode_from_acl()
257 *_mode = mode | (old_mode & ACL_PRESERVE_MASK); in __acl_nfs4_sync_mode_from_acl()
/netbsd-src/sys/dev/ic/
H A Dathvar.h342 #define ath_hal_getratetable(_ah, _mode) \ argument
343 ((*(_ah)->ah_getRateTable)((_ah), (_mode)))
358 #define ath_hal_setpower(_ah, _mode) \ argument
359 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE))
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dexynos3250-pinctrl.dtsi47 #define PIN_SLP(_pin, _mode, _pull) \ argument
50 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
H A Ds5pv210-pinctrl.dtsi21 #define PIN_SLP(_pin, _mode, _pull) \ argument
24 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
H A Dexynos4412-pinctrl.dtsi14 #define PIN_SLP(_pin, _mode, _pull) \ argument
17 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
/netbsd-src/sys/sys/
H A Dacl.h368 void __acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *_aclp);
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2004134 (OP_E): Handle new *_mode values. Correct pointer specifications for
136 (OP_G): Handle new *_mode values.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2004134 (OP_E): Handle new *_mode values. Correct pointer specifications for
136 (OP_G): Handle new *_mode values.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2004134 (OP_E): Handle new *_mode values. Correct pointer specifications for
136 (OP_G): Handle new *_mode values.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2004134 (OP_E): Handle new *_mode values. Correct pointer specifications for
136 (OP_G): Handle new *_mode values.
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHist_data.cc331 Hist_data::Mode _mode, bool _viewowned) in Hist_data() argument
337 mode = _mode; in Hist_data()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHist_data.cc331 Hist_data::Mode _mode, bool _viewowned) in Hist_data() argument
337 mode = _mode; in Hist_data()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdio.d442 int _mode;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc1302 saved_token_sentinel_mode _mode = STS_COMMIT) in saved_token_sentinel()
1303 : lexer (_lexer), mode (_mode) in saved_token_sentinel()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201619196 (dfptstsfi_<code>_mode>): New define_expand.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git178818 x86: drop dq{b,d}_mode
178831 x86: drop xmm_m{b,w,d,q}_mode
178832 They're effectively redundant with {b,w,d,q}_mode.