Home
last modified time | relevance | path

Searched refs:semflags (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dproto.h73 extern const char *semflags(private_t *, int);
H A Dcodes.c2092 semflags(private_t *pri, int arg) in semflags() function
H A Dprint.c491 const char *s = raw? NULL : semflags(pri, (int)val); in prt_sef()
H A Dexpound.c2366 else if ((str = semflags(pri, sembuf.sem_flg)) != NULL) in show_semop()