$quote "
$domain LCC.PCI.UNIX.RLOCKSHM
$ The following messages are from rlockshm.c
RLOCKSHM6 "Config is valid only with new style shared memory.\n"
RLOCKSHM7 "Unable to %1 common shared memory, "
RLOCKSHM8 "(system error: %1).\n"
RLOCKSHM9 "%1.\n"
RLOCKSHM10 "\nDefault configuration information (new-style only):\n\n"
RLOCKSHM11 "\tsegment attach address\t\t(program selected)\n"
RLOCKSHM12 "\tsegment attach address\t\t%1\n"
RLOCKSHM14 "\tshared memory key\t\t%1\n"
RLOCKSHM15 "\tlockset key\t\t\t%1\n"
RLOCKSHM17 "\topen file table entries\t\t%1\n"
RLOCKSHM18 "\tfile header table entries\t%1\n"
RLOCKSHM19 "\thashed file table entries\t%1\n"
RLOCKSHM20 "\trecord lock table entries\t%1\n"
RLOCKSHM22 "\tindividual record locks\t\t%1\n"
RLOCKSHM24 "These data may be changed with these configurable"
RLOCKSHM25 " parameter names:\n"
RLOCKSHM27 "\t%1 - %2\n"
RLOCKSHM28 "\nMiscellaneous existing memory information (%1 style):\n\n"
RLOCKSHM29 "\topen file table entries\t\t%1 @ %2 bytes\n"
RLOCKSHM30 "\tfile header table entries\t%1 @ %2 bytes\n"
RLOCKSHM31 "\thashed file table entries\t%1 @ %2 bytes\n"
RLOCKSHM32 "\trecord lock table entries\t%1 @ %2 bytes\n"
RLOCKSHM34 "\topen segment base\t\t%1\n"
RLOCKSHM35 "\tfile segment base\t\t%1\n"
RLOCKSHM36 "\tlock segment base\t\t%1\n"
RLOCKSHM38 "\topen file table\t\t\t%1\n"
RLOCKSHM39 "\tfile header table\t\t%1\n"
RLOCKSHM40 "\thashed file table\t\t%1\n"
RLOCKSHM41 "\trecord lock table\t\t%1\n"
RLOCKSHM43 "\topen table free list\t\t%1\n"
RLOCKSHM44 "\tfile table free list\t\t%1\n"
RLOCKSHM45 "\tlock table free list\t\t%1\n"
RLOCKSHM46 "\topen file table entries\t\t%1 @ %2 bytes\n"
RLOCKSHM47 "\tfile header table entries\t%1 @ %2 bytes\n"
RLOCKSHM48 "\thashed file table entries\t%1 @ %2 bytes\n"
RLOCKSHM49 "\trecord lock table entries\t%1 @ %2 bytes\n"
RLOCKSHM50 "\ttotal segment size\t\t%1 bytes\n"
RLOCKSHM52 "\tindividual record locks\t\t%1\n"
RLOCKSHM54 "\tattachment base\t\t\t%1"
RLOCKSHM55 " (program selected)"
RLOCKSHM57 "\topen file table\t\t\t%1\n"
RLOCKSHM58 "\tfile header table\t\t%1\n"
RLOCKSHM59 "\thashed file table\t\t%1\n"
RLOCKSHM60 "\trecord lock table\t\t%1\n"
RLOCKSHM62 "\topen table free list index\t%1\n"
RLOCKSHM63 "\tfile table free list index\t%1\n"
RLOCKSHM64 "\tlock table free list index\t%1\n"
RLOCKSHM65 "\nFile header table entries:\n"
RLOCKSHM100 "entry"
RLOCKSHM101 "open-list"
RLOCKSHM102 "lock-list"
RLOCKSHM103 "hash-link"
RLOCKSHM104 "unique-ID"
RLOCKSHM105 "open-index"
RLOCKSHM106 "lock-index"
RLOCKSHM70 "\nHashed file header table entries:\n"
RLOCKSHM200 "entry"
RLOCKSHM201 "file-hdr"
RLOCKSHM75 "\nRecord locking table entries:\n"
RLOCKSHM111 "next-lock"
RLOCKSHM112 "lock-low"
RLOCKSHM113 "lock-high"
RLOCKSHM114 "sess-ID"
RLOCKSHM115 "dos-PID"
RLOCKSHM116 "next-index"
RLOCKSHM80 "\nOpen file table entries:\n"
RLOCKSHM120 "next-open"
RLOCKSHM121 "header"
RLOCKSHM122 "acc"
RLOCKSHM123 "deny"
RLOCKSHM130 "fhdr-index"
RLOCKSHM131 "file-desc"

$ The following messages are from set_cfg.c
$quote "
$domain LCC.PCI.UNIX.SET_CFG
SET_CFG1 "Unable to create local space for testing cfg data.\n"
SET_CFG2 "Illegal configuration string: '%1'\n"
SET_CFG3 "No name supplied for '%1'.\n"
SET_CFG4 "No data supplied for '%1'.\n"
SET_CFG5 "Unknown name: '%1'\n"
SET_CFG6 "The data for '%1' must be non-negative.\n"
SET_CFG7 "The data for '%1' is invalid.\n"
SET_CFG8 "The data for '%1' must be less than %2.\n"

$ The following are handcrafted from set_cfg.c
SET_CFG100 "base"
SET_CFG101 "segment attach address (0 = program selected)"
SET_CFG102 "shmkey"
SET_CFG103 "shared memory key (low word only)"
SET_CFG104 "lsetkey"
SET_CFG105 "lockset key (low word only)"
SET_CFG106 "keys"
SET_CFG107 "set both shmkey and lsetkey to the same value"
SET_CFG108 "opentable"
SET_CFG109 "max number of open file table entries"
SET_CFG110 "filetable"
SET_CFG111 "max number of file header table entries"
SET_CFG112 "hashtable"
SET_CFG113 "max number of hashed file table entries"
SET_CFG114 "locktable"
SET_CFG115 "max number of record lock table entries"
SET_CFG116 "reclocks"
SET_CFG117 "max number of individual record locks"
