Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for jail_set (0.29 sec)

  1. src/syscall/exec_freebsd_test.go

    	conf[3].Base = nil
    	conf[3].SetLen(0)
    
    	id, _, err1 := syscall.Syscall(syscall.SYS_JAIL_SET,
    		uintptr(unsafe.Pointer(&conf[0])), uintptr(len(conf)), flagJailCreate)
    	if err1 != 0 {
    		t.Fatalf("jail_set: %v", err1)
    	}
    	t.Cleanup(func() {
    		_, _, err1 := syscall.Syscall(syscall.SYS_JAIL_REMOVE, id, 0, 0)
    		if err1 != 0 {
    			t.Errorf("failed to cleanup jail: %v", err)
    		}
    	})
    
    	return int(id), root
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 22 20:38:48 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, \
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, \
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    	SYS_CLOSEFROM                = 509 // { int closefrom(int lowfd); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_arm.go

    	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, \
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, \
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    	SYS_CLOSEFROM                = 509 // { int closefrom(int lowfd); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_386.go

    	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, \
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, \
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    	SYS_CLOSEFROM                = 509 // { int closefrom(int lowfd); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
    	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, unsigned int iovcnt, int flags); }
    	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
Back to top