Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SYS_FLOCK (0.07 sec)

  1. src/syscall/zsysnum_linux_riscv64.go

    	SYS_INOTIFY_INIT1          = 26
    	SYS_INOTIFY_ADD_WATCH      = 27
    	SYS_INOTIFY_RM_WATCH       = 28
    	SYS_IOCTL                  = 29
    	SYS_IOPRIO_SET             = 30
    	SYS_IOPRIO_GET             = 31
    	SYS_FLOCK                  = 32
    	SYS_MKNODAT                = 33
    	SYS_MKDIRAT                = 34
    	SYS_UNLINKAT               = 35
    	SYS_SYMLINKAT              = 36
    	SYS_LINKAT                 = 37
    	SYS_UMOUNT2                = 39
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 23 11:00:41 UTC 2019
    - 8.9K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_linux_arm64.go

    	SYS_INOTIFY_INIT1          = 26
    	SYS_INOTIFY_ADD_WATCH      = 27
    	SYS_INOTIFY_RM_WATCH       = 28
    	SYS_IOCTL                  = 29
    	SYS_IOPRIO_SET             = 30
    	SYS_IOPRIO_GET             = 31
    	SYS_FLOCK                  = 32
    	SYS_MKNODAT                = 33
    	SYS_MKDIRAT                = 34
    	SYS_UNLINKAT               = 35
    	SYS_SYMLINKAT              = 36
    	SYS_LINKAT                 = 37
    	SYS_RENAMEAT               = 38
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
Back to top