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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c37 static int onelock(char *, char *, char *);
67 if (onelock(pid, tempfile, name) == -1) {
72 if (onelock(pid, tempfile, name)) {
74 DEBUG(4, "ulockf failed in onelock()\n%s", "");
196 onelock(char *pid, char *tempfile, char *name) function
/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c59 static int onelock(char *, char *, char *);
93 if (onelock(pid, tempfile, file) == -1) {
99 if (onelock(pid, tempfile, file)) {
199 onelock(char *pid, char *tempfile, char *name) function
/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c47 static int onelock();
85 if (onelock(pid, tempfile, name) == -1) {
90 if (onelock(pid, tempfile, name)) {
92 DEBUG(4,"ulockf failed in onelock()\n%s", "");
297 onelock(pid,tempfile,name) function
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c46 static int onelock();
84 if (onelock(pid, tempfile, name) == -1) {
89 if (onelock(pid, tempfile, name)) {
91 DEBUG(4,"ulockf failed in onelock()\n%s", "");
296 onelock(pid,tempfile,name) function

Completed in 58 milliseconds