| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | device.h | 88 #define CLASS_ATTR(_name, _mode, _show, _store) \ argument 90 { { #_name, NULL, _mode }, _show, _store } 101 #define DEVICE_ATTR(_name, _mode, _show, _store) \ argument 103 { { #_name, NULL, _mode }, _show, _store } 121 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 122 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str } 123 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument 125 _CLASS_ATTR_STRING(_name, _mode, _str)
|
| HD | sysfs.h | 53 #define __ATTR(_name, _mode, _show, _store) { \ argument 54 .attr = { .name = __stringify(_name), .mode = _mode }, \
|
| /NextBSD/contrib/elftoolchain/ar/ |
| HD | ar.h | 138 void ar_read_archive(struct bsdar *_ar, int _mode); 139 void ar_write_archive(struct bsdar *_ar, int _mode);
|
| /NextBSD/sys/sys/ |
| HD | conf.h | 272 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode, 275 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
|
| /NextBSD/etc/rc.d/ |
| HD | ppp | 33 eval _ppp_mode=\$ppp_${_ppp_profile_cleaned}_mode
|
| /NextBSD/lib/libpmc/ |
| HD | pmc.h | 75 int pmc_allocate(const char *_ctrspec, enum pmc_mode _mode, uint32_t _flags,
|
| /NextBSD/usr.sbin/pw/ |
| HD | pw.h | 38 enum _mode enum
|
| /NextBSD/usr.sbin/pmcstat/ |
| HD | pmcstat.h | 173 int pmcstat_open_log(const char *_p, int _mode);
|
| /NextBSD/lib/libc/posix1e/ |
| HD | acl_strip.c | 42 void acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp);
|
| /NextBSD/sys/dev/ath/ |
| HD | if_athvar.h | 1043 #define ath_hal_getratetable(_ah, _mode) \ argument 1044 ((*(_ah)->ah_getRateTable)((_ah), (_mode))) 1063 #define ath_hal_setpower(_ah, _mode) \ argument 1064 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE)) 1065 #define ath_hal_setselfgenpower(_ah, _mode) \ argument 1066 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_FALSE))
|
| /NextBSD/lib/libutil/ |
| HD | libutil.h | 119 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | exynos3250-pinctrl.dtsi | 24 #define PIN_SLP(_pin, _mode, _pull) \ argument 27 samsung,pin-con-pdn = <PIN_PDN_ ##_mode>; \
|
| HD | exynos4x12-pinctrl.dtsi | 24 #define PIN_SLP(_pin, _mode, _pull) \ argument 27 samsung,pin-con-pdn = <PIN_PDN_ ##_mode>; \
|
| /NextBSD/sys/kern/ |
| HD | subr_acl_nfs4.c | 724 acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp) in acl_nfs4_sync_mode_from_acl() argument 727 mode_t old_mode = *_mode, mode = 0, seen = 0; in acl_nfs4_sync_mode_from_acl() 842 *_mode = mode | (old_mode & ACL_PRESERVE_MASK); in acl_nfs4_sync_mode_from_acl()
|
| /NextBSD/sys/dev/sound/midi/ |
| HD | synth_if.m | 294 int _mode;
|
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | sysfs.c | 60 #define PORT_ATTR(_name, _mode, _show, _store) \ argument 61 struct port_attribute port_attr_##_name = __ATTR(_name, _mode, _show, _store)
|
| /NextBSD/etc/ |
| HD | rc.subr | 2087 local _var _msg _mode 2090 _mode=$3 2092 case $_mode in
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | en_netdev.c | 1717 #define EN_PORT_ATTR(_name, _mode, _show, _store) \ argument 1718 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | en_netdev.c | 1716 #define EN_PORT_ATTR(_name, _mode, _show, _store) \ argument 1717 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)
|