Lines Matching refs:f_type

1309 				if (f->f_type == F_UNUSED) {
1408 * Need to grab filed_mutex before testing the f_type.
1415 if (f->f_type == F_UNUSED ||
1416 (f->f_type == F_FILE && (mp->flags & IGN_FILE)) ||
1417 (f->f_type == F_CONSOLE &&
1470 while (f->f_type != F_UNUSED) {
1497 if (f->f_type != F_FILE)
1503 f->f_type = F_UNUSED;
1516 if (f->f_type == F_FILE) {
1547 if (f->f_type == F_FORW) {
1595 if (f->f_type != F_FORW &&
1616 if (f->f_prevcount > 0 && f->f_type != F_FORW) {
1683 if (f->f_type != F_USERS && f->f_type != F_WALL &&
1684 f->f_type != F_UNUSED) {
1685 if (f->f_type == F_FORW)
1692 * Since f_type may have been changed before this point, we need
1699 f->f_type = F_UNUSED;
1803 switch (f->f_type) {
1809 mythreadno, msg, TypeNames[f->f_type],
1848 f->f_type == F_UNUSED) {
1852 f->f_type = F_UNUSED;
1872 mythreadno, msg, TypeNames[f->f_type],
1873 ((f->f_type == F_USERS) || (f->f_type == F_WALL)) ?
1903 f->f_type == F_CONSOLE)
1908 if ((f->f_type == F_USERS) || (f->f_type == F_WALL)) {
1928 } else if (f->f_type != F_FILE) {
1943 f->f_type == F_UNUSED) {
1952 if (e == EBADF && f->f_type != F_FILE) {
1956 f->f_type = F_UNUSED;
1962 f->f_type = F_UNUSED;
2019 if (f->f_type == F_WALL) {
2054 if (f->f_type == F_USERS) {
3119 (void) fprintf(out, "%s: ", TypeNames[f->f_type]);
3120 switch (f->f_type) {
3166 switch (f->f_type) {
3173 (void) fprintf(out, "%-24s", TypeNames[f->f_type]);
3300 if (f->f_type == F_UNUSED)
3334 if (f->f_type != F_UNUSED &&
3497 f->f_type = F_FORW;
3536 f->f_type = F_TTY;
3539 f->f_type = F_FILE;
3542 f->f_type = F_CONSOLE;
3546 f->f_type = F_WALL;
3562 f->f_type = F_USERS;
3565 f->f_orig_type = f->f_type;
5103 f->f_prev_queue_count = (f->f_type == F_UNUSED) ?
5126 if (f->f_type == F_UNUSED) {
5171 if (f->f_type == F_CONSOLE &&
5176 if (f->f_type == F_USERS || f->f_type == F_WALL ||
5177 f->f_type == F_UNUSED)
5181 f->f_type = F_UNUSED;