| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | pmu.c | 68 #define PMEVTYPER_CASES(readwrite) \ argument 69 PMEVTYPER_##readwrite##_CASE(0); \ 70 PMEVTYPER_##readwrite##_CASE(1); \ 71 PMEVTYPER_##readwrite##_CASE(2); \ 72 PMEVTYPER_##readwrite##_CASE(3); \ 73 PMEVTYPER_##readwrite##_CASE(4); \ 74 PMEVTYPER_##readwrite##_CASE(5); \ 75 PMEVTYPER_##readwrite##_CASE(6); \ 76 PMEVTYPER_##readwrite##_CASE(7); \ 77 PMEVTYPER_##readwrite##_CASE(8); \ [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Controller.h | 50 @property (nonatomic, readwrite, strong) IBOutlet NSPanel *prefs_panel; 52 @property (nonatomic, readwrite, strong) IBOutlet NSButton *fake_buttons; 53 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_fullscreen; 54 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_fullscreen_menu; 55 @property (nonatomic, readwrite, strong) IBOutlet NSTextField *enable_fullscreen_menu_text; 56 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_keyequivs; 57 @property (nonatomic, readwrite, strong) IBOutlet NSButton *sync_keymap; 58 @property (nonatomic, readwrite, strong) IBOutlet NSButton *option_sends_alt; 59 @property (nonatomic, readwrite, strong) IBOutlet NSButton *scroll_in_device_direction; 60 @property (nonatomic, readwrite, strong) IBOutlet NSButton *click_through; [all …]
|
| H A D | X11Controller.m | 61 @property (nonatomic, readwrite, strong) NSMenuItem *check_for_updates_item; // Programatically ena… 64 @property (nonatomic, readwrite, strong) NSArray *apps; 65 @property (nonatomic, readwrite, strong) NSMutableArray *table_apps; 66 @property (nonatomic, readwrite, assign) NSInteger windows_menu_nitems; 67 @property (nonatomic, readwrite, assign) int checked_window_item; 68 @property (nonatomic, readwrite, assign) x_list *pending_apps; 69 @property (nonatomic, readwrite, assign) OSX_BOOL finished_launching;
|
| H A D | X11Application.h | 42 @property (nonatomic, readwrite, strong) X11Controller *controller;
|
| H A D | X11Application.m | 115 @property (nonatomic, readwrite, assign) OSX_BOOL x_active;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/ |
| H A D | snmpd.conf | 75 group MyRWGroup v1 readwrite 76 group MyRWGroup v2c readwrite 77 group MyRWGroup usm readwrite
|
| /OK3568_Linux_fs/kernel/drivers/soc/aspeed/ |
| H A D | aspeed-p2a-ctrl.c | 86 u32 readwrite[P2A_REGION_COUNT]; member 162 priv->readwrite[i] += 1; in aspeed_p2a_region_acquire() 247 memset(priv->readwrite, 0, sizeof(priv->readwrite)); in aspeed_p2a_open() 278 priv->parent->readerwriters[i] -= priv->readwrite[i]; in aspeed_p2a_release()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | probe-file.c | 74 int open_trace_file(const char *trace_file, bool readwrite) in open_trace_file() argument 81 pr_debug("Opening %s write=%d\n", buf, readwrite); in open_trace_file() 82 if (readwrite && !probe_event_dry_run) in open_trace_file() 93 static int open_kprobe_events(bool readwrite) in open_kprobe_events() argument 95 return open_trace_file("kprobe_events", readwrite); in open_kprobe_events() 98 static int open_uprobe_events(bool readwrite) in open_uprobe_events() argument 100 return open_trace_file("uprobe_events", readwrite); in open_uprobe_events()
|
| H A D | probe-file.h | 40 int open_trace_file(const char *trace_file, bool readwrite);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/ |
| H A D | 0001-Add-LDFLAGS-to-linker-cmdline.patch | 36 mklogfs: mkfs.o lib.o btree.o segment.o readwrite.o
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts.c | 53 static int __init readwrite(char *str) in readwrite() function 62 __setup("rw", readwrite);
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | af9005.c | 46 int readwrite, int type, u8 * values, int len) in af9005_generic_read_write() argument 82 command |= readwrite; in af9005_generic_read_write() 83 if (readwrite == AF9005_CMD_WRITE) in af9005_generic_read_write() 124 if (readwrite == AF9005_CMD_READ) in af9005_generic_read_write()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 1046 static void test_create_objects_in_session(ADBG_Case_t *c, bool readwrite) in test_create_objects_in_session() argument 1059 if (readwrite) in test_create_objects_in_session() 1070 if (readwrite) { in test_create_objects_in_session() 1089 if (readwrite) { in test_create_objects_in_session()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | Kconfig | 498 expermental, readwrite
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2150 A readwrite nested-keyed file that exists for all the cgroups
|