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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c96 char alpid[SIZEOFPID+2]; /* +2 for '\n' and NULL */ local
109 ret = read(fd, (char *)alpid, SIZEOFPID + 1); /* +1 for '\n' */
116 lpid = (pid_t)strtol(alpid, NULL, 10);
/illumos-gate/usr/src/cmd/bnu/
H A Dulockf.c116 char alpid[SIZEOFPID+2]; /* +2 for '\n' and NULL */ local
127 ret = read(fd, (char *) alpid, SIZEOFPID+1); /* +1 for '\n' */
134 lpid = (pid_t) strtol(alpid, (char **) NULL, 10);
H A Duustat.c1004 char alpid[SIZEOFPID+2]; /* +2 for '\n' and null */ local
1026 ret = read(fd, alpid, SIZEOFPID+2); /* +2 for '\n' and null */
1027 pid = strtol(alpid, (char **) NULL, 10);
/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c122 char alpid[SIZEOFPID+2]; /* +2 for '\n' and NULL */ local
131 ret = read(fd, (char *)alpid, SIZEOFPID+1); /* +1 for '\n' */
135 lpid = atoi(alpid);
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c115 char alpid[SIZEOFPID+2]; /* +2 for '\n' and NULL */ local
126 ret = read(fd, (char *) alpid, SIZEOFPID+1); /* +1 for '\n' */
133 lpid = (pid_t) strtol(alpid, (char **) NULL, 10);

Completed in 63 milliseconds