Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/sys/
H A Dpoll_impl.h246 int pc_flag; /* see pc_flag define below */ member
/titanic_53/usr/src/uts/common/io/
H A Ddevpoll.c527 ((pcp->pc_flag & PC_POLLWAKE) == 0)) { in dp_pcache_poll()
1221 pcp->pc_flag &= ~PC_POLLWAKE; in dpioctl()
1241 if (pcp->pc_flag & PC_POLLWAKE) in dpioctl()
/titanic_53/usr/src/uts/common/io/ksocket/
H A Dksocket.c812 pcp->pc_flag = 0; in ksocket_spoll()
824 if (pcp->pc_flag & PC_POLLWAKE) in ksocket_spoll()
/titanic_53/usr/src/uts/common/syscall/
H A Dpoll.c554 pcp->pc_flag = 0; in poll_common()
569 if (pcp->pc_flag & PC_POLLWAKE) in poll_common()
964 pcp->pc_flag |= PC_POLLWAKE; in pollnotify()
2093 ((pcp->pc_flag & PC_POLLWAKE) == 0)) { in pcache_poll()
/titanic_53/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) ?