Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/axgbe/
H A Dxgbe.h364 #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 Dsysdecode.h42 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);
72 const char *sysdecode_lio_listio_mode(int _mode);
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h146 #define CLASS_ATTR(_name, _mode, _show, _store) \ argument
148 { { #_name, NULL, _mode }, _show, _store }
159 #define DEVICE_ATTR(_name, _mode, _show, _store) \ argument
161 __ATTR(_name, _mode, _show, _store)
185 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument
186 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str }
187 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument
189 _CLASS_ATTR_STRING(_name, _mode, _str)
H A Dsysfs.h53 #define __ATTR(_name, _mode, _show, _store) { \ argument
54 .attr = { .name = __stringify(_name), .mode = _mode }, \
/freebsd/contrib/elftoolchain/ar/
H A Dar.h138 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 Dinode.h171 int _mode = (mode); \
174 atomic_store_short(&(_ip)->i_mode, _mode); \
/freebsd/libexec/rc/rc.d/
H A Dppp33 eval _ppp_mode=\$ppp_${_ppp_profile_cleaned}_mode
/freebsd/lib/libpmc/
H A Dpmc.h74 int pmc_allocate(const char *_ctrspec, enum pmc_mode _mode, uint32_t _flags,
/freebsd/usr.sbin/pw/
H A Dpw.h37 enum _mode enum
/freebsd/sys/sys/
H A Dconf.h294 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
297 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
H A Dacl.h387 acl_t acl_from_mode_np(const mode_t _mode);
/freebsd/lib/libc/posix1e/
H A Dacl_strip.c41 void acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp);
/freebsd/sys/dev/ath/
H A Dif_athvar.h1064 #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 Dlibutil.h125 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c717 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 Dlibpmcstat.h380 int pmcstat_open_log(const char *_p, int _mode);
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-debug.h98 #define __IWL_ERR_DEV(_dev, _mode, _fmt, ...) \ argument
/freebsd/contrib/sendmail/include/sm/
H A Dio.h317 char *_mode));
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos3250-pinctrl.dtsi22 #define PIN_SLP(_pin, _mode, _pull) \ argument
25 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
H A Ds5pv210-pinctrl.dtsi17 #define PIN_SLP(_pin, _mode, _pull) \ argument
20 samsung,pin-con-pdn = <S5PV210_PIN_PDN_ ##_mode>; \
H A Dexynos4x12-pinctrl.dtsi14 #define PIN_SLP(_pin, _mode, _pull) \ argument
17 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
/freebsd/sys/dev/sound/midi/
H A Dsynth_if.m293 int _mode;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm70 _mode$ = 8
88 mov eax, DWORD PTR _mode$[ebp]
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c291 #define __bitrate_mask_check(_mcs, _mode) \ argument
298 mode = MT_PHY_TYPE_##_mode; \
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c77 #define PORT_ATTR(_name, _mode, _show, _store) \ argument
78 struct port_attribute port_attr_##_name = __ATTR(_name, _mode, _show, _store)

12