Searched refs:kshmptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c65 void print_kshmptr(int i, int option, struct shmid_kernel *kshmptr);
419 print_kshmptr(int i, int option, struct shmid_kernel *kshmptr) argument
423 cvt_time(kshmptr->u.shm_atime, atime_buf);
424 cvt_time(kshmptr->u.shm_dtime, dtime_buf);
425 cvt_time(kshmptr->u.shm_ctime, ctime_buf);
428 IXSEQ_TO_IPCID(i, kshmptr->u.shm_perm),
429 (int)kshmptr->u.shm_perm.key,
430 fmt_perm(kshmptr->u.shm_perm.mode),
431 user_from_uid(kshmptr->u.shm_perm.uid, 0),
432 group_from_gid(kshmptr
[all...]

Completed in 80 milliseconds