Searched refs:pcb_flags (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgenassym.c203 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dgenassym.c195 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-12-stable/sys/i386/i386/
H A Dgenassym.c150 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
H A Dvm86.c485 pcb->pcb_flags = PCB_VM86CALL;
H A Dmachdep.c1144 if ((pcb->pcb_flags & PCB_DBREGS) == 0)
1162 pcb->pcb_flags &= ~PCB_DBREGS;
2520 thread0.td_pcb->pcb_flags = 0;
3077 curthread->td_pcb->pcb_flags &= ~(PCB_NPXINITDONE |
3182 pcb->pcb_flags |= PCB_DBREGS;
/freebsd-12-stable/sys/arm64/arm64/
H A Dmachdep.c364 td->td_pcb->pcb_flags |= PCB_SINGLE_STEP;
373 td->td_pcb->pcb_flags &= ~PCB_SINGLE_STEP;
/freebsd-12-stable/sys/amd64/amd64/
H A Dgenassym.c147 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
/freebsd-12-stable/sys/netinet/
H A Dsctp_structs.h91 * sctp_initiate_iterator(inp_func, assoc_func, inp_func, pcb_flags, pcb_features,
99 * flags STILL apply so if the inp you specify has different pcb_flags then
100 * what you put in pcb_flags nothing will happen. use SCTP_PCB_ANY_FLAGS to
147 uint32_t pcb_flags; /* endpoint flags being checked */ member in struct:sctp_iterator
H A Dsctputil.c1476 while (((it->pcb_flags) &&
1477 ((it->inp->sctp_flags & it->pcb_flags) != it->pcb_flags)) ||
H A Dsctp_pcb.c7123 it->pcb_flags = pcb_state;
/freebsd-12-stable/sys/arm/arm/
H A Dmachdep.c781 thread0.td_pcb->pcb_flags = 0;

Completed in 295 milliseconds

12