Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sys/dev/axgbe/
HDxgbe.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)
[all …]
/freebsd-13-stable/lib/libsysdecode/
HDsysdecode.h44 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/
HDdevice.h143 #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)
HDsysfs.h53 #define __ATTR(_name, _mode, _show, _store) { \ argument
54 .attr = { .name = __stringify(_name), .mode = _mode }, \
/freebsd-13-stable/contrib/elftoolchain/ar/
HDar.h138 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/
HDinode.h170 int _mode = (mode); \
173 atomic_store_short(&(_ip)->i_mode, _mode); \
/freebsd-13-stable/libexec/rc/rc.d/
HDppp33 eval _ppp_mode=\$ppp_${_ppp_profile_cleaned}_mode
/freebsd-13-stable/lib/libpmc/
HDpmc.h75 int pmc_allocate(const char *_ctrspec, enum pmc_mode _mode, uint32_t _flags,
/freebsd-13-stable/usr.sbin/pw/
HDpw.h37 enum _mode enum
/freebsd-13-stable/sys/sys/
HDconf.h296 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/
HDacl_strip.c42 void acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp);
/freebsd-13-stable/sys/dev/ath/
HDif_athvar.h1062 #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/
HDlibutil.h124 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
/freebsd-13-stable/sys/kern/
HDsubr_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-13-stable/lib/libpmcstat/
HDlibpmcstat.h381 int pmcstat_open_log(const char *_p, int _mode);
/freebsd-13-stable/sys/contrib/dev/iwlwifi/
HDiwl-debug.h98 #define __IWL_ERR_DEV(_dev, _mode, _fmt, ...) \ argument
/freebsd-13-stable/contrib/sendmail/include/sm/
HDio.h317 char *_mode));
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDexynos3250-pinctrl.dtsi47 #define PIN_SLP(_pin, _mode, _pull) \ argument
50 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
HDs5pv210-pinctrl.dtsi21 #define PIN_SLP(_pin, _mode, _pull) \ argument
24 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
HDexynos4412-pinctrl.dtsi14 #define PIN_SLP(_pin, _mode, _pull) \ argument
17 samsung,pin-con-pdn = <EXYNOS_PIN_PDN_ ##_mode>; \
/freebsd-13-stable/sys/dev/sound/midi/
HDsynth_if.m293 int _mode;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDz_Windows_NT-586_asm.asm70 _mode$ = 8
88 mov eax, DWORD PTR _mode$[ebp]
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
HDib_sysfs.c77 #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/
HDrc.subr2219 local _var _msg _mode
2222 _mode=$3
2224 case $_mode in
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_netdev.c1760 #define EN_PORT_ATTR(_name, _mode, _show, _store) \ argument
1761 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)

12