| /freebsd-13-stable/sys/dev/axgbe/ |
| HD | xgbe.h | 364 #define XGBE_SET_SUP(_phy, _mode) \ argument 365 ((_phy)->supported |= SUPPORTED_##_mode) 367 #define XGBE_CLR_SUP(_phy, _mode) \ argument 368 ((_phy)->supported &= ~SUPPORTED_##_mode) 370 #define XGBE_IS_SUP(_phy, _mode) \ argument 371 ((_phy)->supported & SUPPORTED_##_mode) 376 #define XGBE_SET_ADV(_phy, _mode) \ argument 377 ((_phy)->advertising |= ADVERTISED_##_mode) 379 #define XGBE_CLR_ADV(_phy, _mode) \ argument 380 ((_phy)->advertising &= ~ADVERTISED_##_mode) [all …]
|
| /freebsd-13-stable/lib/libsysdecode/ |
| HD | sysdecode.h | 44 bool sysdecode_access_mode(FILE *_fp, int _mode, int *_rem); 59 bool sysdecode_filemode(FILE *_fp, int _mode, int *_rem); 62 const char *sysdecode_getfsstat_mode(int _mode); 74 const char *sysdecode_lio_listio_mode(int _mode);
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | device.h | 143 #define CLASS_ATTR(_name, _mode, _show, _store) \ argument 145 { { #_name, NULL, _mode }, _show, _store } 156 #define DEVICE_ATTR(_name, _mode, _show, _store) \ argument 158 __ATTR(_name, _mode, _show, _store) 182 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 183 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str } 184 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument 186 _CLASS_ATTR_STRING(_name, _mode, _str)
|
| HD | sysfs.h | 53 #define __ATTR(_name, _mode, _show, _store) { \ argument 54 .attr = { .name = __stringify(_name), .mode = _mode }, \
|
| /freebsd-13-stable/contrib/elftoolchain/ar/ |
| HD | ar.h | 138 int ar_read_archive(struct bsdar *_ar, int _mode); 139 int ar_write_archive(struct bsdar *_ar, int _mode);
|
| /freebsd-13-stable/sys/ufs/ufs/ |
| HD | inode.h | 170 int _mode = (mode); \ 173 atomic_store_short(&(_ip)->i_mode, _mode); \
|
| /freebsd-13-stable/libexec/rc/rc.d/ |
| HD | ppp | 33 eval _ppp_mode=\$ppp_${_ppp_profile_cleaned}_mode
|
| /freebsd-13-stable/lib/libpmc/ |
| HD | pmc.h | 75 int pmc_allocate(const char *_ctrspec, enum pmc_mode _mode, uint32_t _flags,
|
| /freebsd-13-stable/usr.sbin/pw/ |
| HD | pw.h | 37 enum _mode enum
|
| /freebsd-13-stable/sys/sys/ |
| HD | conf.h | 296 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode, 299 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
|
| /freebsd-13-stable/lib/libc/posix1e/ |
| HD | acl_strip.c | 42 void acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp);
|
| /freebsd-13-stable/sys/dev/ath/ |
| HD | if_athvar.h | 1062 #define ath_hal_getratetable(_ah, _mode) \ argument 1063 ((*(_ah)->ah_getRateTable)((_ah), (_mode))) 1082 #define ath_hal_setpower(_ah, _mode) \ argument 1083 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE)) 1084 #define ath_hal_setselfgenpower(_ah, _mode) \ argument 1085 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_FALSE))
|
| /freebsd-13-stable/lib/libutil/ |
| HD | libutil.h | 124 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_acl_nfs4.c | 717 acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp) in acl_nfs4_sync_mode_from_acl() argument 720 mode_t old_mode = *_mode, mode = 0, seen = 0; in acl_nfs4_sync_mode_from_acl() 835 *_mode = mode | (old_mode & ACL_PRESERVE_MASK); in acl_nfs4_sync_mode_from_acl()
|
| /freebsd-13-stable/lib/libpmcstat/ |
| HD | libpmcstat.h | 381 int pmcstat_open_log(const char *_p, int _mode);
|
| /freebsd-13-stable/sys/contrib/dev/iwlwifi/ |
| HD | iwl-debug.h | 98 #define __IWL_ERR_DEV(_dev, _mode, _fmt, ...) \ argument
|
| /freebsd-13-stable/contrib/sendmail/include/sm/ |
| HD | io.h | 317 char *_mode));
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | exynos3250-pinctrl.dtsi | 47 #define PIN_SLP(_pin, _mode, _pull) \ argument 50 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
|
| HD | s5pv210-pinctrl.dtsi | 21 #define PIN_SLP(_pin, _mode, _pull) \ argument 24 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
|
| HD | exynos4412-pinctrl.dtsi | 14 #define PIN_SLP(_pin, _mode, _pull) \ argument 17 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
|
| /freebsd-13-stable/sys/dev/sound/midi/ |
| HD | synth_if.m | 293 int _mode;
|
| /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | z_Windows_NT-586_asm.asm | 70 _mode$ = 8 88 mov eax, DWORD PTR _mode$[ebp]
|
| /freebsd-13-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_sysfs.c | 77 #define PORT_ATTR(_name, _mode, _show, _store) \ argument 78 struct port_attribute port_attr_##_name = __ATTR(_name, _mode, _show, _store)
|
| /freebsd-13-stable/libexec/rc/ |
| HD | rc.subr | 2219 local _var _msg _mode 2222 _mode=$3 2224 case $_mode in
|
| /freebsd-13-stable/sys/dev/mlx4/mlx4_en/ |
| HD | mlx4_en_netdev.c | 1760 #define EN_PORT_ATTR(_name, _mode, _show, _store) \ argument 1761 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)
|