Home
last modified time | relevance | path

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

/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDdevice.h88 #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)
HDsysfs.h53 #define __ATTR(_name, _mode, _show, _store) { \ argument
54 .attr = { .name = __stringify(_name), .mode = _mode }, \
/NextBSD/contrib/elftoolchain/ar/
HDar.h138 void ar_read_archive(struct bsdar *_ar, int _mode);
139 void ar_write_archive(struct bsdar *_ar, int _mode);
/NextBSD/sys/sys/
HDconf.h272 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/
HDppp33 eval _ppp_mode=\$ppp_${_ppp_profile_cleaned}_mode
/NextBSD/lib/libpmc/
HDpmc.h75 int pmc_allocate(const char *_ctrspec, enum pmc_mode _mode, uint32_t _flags,
/NextBSD/usr.sbin/pw/
HDpw.h38 enum _mode enum
/NextBSD/usr.sbin/pmcstat/
HDpmcstat.h173 int pmcstat_open_log(const char *_p, int _mode);
/NextBSD/lib/libc/posix1e/
HDacl_strip.c42 void acl_nfs4_sync_mode_from_acl(mode_t *_mode, const struct acl *aclp);
/NextBSD/sys/dev/ath/
HDif_athvar.h1043 #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/
HDlibutil.h119 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
/NextBSD/sys/gnu/dts/arm/
HDexynos3250-pinctrl.dtsi24 #define PIN_SLP(_pin, _mode, _pull) \ argument
27 samsung,pin-con-pdn = <PIN_PDN_ ##_mode>; \
HDexynos4x12-pinctrl.dtsi24 #define PIN_SLP(_pin, _mode, _pull) \ argument
27 samsung,pin-con-pdn = <PIN_PDN_ ##_mode>; \
/NextBSD/sys/kern/
HDsubr_acl_nfs4.c724 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/
HDsynth_if.m294 int _mode;
/NextBSD/sys/ofed/drivers/infiniband/core/
HDsysfs.c60 #define PORT_ATTR(_name, _mode, _show, _store) \ argument
61 struct port_attribute port_attr_##_name = __ATTR(_name, _mode, _show, _store)
/NextBSD/etc/
HDrc.subr2087 local _var _msg _mode
2090 _mode=$3
2092 case $_mode in
/NextBSD/sys/dev/ifmlx4/
HDen_netdev.c1717 #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/
HDen_netdev.c1716 #define EN_PORT_ATTR(_name, _mode, _show, _store) \ argument
1717 struct en_port_attribute en_port_attr_##_name = __ATTR(_name, _mode, _show, _store)