Searched refs:_mode (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/ofed/include/linux/
H A Ddevice.h83 #define CLASS_ATTR(_name, _mode, _show, _store) \
85 { { #_name, NULL, _mode }, _show, _store }
96 #define DEVICE_ATTR(_name, _mode, _show, _store) \
98 { { #_name, NULL, _mode }, _show, _store }
116 #define _CLASS_ATTR_STRING(_name, _mode, _str) \
117 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str }
118 #define CLASS_ATTR_STRING(_name, _mode, _str) \
120 _CLASS_ATTR_STRING(_name, _mode, _str)
H A Dsysfs.h54 #define __ATTR(_name, _mode, _show, _store) { \
55 .attr = { .name = __stringify(_name), .mode = _mode }, \
/freebsd-10-stable/etc/rc.d/
H A Dppp33 eval _ppp_mode=\$ppp_${_ppp_profile_cleaned}_mode
/freebsd-10-stable/lib/libpmc/
H A Dpmc.h74 int pmc_allocate(const char *_ctrspec, enum pmc_mode _mode, uint32_t _flags,
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat.h173 int pmcstat_open_log(const char *_p, int _mode);
/freebsd-10-stable/usr.sbin/pw/
H A Dpw.h38 enum _mode enum
/freebsd-10-stable/lib/libc/posix1e/
H A Dacl_strip.c42 void acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp);
/freebsd-10-stable/sys/sys/
H A Dconf.h292 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
295 struct ucred *_cr, uid_t _uid, gid_t _gid, int _mode,
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dexynos3250-pinctrl.dtsi24 #define PIN_SLP(_pin, _mode, _pull) \
27 samsung,pin-con-pdn = <PIN_PDN_ ##_mode>; \
H A Dexynos4x12-pinctrl.dtsi24 #define PIN_SLP(_pin, _mode, _pull) \
27 samsung,pin-con-pdn = <PIN_PDN_ ##_mode>; \
/freebsd-10-stable/lib/libutil/
H A Dlibutil.h119 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dio.h317 char *_mode));
/freebsd-10-stable/sys/kern/
H A Dsubr_acl_nfs4.c724 acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp) argument
727 mode_t old_mode = *_mode, mode = 0, seen = 0;
842 *_mode = mode | (old_mode & ACL_PRESERVE_MASK);
/freebsd-10-stable/sys/dev/ath/
H A Dif_athvar.h1019 #define ath_hal_getratetable(_ah, _mode) \
1020 ((*(_ah)->ah_getRateTable)((_ah), (_mode)))
1039 #define ath_hal_setpower(_ah, _mode) \
1040 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE))
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dsysfs.c59 #define PORT_ATTR(_name, _mode, _show, _store) \
60 struct port_attribute port_attr_##_name = __ATTR(_name, _mode, _show, _store)
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c1710 #define EN_PORT_ATTR(_name, _mode, _show, _store) \
1711 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)

Completed in 128 milliseconds