/openbsd/sys/dev/pci/drm/amd/pm/inc/ |
H A D | amdgpu_pm.h | 62 #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 D | stat.h | 68 _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 D | libio.h | 328 int _mode; member 489 if ((__fp)->_mode == 0) \ 491 (__fp)->_mode = -1; \ 492 __result = (__fp)->_mode; \
|
H A D | wgenops.c | 236 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 D | iofwide.c | 99 if (mode == 0 || fp->_mode != 0) 102 return fp->_mode; 179 mode = fp->_mode; 184 fp->_mode = mode;
|
H A D | genops.c | 198 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 D | iofclose.c | 62 if (fp->_mode > 0)
|
H A D | fileops.c | 157 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 D | libioP.h | 439 ((_f)->_mode <= 0 \
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/scripts/ |
H A D | asan_device_setup | 385 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 D | athvar.h | 389 #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 D | extern.h | 247 int sltab_add_sym(const char *_path, const char *_value, mode_t _mode);
|
/openbsd/sys/dev/pci/drm/include/linux/ |
H A D | device.h | 30 #define DEVICE_ATTR(_name, _mode, _show, _store) \ argument
|
/openbsd/lib/libcrypto/asn1/ |
H A D | asn1_local.h | 190 int ASN1_time_parse(const char *_bytes, size_t _len, struct tm *_tm, int _mode);
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_gt_sysfs_pm.c | 404 #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 D | drm_modes.c | 213 #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 D | ChangeLog-2004 | 134 (OP_E): Handle new *_mode values. Correct pointer specifications for 136 (OP_G): Handle new *_mode values.
|