| /freebsd/sys/dev/axgbe/ |
| H A D | 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) 382 XGBE_ADV(_phy,_mode) global() argument 388 XGBE_SET_LP_ADV(_phy,_mode) global() argument 391 XGBE_CLR_LP_ADV(_phy,_mode) global() argument 394 XGBE_LP_ADV(_phy,_mode) global() argument [all...] |
| /freebsd/lib/libsysdecode/ |
| H A D | sysdecode.h | 42 bool sysdecode_access_mode(FILE *_fp, int _mode, int *_rem); 57 bool sysdecode_filemode(FILE *_fp, int _mode, int *_rem); 60 const char *sysdecode_getfsstat_mode(int _mode); 73 const char *sysdecode_lio_listio_mode(int _mode);
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | device.h | 149 #define CLASS_ATTR(_name, _mode, _show, _store) \ argument 151 { { #_name, NULL, _mode }, _show, _store } 162 #define DEVICE_ATTR(_name, _mode, _show, _store) \ argument 164 __ATTR(_name, _mode, _show, _store) 188 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 189 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str } 190 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument 192 _CLASS_ATTR_STRING(_name, _mode, _str)
|
| H A D | sysfs.h | 62 #define __ATTR(_name, _mode, _show, _store) { \ argument 63 .attr = { .name = __stringify(_name), .mode = _mode }, \ 84 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument 85 .attr = { .name = __stringify(_name), .mode = _mode }, \ 101 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument 103 __BIN_ATTR(_name, _mode, _read, _write, _size);
|
| /freebsd/contrib/elftoolchain/ar/ |
| H A D | ar.h | 138 int ar_read_archive(struct bsdar *_ar, int _mode); 139 int ar_write_archive(struct bsdar *_ar, int _mode);
|
| /freebsd/sys/ufs/ufs/ |
| H A D | inode.h | 171 int _mode = (mode); \ 174 atomic_store_short(&(_ip)->i_mode, _mode); \
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | ppp | 33 eval _ppp_mode=\$ppp_${_ppp_profile_cleaned}_mode
|
| /freebsd/lib/libpmc/ |
| H A D | pmc.h | 74 int pmc_allocate(const char *_ctrspec, enum pmc_mode _mode, uint32_t _flags,
|
| /freebsd/usr.sbin/pw/ |
| H A D | pw.h | 37 enum _mode enum
|
| /freebsd/sys/sys/ |
| H A D | 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,
|
| H A D | acl.h | 387 acl_t acl_from_mode_np(const mode_t _mode);
|
| /freebsd/lib/libc/posix1e/ |
| H A D | acl_strip.c | 41 void acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp);
|
| /freebsd/sys/dev/ath/ |
| H A D | if_athvar.h | 1064 #define ath_hal_getratetable(_ah, _mode) \ argument 1065 ((*(_ah)->ah_getRateTable)((_ah), (_mode))) 1084 #define ath_hal_setpower(_ah, _mode) \ argument 1085 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE)) 1086 #define ath_hal_setselfgenpower(_ah, _mode) \ argument 1087 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_FALSE))
|
| /freebsd/lib/libutil/ |
| H A D | libutil.h | 132 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
| /freebsd/sys/kern/ |
| H A D | 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/lib/libpmcstat/ |
| H A D | libpmcstat.h | 380 int pmcstat_open_log(const char *_p, int _mode);
|
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-debug.h | 97 #define __IWL_ERR_DEV(_dev, _mode, _fmt, ...) \ argument
|
| /freebsd/contrib/sendmail/include/sm/ |
| H A D | io.h | 317 char *_mode));
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos3250-pinctrl.dtsi | 22 #define PIN_SLP(_pin, _mode, _pull) \ argument 25 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
|
| H A D | s5pv210-pinctrl.dtsi | 17 #define PIN_SLP(_pin, _mode, _pull) \ argument 20 samsung,pin-con-pdn = <S5PV210_PIN_PDN_ ##_mode>; \
|
| H A D | exynos4x12-pinctrl.dtsi | 14 #define PIN_SLP(_pin, _mode, _pull) \ argument 17 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_asm.asm | 70 _mode$ = 8 88 mov eax, DWORD PTR _mode$[ebp]
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | 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/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 278 #define __bitrate_mask_check(_mcs, _mode) \ argument 285 mode = MT_PHY_TYPE_##_mode; \
|
| /freebsd/libexec/rc/ |
| H A D | rc.subr | 2758 local _var _msg _mode 2761 _mode=$3 2763 case $_mode in
|