| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 150 static int __name ## _open(struct inode *inode, struct file *file) \ 162 .open = __name ## _open, \ 169 static int __name ## _open(struct inode *inode, struct file *file) \ 176 .open = __name ## _open, \ 183 static int __name ## _open(struct inode *inode, struct file *file) \ 189 .proc_open = __name ## _open, \
|
| H A D | debugfs.h | 49 static int __fops ## _open(struct inode *inode, struct file *file) \ 56 .open = __fops ## _open, \
|
| H A D | fs.h | 3418 static int __fops ## _open(struct inode *inode, struct file *file) \ 3425 .open = __fops ## _open, \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | debugfs_gt.h | 14 static int __name ## _open(struct inode *inode, struct file *file) \ 20 .open = __name ## _open, \
|
| /OK3568_Linux_fs/buildroot/package/duma/ |
| H A D | 0004-Fix-build-with-latest-glibc.patch | 15 - fd = _open(DUMA_OUTPUT_FILE, _O_APPEND|_O_CREAT|_O_WRONLY); 16 + fd = _open(DUMA_OUTPUT_FILE, _O_APPEND|_O_CREAT|_O_WRONLY, 0600);
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | debugfs.c | 198 #define BATADV_DEBUGINFO(_name, _mode, _open) \ argument 206 .open = _open, \ 266 #define BATADV_HARDIF_DEBUGINFO(_name, _mode, _open) \ argument 274 .open = _open, \
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.h | 61 static int _##name##_open(struct inode *inode, struct file *s) \ 76 .open = _##name##_open, \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | debugfs.c | 74 static int _iwl_dbgfs_##name##_open(struct inode *inode, \ 122 .open = _iwl_dbgfs_##name##_open, \ 150 .open = _iwl_dbgfs_##name##_open, \ 160 .open = _iwl_dbgfs_##name##_open, \
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_debugfs.c | 50 static int _##name##_open(struct inode *inode, struct file *s) \ 63 .open = _##name##_open, \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedi/ |
| H A D | qedi_dbg.h | 126 .open = drv##_dbg_##ops##_open, \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf_dbg.h | 143 .open = drv##_dbg_##ops##_open, \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.h | 73 #define open _open
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | debugfs.c | 33 static int __space ## _open(struct inode *inode, struct file *file) \ 40 .open = __space ## _open, \
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | apparmorfs.c | 1029 static int seq_profile_ ##NAME ##_open(struct inode *inode, struct file *file)\ 1036 .open = seq_profile_ ##NAME ##_open, \ 1131 static int seq_ns_ ##NAME ##_open(struct inode *inode, struct file *file) \ 1138 .open = seq_ns_ ##NAME ##_open, \ 1207 static int seq_rawdata_ ##NAME ##_open(struct inode *inode, struct file *file)\ 1214 .open = seq_rawdata_ ##NAME ##_open, \
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 745 static int device_ ## name ## _open(struct inode *inode, struct file *file) \ 759 .open = device_ ## name ## _open, \
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_debug.c | 644 static int name##_open(struct inode *inode, struct file *file) \ 650 .proc_open = name##_open, \
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | open.rst | 4 .. _open:
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem.c | 1768 static int __fops ## _open(struct inode *inode, struct file *file) \ 1774 .open = __fops ## _open, \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | file.c | 142 static int __fops ## _open(struct inode *inode, struct file *file) \ 148 .open = __fops ## _open, \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem.c | 3629 static int __fops ## _open(struct inode *inode, struct file *file) \ 3635 .open = __fops ## _open, \
|
| /OK3568_Linux_fs/kernel/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 1027 - Change the prototypes of *<device>_open()* and
|