OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shmptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ipcrm/
ipcrm.c
162
struct shmid_ds_sysctl *
shmptr
= &shmsi->shmids[i];
local
163
if (
shmptr
->shm_perm.mode & 0x0800)
165
(int)IXSEQ_TO_IPCID(i,
shmptr
->shm_perm));
/src/usr.bin/ipcs/
ipcs.c
576
struct shmid_ds_sysctl *
shmptr
= &shmsi->shmids[i];
local
577
if (
shmptr
->shm_perm.mode & 0x0800)
578
show_shminfo(
shmptr
->shm_atime,
579
shmptr
->shm_dtime,
580
shmptr
->shm_ctime,
581
IXSEQ_TO_IPCID(i,
shmptr
->shm_perm),
582
shmptr
->shm_perm._key,
583
shmptr
->shm_perm.mode,
584
shmptr
->shm_perm.uid,
585
shmptr
->shm_perm.gid
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026