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

/freebsd-current/usr.bin/ipcs/
H A Dipcs.c62 void print_kshmptr(int i, int option, struct shmid_kernel *kshmptr);
416 print_kshmptr(int i, int option, struct shmid_kernel *kshmptr) argument
420 cvt_time(kshmptr->u.shm_atime, atime_buf);
421 cvt_time(kshmptr->u.shm_dtime, dtime_buf);
422 cvt_time(kshmptr->u.shm_ctime, ctime_buf);
425 IXSEQ_TO_IPCID(i, kshmptr->u.shm_perm),
426 (int)kshmptr->u.shm_perm.key,
427 fmt_perm(kshmptr->u.shm_perm.mode),
428 user_from_uid(kshmptr->u.shm_perm.uid, 0),
429 group_from_gid(kshmptr
[all...]

Completed in 112 milliseconds