Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/pm/inc/
H A Damdgpu_pm.h62 #define __AMDGPU_DEVICE_ATTR(_name, _mode, _show, _store, _flags, ...) \ argument
63 { .dev_attr = __ATTR(_name, _mode, _show, _store), \
67 #define AMDGPU_DEVICE_ATTR(_name, _mode, _flags, ...) \ argument
68 __AMDGPU_DEVICE_ATTR(_name, _mode, \
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h68 _PROTOTYPE( int chmod, (const char *_path, int _mode) );
70 _PROTOTYPE( int mkdir, (const char *_path, int _mode) );
71 _PROTOTYPE( int mkfifo, (const char *_path, int _mode) );
/openbsd/gnu/lib/libstdc++/libstdc++/libio/
H A Dlibio.h328 int _mode; member
489 if ((__fp)->_mode == 0) \
491 (__fp)->_mode = -1; \
492 __result = (__fp)->_mode; \
H A Dwgenops.c236 if (f->_mode == 0)
246 if (fp->_mode < 0 || (fp->_mode == 0 && _IO_fwide (fp, 1) != 1))
249 if (fp->_mode == 0)
277 if (fp->_mode < 0 || (fp->_mode == 0 && _IO_fwide (fp, 1) != 1))
280 if (fp->_mode == 0)
H A Diofwide.c99 if (mode == 0 || fp->_mode != 0)
102 return fp->_mode;
179 mode = fp->_mode;
184 fp->_mode = mode;
H A Dgenops.c198 if (f->_mode == 0)
293 if (fp->_mode == 0)
325 if (fp->_mode == 0)
586 fp->_mode = orientation;
757 if (((fp->_mode < 0 && fp->_IO_write_ptr > fp->_IO_write_base) in _IO_flush_all()
760 && fp->_mode > 0 && (fp->_wide_data->_IO_write_ptr in _IO_flush_all()
789 && fp->_mode != 0) in _IO_unbuffer_write()
H A Diofclose.c62 if (fp->_mode > 0)
H A Dfileops.c157 if (fp->_mode <= 0)
330 result->_mode = 1;
414 fp->_IO_write_end = (fp->_mode < 0
519 if (f->_mode < 0 && f->_flags & (_IO_LINE_BUF+_IO_UNBUFFERED))
H A DlibioP.h439 ((_f)->_mode <= 0 \
/openbsd/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_device_setup385 local _mode=$3
388 echo "Installing $_to/$_basename $_mode $_context"
391 if [[ -n "$_mode" ]]; then
392 adb_shell chmod "$_mode" "$_to/$_basename"
/openbsd/sys/dev/ic/
H A Dathvar.h389 #define ath_hal_get_rate_table(_ah, _mode) \ argument
390 ((*(_ah)->ah_get_rate_table)((_ah), (_mode)))
405 #define ath_hal_set_power(_ah, _mode, _sleepduration) \ argument
406 ((*(_ah)->ah_set_power)((_ah), (_mode), AH_TRUE, (_sleepduration)))
/openbsd/bin/pax/
H A Dextern.h247 int sltab_add_sym(const char *_path, const char *_value, mode_t _mode);
/openbsd/sys/dev/pci/drm/include/linux/
H A Ddevice.h30 #define DEVICE_ATTR(_name, _mode, _show, _store) \ argument
/openbsd/lib/libcrypto/asn1/
H A Dasn1_local.h190 int ASN1_time_parse(const char *_bytes, size_t _len, struct tm *_tm, int _mode);
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_sysfs_pm.c404 #define INTEL_GT_RPS_SYSFS_ATTR(_name, _mode, _show, _store, _show_dev, _store_dev) \ argument
405 static struct device_attribute dev_attr_gt_##_name = __ATTR(gt_##_name, _mode, \
407 static struct kobj_attribute attr_rps_##_name = __ATTR(rps_##_name, _mode, \
/openbsd/sys/dev/pci/drm/
H A Ddrm_modes.c213 #define TV_MODE_PARAMETER(_mode, _lines, _line_dur, _hact, _hfp, \ argument
216 [_mode] = { \
2273 #define NAMED_MODE(_name, _pclk, _x, _y, _flags, _mode) \ argument
2280 .tv_mode = _mode, \
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-2004134 (OP_E): Handle new *_mode values. Correct pointer specifications for
136 (OP_G): Handle new *_mode values.