Searched defs:getflock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c75 static int getflock(struct ps_prochandle *, int, struct flock *);
343 getflock(struct ps_prochandle *Pr, int fd, struct flock *flock_native) function
395 if ((Pstate(Pr) != PS_DEAD) && (getflock(Pr, fd, &flock) != -1)) {

Completed in 83 milliseconds