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

/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c104 * The pidrec structure describes the data shipped down the pipe to
115 struct pidrec { struct
623 * pidrec size record, the remainder of the message will
645 struct pidrec prec;
646 register struct pidrec *p = ≺
657 if ((bytes_read = read(Pfd, p, sizeof (struct pidrec))) !=
658 sizeof (struct pidrec)) {
664 while (read(Pfd, p, sizeof (struct pidrec)) > 0)
/illumos-gate/usr/src/cmd/init/
H A Dinit.c393 struct pidrec { struct
3618 struct pidrec prec;
3619 struct pidrec *p = ≺
3635 if (read(Pfd, p, sizeof (struct pidrec)) !=
3636 sizeof (struct pidrec)) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c81 typedef struct pidrec { struct

Completed in 57 milliseconds