github.com/nvi-inc/fsgo@v0.2.1/versions/fs9.12.8/consts.go (about)

     1  // Copyright 2019 NVI Inc. All rights reserved.
     2  // Use of this source code is governed by a MIT
     3  // license that can be found in the LICENSE file.
     4  
     5  package fs
     6  
     7  // TODO: These should be generated from "/usr2/fs/include/ipckeys.h"
     8  const (
     9  	SHM_PATH  = "/usr2/fs"
    10  	CLS_PATH  = "/usr2/fs"
    11  	SKD_PATH  = "/usr2/fs"
    12  	BRK_PATH  = "/usr2/fs"
    13  	SEM_PATH  = "/usr2/fs"
    14  	NSEM_PATH = "/usr2/fs"
    15  	GO_PATH   = "/usr2/fs"
    16  
    17  	SHM_ID  = 1
    18  	CLS_ID  = 2
    19  	SKD_ID  = 3
    20  	BRK_ID  = 4
    21  	SEM_ID  = 5
    22  	NSEM_ID = 6
    23  	GO_ID   = 7
    24  )