Searched refs:open_count (Results 1 – 15 of 15) sorted by relevance
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_open_protocol.c | 137 if (entry_buffer[0].open_count != 2) { in execute() 139 entry_buffer[0].open_count); in execute() 167 if (entry_buffer[0].open_count + entry_buffer[1].open_count != 3) { in execute() 169 entry_buffer[0].open_count + in execute() 170 entry_buffer[1].open_count); in execute()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen.c | 84 vws->open_count++; in vmw_winsys_create() 93 vws->open_count = 1; in vmw_winsys_create() 137 if (--vws->open_count == 0) { in vmw_winsys_destroy()
|
D | vmw_screen.h | 106 int open_count; member
|
/external/igt-gpu-tools/lib/ |
D | drmtest.c | 381 static int open_count; in drm_open_driver() local 393 if (__sync_fetch_and_add(&open_count, 1) == 0) { in drm_open_driver() 433 static int open_count; in drm_open_driver_render() local 440 if (__sync_fetch_and_add(&open_count, 1)) in drm_open_driver_render()
|
/external/oj-libjdwp/src/share/back/ |
D | log_messages.c | 53 static int open_count; variable 156 if ( log_file == NULL && open_count == 0 && logging_filename[0] != 0 ) { in log_message_end() 157 open_count++; in log_message_end()
|
/external/libusb/libusb/os/ |
D | darwin_usb.h | 126 int open_count; member
|
D | darwin_usb.c | 1057 if (0 == dpriv->open_count) { in darwin_open() 1094 dpriv->open_count++; in darwin_open() 1107 if (dpriv->open_count == 0) { in darwin_close() 1113 dpriv->open_count--; in darwin_close() 1120 if (0 == dpriv->open_count) { in darwin_close()
|
/external/kernel-headers/original/uapi/linux/ |
D | dm-ioctl.h | 126 __s32 open_count; /* out */ member
|
/external/u-boot/include/ |
D | efi.h | 252 u32 open_count; member
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 924 int open_unlimited, open_count; variable 930 open_count = count; in open_init() 939 while (open_count == 0) in open_wait() 941 open_count --; in open_wait() 955 open_count ++; in close_wake()
|
/external/strace/ |
D | dm.c | 114 PRINT_FIELD_U(", ", *ioc, open_count); in dm_decode_values()
|
/external/fmtlib/test/ |
D | posix-mock-test.cc | 39 int open_count; variable
|
/external/libfuse/lib/ |
D | fuse.c | 151 int open_count; member 2410 if (node && node->open_count > 0) in is_open() 3146 assert(node->open_count > 0); in fuse_do_release() 3147 --node->open_count; in fuse_do_release() 3148 if (node->is_hidden && !node->open_count) { in fuse_do_release() 3202 get_node(f, e.ino)->open_count++; in fuse_lib_create() 3280 get_node(f, ino)->open_count++; in fuse_lib_open()
|
/external/u-boot/lib/efi_loader/ |
D | efi_boottime.c | 2184 if (item->info.open_count) in efi_open_protocol_information() 2201 if (item->info.open_count) in efi_open_protocol_information() 2778 match->open_count++; in efi_protocol_open()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-grand-prime-value-edition.log | 2116 …EventQueue: 507] [c2] [INFO ][CNM_VPU_DRV][F:vpu_open-L:501][VPUDRV] vpu_open done, open_count = 1 2122 …EventQueue: 507] [c2] [INFO ][CNM_VPU_DRV][F:vpu_release-L:857][VPUDRV] vpu_release, open_count= 1
|