Home
last modified time | relevance | path

Searched refs:pc_flag (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpoll_impl.h180 int pc_flag; /* see pc_flag define below */ member
/titanic_44/usr/src/uts/common/io/
H A Ddevpoll.c395 ((pcp->pc_flag & T_POLLWAKE) == 0)) { in dp_pcache_poll()
807 pcp->pc_flag = 0; in dpioctl()
815 if (pcp->pc_flag & T_POLLWAKE) in dpioctl()
/titanic_44/usr/src/uts/common/io/ksocket/
H A Dksocket.c811 pcp->pc_flag = 0; in ksocket_spoll()
823 if (pcp->pc_flag & T_POLLWAKE) in ksocket_spoll()
/titanic_44/usr/src/uts/common/syscall/
H A Dpoll.c523 pcp->pc_flag = 0; in poll_common()
538 if (pcp->pc_flag & T_POLLWAKE) in poll_common()
933 pcp->pc_flag |= T_POLLWAKE; in pollnotify()
2061 ((pcp->pc_flag & T_POLLWAKE) == 0)) { in pcache_poll()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1525 static int sd_send_scsi_START_STOP_UNIT(sd_ssc_t *ssc, int pc_flag,
20475 sd_send_scsi_START_STOP_UNIT(sd_ssc_t *ssc, int pc_flag, int flag, argument
20493 (pc_flag == SD_START_STOP) &&
20518 cdb.cdb_opaque[4] = (pc_flag == SD_POWER_CONDITION) ?