Lines Matching full:prints
43 * Stat -- a pointer to a stat buffer. Prints a couple fields.
44 * Stat11 -- a pointer to a freebsd 11 stat buffer. Prints a couple fields.
45 * StatFs -- a pointer to a statfs buffer. Prints a few fields.
48 * Signal -- a signal number. Prints the signal name (SIGxxx)
49 * Sockaddr -- a pointer to a struct sockaddr. Prints symbolic AF, and IP:Port
51 * Timespec -- a pointer to a struct timespec. Prints both elements.
52 * Timeval -- a pointer to a struct timeval. Prints both elements.
53 * Timeval2 -- a pointer to two struct timevals. Prints both elements of both.
54 * Itimerval -- a pointer to a struct itimerval. Prints all elements.
55 * Pollfd -- a pointer to an array of struct pollfd. Prints .fd and .events.
56 * Fd_set -- a pointer to an array of fd_set. Prints the fds that are set.
57 * Sigaction -- a pointer to a struct sigaction. Prints all elements.
58 * Sigset -- a pointer to a sigset_t. Prints the signals that are set.
59 * Sigprocmask -- the first argument to sigprocmask(). Prints the name.
60 * Kevent -- a pointer to an array of struct kevents. Prints all elements.
63 * CapRights -- a pointer to a cap_rights_t. Prints all set capabilities.