Searched refs:pc_flags (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c129 ((pcp->pc_flags & PC_INVAL) == 0) &&
153 pcp->pc_flags = 0;
168 pcp->pc_flags |= PC_INVAL;
181 pcp->pc_flags |= PC_INVAL;
230 pcp->pc_flags |= PC_RELEHOLD;
233 if (vp->v_type != VDIR && (pcp->pc_flags & PC_INVAL) == 0) {
241 } else if (pcp->pc_flags & PC_CHG) {
269 pcp->pc_flags &= ~PC_RELEHOLD;
277 * XXX - old code had a check for !(pcp->pc_flags & PC_INVAL)
321 pcp->pc_flags |
[all...]
H A Dpc_vnops.c233 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) {
267 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) {
278 pcp->pc_flags |= PC_MOD;
443 pcp->pc_flags |= PC_CHG;
465 pcp->pc_flags |= PC_INVAL;
738 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags & PC_INVAL) {
760 pcp->pc_flags |= PC_CHG;
802 pcp->pc_flags |= PC_CHG;
831 pcp->pc_flags |= PC_CHG;
854 if ((pcp = VTOPC(vp)) == NULL || pcp->pc_flags
[all...]
H A Dpc_vfsops.c888 pcp->pc_flags |= PC_EXTERNAL;
1178 pcp->pc_flags |= PC_EXTERNAL;
1263 pcp->pc_flags |= PC_EXTERNAL;
H A Dpc_dir.c806 pcp->pc_flags |= PC_CHG;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dpcic.c683 if (pcic != NULL && pcic->pc_flags & PCF_SUSPENDED) {
687 pcic->pc_flags &= ~PCF_SUSPENDED;
786 pcic->pc_flags = PCF_PCIBUS;
800 if (pcic->pc_flags & PCF_PCIBUS)
829 if (pcic->pc_flags & PCF_PCIBUS) {
876 pcic->pc_flags |= PCF_CARDBUS;
1055 cmn_err(CE_CONT, "pcic_attach pc_flags=%x pc_type=%x\n",
1056 pcic->pc_flags, pcic->pc_type);
1064 if (pcic->pc_flags & PCF_PCIBUS) {
1114 pcic->pc_flags |
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h56 int pc_flags; /* see below */ member in struct:pcnode
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcic_var.h162 uint32_t pc_flags; member in struct:pcicdev_t

Completed in 189 milliseconds