Lines Matching +full:segment +full:- +full:2 +full:a
12 .\" 2. Redistributions in binary form must reproduce the above copyright
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
68 unmaps the segment and closes file descriptor pointing to the segment,
79 .Bl -tag -width truncate
87 .Xr mmap 2 .
88 By default, the system page size is used, but on some platforms a
90 The size of an object backed by large pages must be a multiple of the
103 For each segment, the user and group owner, size, and path are displayed.
110 Output raw bytes values from the segment to standard output.
120 The human-friendly 'k', 'm', 'g' suffixes can be used, see
126 .Bl -tag -width XXX
128 If specified, requests human-readable display of size, see
132 using name-switch services, instead the raw numeric values are printed.
135 .Ex -std
137 .Bl -bullet
139 To show content of the shared memory segment with the path
142 .Dl "posixshmcontrol dump /1 | hexdump -C"
144 To create a segment with the path
145 .Pa /2
147 .Dl "posixshmcontrol create /2"
148 .Dl "posixshmcontrol truncate -s 1m /2"
153 .Xr ftruncate 2 ,
154 .Xr mmap 2 ,
155 .Xr read 2 ,
156 .Xr shm_open 2 ,
157 .Xr shm_unlink 2 ,
158 .Xr stat 2 ,