Searched refs:access (Results 1 – 9 of 9) sorted by relevance
| /devicemodel/hw/ |
| A D | usb_core.c | 133 return access(buf, R_OK) ? 0 : 1; in usb_native_is_bus_existed() 149 if (access(buf, R_OK)) { in usb_native_is_port_existed() 193 ret = (access(_path, F_OK) == 0); in usb_native_is_device_existed() 270 if (access(buf, R_OK)) { in usb_get_hub_port_num()
|
| A D | vdisplay_sdl.c | 644 int access, i; in vdpy_surface_set() local 702 access = SDL_TEXTUREACCESS_STATIC; in vdpy_surface_set() 705 access = SDL_TEXTUREACCESS_STREAMING; in vdpy_surface_set() 731 format, access, in vdpy_surface_set()
|
| /devicemodel/include/ |
| A D | iodev.h | 36 u_int access; member
|
| /devicemodel/hw/platform/ |
| A D | pty_vuart.c | 40 if (access(dir, F_OK) && mkdir(dir, 0666)) { in check_dir()
|
| /devicemodel/arch/x86/ |
| A D | power_button.c | 104 if (access(drv, F_OK) != 0) in open_power_button_input_device()
|
| /devicemodel/hw/pci/ |
| A D | gvt.c | 109 if(access(bar_path, F_OK) == -1) in update_gvt_bar()
|
| /devicemodel/core/ |
| A D | hugetlb.c | 556 if (access(path, F_OK) != 0) { in init_hugetlb()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_net.c | 733 if (access(tempbuf, F_OK) != 0) in virtio_net_is_macvtap()
|
| A D | virtio_console.c | 787 if (access(be->portpath,0)) { in virtio_console_config_backend()
|
Completed in 16 milliseconds