ps 155 compat/common/kern_sig_43.c register struct sigacts *ps = p->p_sigacts;
ps 166 compat/common/kern_sig_43.c *(sig_t *)&sv->sv_handler = ps->ps_sigact[signum];
ps 167 compat/common/kern_sig_43.c sv->sv_mask = ps->ps_catchmask[signum];
ps 170 compat/common/kern_sig_43.c if ((ps->ps_sigonstack & bit) != 0)
ps 172 compat/common/kern_sig_43.c if ((ps->ps_sigintr & bit) != 0)
ps 174 compat/common/kern_sig_43.c if ((ps->ps_sigreset & bit) != 0)
ps 95 compat/freebsd/freebsd_signal.c register struct sigacts *ps = p->p_sigacts;
ps 105 compat/freebsd/freebsd_signal.c sa->sa_handler = ps->ps_sigact[signum];
ps 106 compat/freebsd/freebsd_signal.c sa->sa_mask = ps->ps_catchmask[signum];
ps 109 compat/freebsd/freebsd_signal.c if ((ps->ps_sigonstack & bit) != 0)
ps 111 compat/freebsd/freebsd_signal.c if ((ps->ps_sigintr & bit) == 0)
ps 113 compat/freebsd/freebsd_signal.c if ((ps->ps_sigreset & bit) != 0)
ps 115 compat/freebsd/freebsd_signal.c if ((ps->ps_siginfo & bit) != 0)
ps 218 compat/freebsd/freebsd_signal.c register struct sigacts *ps = p->p_sigacts;
ps 231 compat/freebsd/freebsd_signal.c ps->ps_oldmask = p->p_sigmask;
ps 232 compat/freebsd/freebsd_signal.c ps->ps_flags |= SAS_OLDMASK;
ps 234 compat/freebsd/freebsd_signal.c while (tsleep((caddr_t) ps, PPAUSE|PCATCH, "pause", 0) == 0)
ps 91 compat/hpux/hpux_sig.c struct sigacts *ps = p->p_sigacts;
ps 101 compat/hpux/hpux_sig.c sv->sv_handler = ps->ps_sigact[sig];
ps 102 compat/hpux/hpux_sig.c sv->sv_mask = ps->ps_catchmask[sig];
ps 105 compat/hpux/hpux_sig.c if ((ps->ps_sigonstack & bit) != 0)
ps 107 compat/hpux/hpux_sig.c if ((ps->ps_sigintr & bit) != 0)
ps 109 compat/hpux/hpux_sig.c if ((ps->ps_sigreset & bit) != 0)
ps 273 compat/hpux/hpux_sig.c struct sigacts *ps = p->p_sigacts;
ps 280 compat/hpux/hpux_sig.c ps->ps_oldmask = p->p_sigmask;
ps 281 compat/hpux/hpux_sig.c ps->ps_flags |= SAS_OLDMASK;
ps 283 compat/hpux/hpux_sig.c (void) tsleep((caddr_t)ps, PPAUSE | PCATCH, "pause", 0);
ps 296 compat/hpux/hpux_sig.c struct sigacts *ps = p->p_sigacts;
ps 307 compat/hpux/hpux_sig.c sa->sa__handler = ps->ps_sigact[sig];
ps 309 compat/hpux/hpux_sig.c sa->sa_mask.sigset[0] = bsdtohpuxmask(ps->ps_catchmask[sig]);
ps 312 compat/hpux/hpux_sig.c if ((ps->ps_sigonstack & bit) != 0)
ps 314 compat/hpux/hpux_sig.c if ((ps->ps_sigreset & bit) != 0)
ps 1111 compat/sunos/sunos_misc.c register struct sigacts *ps = p->p_sigacts;
ps 1122 compat/sunos/sunos_misc.c *(sig_t *)&sv->sv_handler = ps->ps_sigact[signum];
ps 1123 compat/sunos/sunos_misc.c sv->sv_mask = ps->ps_catchmask[signum];
ps 1126 compat/sunos/sunos_misc.c if ((ps->ps_sigonstack & bit) != 0)
ps 1128 compat/sunos/sunos_misc.c if ((ps->ps_sigintr & bit) != 0)
ps 1130 compat/sunos/sunos_misc.c if ((ps->ps_sigreset & bit) != 0)
ps 6333 dev/pci/pciide.c struct pciide_pdcsata *ps;
ps 6342 dev/pci/pciide.c ps = sc->sc_cookie;
ps 6343 dev/pci/pciide.c bzero(ps, sizeof(*ps));
ps 6406 dev/pci/pciide.c PCI_MAPREG_MEM_TYPE_32BIT, 0, &ps->ba5_st,
ps 6407 dev/pci/pciide.c &ps->ba5_sh, NULL, NULL, 0) != 0) {
ps 6436 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh, 0x06c, 0x00ff0033);
ps 6438 dev/pci/pciide.c (bus_space_read_4(ps->ba5_st, ps->ba5_sh, 0x48) & 0x02) ?
ps 6448 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh, 0x60, 0x00ff00ff);
ps 6459 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh, 0x60, 0x00ff00ff);
ps 6492 dev/pci/pciide.c ps->regs[channel].ctl_iot = ps->ba5_st;
ps 6493 dev/pci/pciide.c ps->regs[channel].cmd_iot = ps->ba5_st;
ps 6495 dev/pci/pciide.c if (bus_space_subregion(ps->ba5_st, ps->ba5_sh,
ps 6497 dev/pci/pciide.c &ps->regs[channel].ctl_ioh) != 0) {
ps 6504 dev/pci/pciide.c if (bus_space_subregion(ps->ba5_st, ps->ba5_sh,
ps 6506 dev/pci/pciide.c &ps->regs[channel].cmd_iohs[i]) != 0) {
ps 6514 dev/pci/pciide.c ps->regs[channel].cmd_iohs[wdr_status & _WDC_REGMASK] =
ps 6515 dev/pci/pciide.c ps->regs[channel].cmd_iohs[wdr_command & _WDC_REGMASK];
ps 6516 dev/pci/pciide.c ps->regs[channel].cmd_iohs[wdr_features & _WDC_REGMASK] =
ps 6517 dev/pci/pciide.c ps->regs[channel].cmd_iohs[wdr_error & _WDC_REGMASK];
ps 6519 dev/pci/pciide.c ps->regs[channel].cmd_iot;
ps 6521 dev/pci/pciide.c ps->regs[channel].cmd_iohs[0];
ps 6530 dev/pci/pciide.c if (bus_space_subregion(ps->ba5_st, ps->ba5_sh,
ps 6532 dev/pci/pciide.c &ps->regs[channel].dma_iohs[IDEDMA_CMD(0)]) != 0) {
ps 6538 dev/pci/pciide.c if (bus_space_subregion(ps->ba5_st, ps->ba5_sh,
ps 6540 dev/pci/pciide.c &ps->regs[channel].dma_iohs[IDEDMA_TBL(0)]) != 0) {
ps 6549 dev/pci/pciide.c ps->regs[channel].dma_iohs[IDEDMA_CMD(0)], 0,
ps 6551 dev/pci/pciide.c ps->regs[channel].dma_iohs[IDEDMA_CMD(0)],
ps 6553 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh,
ps 6592 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6597 dev/pci/pciide.c scr = bus_space_read_4(ps->ba5_st, ps->ba5_sh, 0x00040);
ps 6622 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6627 dev/pci/pciide.c scr = bus_space_read_4(ps->ba5_st, ps->ba5_sh, 0x40);
ps 6628 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh, 0x40, scr & 0x0000ffff);
ps 6630 dev/pci/pciide.c status = bus_space_read_4(ps->ba5_st, ps->ba5_sh, 0x60);
ps 6631 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh, 0x60, status & 0x000000ff);
ps 6654 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6658 dev/pci/pciide.c ps->regs[chan].dma_iohs[IDEDMA_CMD(0)], 0,
ps 6660 dev/pci/pciide.c ps->regs[chan].dma_iohs[IDEDMA_CMD(0)],
ps 6662 dev/pci/pciide.c bus_space_write_4(ps->ba5_st, ps->ba5_sh,
ps 6672 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6676 dev/pci/pciide.c ps->regs[channel].dma_iohs[IDEDMA_TBL(0)], 0,
ps 6681 dev/pci/pciide.c ps->regs[channel].dma_iohs[IDEDMA_CMD(0)], 0,
ps 6683 dev/pci/pciide.c ps->regs[channel].dma_iohs[IDEDMA_CMD(0)],
ps 6693 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6697 dev/pci/pciide.c ps->regs[channel].dma_iohs[IDEDMA_CMD(0)], 0,
ps 6699 dev/pci/pciide.c ps->regs[channel].dma_iohs[IDEDMA_CMD(0)],
ps 6717 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6721 dev/pci/pciide.c return (bus_space_read_1(ps->regs[chp->channel].ctl_iot,
ps 6722 dev/pci/pciide.c ps->regs[chp->channel].ctl_ioh, reg & _WDC_REGMASK));
ps 6724 dev/pci/pciide.c val = bus_space_read_1(ps->regs[chp->channel].cmd_iot,
ps 6725 dev/pci/pciide.c ps->regs[chp->channel].cmd_iohs[reg & _WDC_REGMASK], 0);
ps 6735 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6738 dev/pci/pciide.c bus_space_write_1(ps->regs[chp->channel].ctl_iot,
ps 6739 dev/pci/pciide.c ps->regs[chp->channel].ctl_ioh, reg & _WDC_REGMASK, val);
ps 6741 dev/pci/pciide.c bus_space_write_1(ps->regs[chp->channel].cmd_iot,
ps 6742 dev/pci/pciide.c ps->regs[chp->channel].cmd_iohs[reg & _WDC_REGMASK],
ps 6751 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6758 dev/pci/pciide.c SCONTROL_WRITE(ps, chp->channel, scontrol);
ps 6762 dev/pci/pciide.c SCONTROL_WRITE(ps, chp->channel, scontrol);
ps 6771 dev/pci/pciide.c struct pciide_pdcsata *ps = sc->sc_cookie;
ps 6783 dev/pci/pciide.c SCONTROL_WRITE(ps, chp->channel, 0);
ps 6787 dev/pci/pciide.c SCONTROL_WRITE(ps,chp->channel,scontrol);
ps 6791 dev/pci/pciide.c SCONTROL_WRITE(ps,chp->channel,scontrol);
ps 6794 dev/pci/pciide.c sstatus = SSTATUS_READ(ps,chp->channel);
ps 6813 dev/pci/pciide.c iohs = ps->regs[chp->channel].cmd_iohs;
ps 147 dev/pci/pciide_pdc202xx_reg.h #define SCONTROL_WRITE(ps,channel,scontrol) \
ps 148 dev/pci/pciide_pdc202xx_reg.h bus_space_write_4((ps)->ba5_st, (ps)->ba5_sh, \
ps 152 dev/pci/pciide_pdc202xx_reg.h bus_space_read_4((ps)->ba5_st, (ps)->ba5_sh, \
ps 154 dev/sbus/cgtwelve.c char *ps;
ps 160 dev/sbus/cgtwelve.c ps = getpropstring(node, "dev_id");
ps 161 dev/sbus/cgtwelve.c if (*ps != '\0')
ps 162 dev/sbus/cgtwelve.c printf(" (%s)", ps);
ps 249 dev/sbus/cgtwelve.c ps = getpropstring(node, "ucoderev");
ps 250 dev/sbus/cgtwelve.c if (*ps != '\0')
ps 251 dev/sbus/cgtwelve.c printf(", microcode rev. %s", ps);
ps 1660 dev/usb/ehci.c usb_port_status_t ps;
ps 1930 dev/usb/ehci.c USETW(ps.wPortStatus, i);
ps 1936 dev/usb/ehci.c USETW(ps.wPortChange, i);
ps 1937 dev/usb/ehci.c l = min(len, sizeof(ps));
ps 1938 dev/usb/ehci.c memcpy(buf, &ps, l);
ps 2388 dev/usb/ohci.c usb_port_status_t ps;
ps 2625 dev/usb/ohci.c USETW(ps.wPortStatus, v);
ps 2626 dev/usb/ohci.c USETW(ps.wPortChange, v >> 16);
ps 2627 dev/usb/ohci.c l = min(len, sizeof ps);
ps 2628 dev/usb/ohci.c memcpy(buf, &ps, l);
ps 3099 dev/usb/uhci.c usb_port_status_t ps;
ps 3354 dev/usb/uhci.c USETW(ps.wPortStatus, status);
ps 3355 dev/usb/uhci.c USETW(ps.wPortChange, change);
ps 3356 dev/usb/uhci.c l = min(len, sizeof ps);
ps 3357 dev/usb/uhci.c memcpy(buf, &ps, l);
ps 358 dev/usb/usb_subr.c usbd_reset_port(usbd_device_handle dev, int port, usb_port_status_t *ps)
ps 378 dev/usb/usb_subr.c err = usbd_get_port_status(dev, port, ps);
ps 385 dev/usb/usb_subr.c if (!(UGETW(ps->wPortStatus) & UPS_CURRENT_CONNECT_STATUS))
ps 387 dev/usb/usb_subr.c } while ((UGETW(ps->wPortChange) & UPS_C_PORT_RESET) == 0 && --n > 0);
ps 155 dev/usb/usbdi_util.c usbd_get_port_status(usbd_device_handle dev, int port, usb_port_status_t *ps)
ps 163 dev/usb/usbdi_util.c USETW(req.wLength, sizeof *ps);
ps 164 dev/usb/usbdi_util.c return (usbd_do_request(dev, &req, ps));
ps 242 dev/usb/usbdivar.h int port, usb_port_status_t *ps);
ps 334 dev/wscons/wsemul_vt100_subr.c int i, n, ps = 0;
ps 342 dev/wscons/wsemul_vt100_subr.c (ps ? "/" : ""), i + 1);
ps 349 dev/wscons/wsemul_vt100_subr.c ps = 1;
ps 171 kern/kern_sig.c struct sigacts *ps;
ps 173 kern/kern_sig.c ps = pool_get(&sigacts_pool, PR_WAITOK);
ps 174 kern/kern_sig.c memcpy(ps, p->p_sigacts, sizeof(struct sigacts));
ps 175 kern/kern_sig.c ps->ps_refcnt = 1;
ps 176 kern/kern_sig.c return (ps);
ps 213 kern/kern_sig.c struct sigacts *ps = p->p_sigacts;
ps 215 kern/kern_sig.c if (--ps->ps_refcnt > 0)
ps 220 kern/kern_sig.c pool_put(&sigacts_pool, ps);
ps 234 kern/kern_sig.c struct sigacts *ps = p->p_sigacts;
ps 244 kern/kern_sig.c sa->sa_handler = ps->ps_sigact[signum];
ps 245 kern/kern_sig.c sa->sa_mask = ps->ps_catchmask[signum];
ps 248 kern/kern_sig.c if ((ps->ps_sigonstack & bit) != 0)
ps 250 kern/kern_sig.c if ((ps->ps_sigintr & bit) == 0)
ps 252 kern/kern_sig.c if ((ps->ps_sigreset & bit) != 0)
ps 254 kern/kern_sig.c if ((ps->ps_siginfo & bit) != 0)
ps 281 kern/kern_sig.c struct sigacts *ps = p->p_sigacts;
ps 290 kern/kern_sig.c ps->ps_sigact[signum] = sa->sa_handler;
ps 293 kern/kern_sig.c ps->ps_catchmask[signum] = sa->sa_mask &~ sigcantmask;
ps 313 kern/kern_sig.c ps->ps_sigreset |= bit;
ps 315 kern/kern_sig.c ps->ps_sigreset &= ~bit;
ps 317 kern/kern_sig.c ps->ps_siginfo |= bit;
ps 319 kern/kern_sig.c ps->ps_siginfo &= ~bit;
ps 321 kern/kern_sig.c ps->ps_sigintr |= bit;
ps 323 kern/kern_sig.c ps->ps_sigintr &= ~bit;
ps 325 kern/kern_sig.c ps->ps_sigonstack |= bit;
ps 327 kern/kern_sig.c ps->ps_sigonstack &= ~bit;
ps 333 kern/kern_sig.c ps->ps_usertramp |= bit;
ps 335 kern/kern_sig.c ps->ps_usertramp &= ~bit;
ps 381 kern/kern_sig.c struct sigacts *ps;
ps 385 kern/kern_sig.c ps = p->p_sigacts;
ps 401 kern/kern_sig.c ps->ps_sigact[nc] = SIG_DFL;
ps 407 kern/kern_sig.c ps->ps_sigstk.ss_flags = SS_DISABLE;
ps 408 kern/kern_sig.c ps->ps_sigstk.ss_size = 0;
ps 409 kern/kern_sig.c ps->ps_sigstk.ss_sp = 0;
ps 410 kern/kern_sig.c ps->ps_flags = 0;
ps 412 kern/kern_sig.c if (ps->ps_sigact[SIGCHLD] == SIG_IGN)
ps 413 kern/kern_sig.c ps->ps_sigact[SIGCHLD] = SIG_DFL;
ps 477 kern/kern_sig.c struct sigacts *ps = p->p_sigacts;
ps 486 kern/kern_sig.c ps->ps_oldmask = p->p_sigmask;
ps 487 kern/kern_sig.c ps->ps_flags |= SAS_OLDMASK;
ps 489 kern/kern_sig.c while (tsleep(ps, PPAUSE|PCATCH, "pause", 0) == 0)
ps 728 kern/kern_sig.c struct sigacts *ps = p->p_sigacts;
ps 739 kern/kern_sig.c ktrpsig(p, signum, ps->ps_sigact[signum],
ps 744 kern/kern_sig.c (*p->p_emul->e_sendsig)(ps->ps_sigact[signum], signum,
ps 746 kern/kern_sig.c p->p_sigmask |= ps->ps_catchmask[signum];
ps 747 kern/kern_sig.c if ((ps->ps_sigreset & mask) != 0) {
ps 751 kern/kern_sig.c ps->ps_sigact[signum] = SIG_DFL;
ps 754 kern/kern_sig.c ps->ps_sig = signum;
ps 755 kern/kern_sig.c ps->ps_code = code; /* XXX for core dump/debugger */
ps 756 kern/kern_sig.c ps->ps_type = type;
ps 757 kern/kern_sig.c ps->ps_sigval = sigval;
ps 1225 kern/kern_sig.c struct sigacts *ps = p->p_sigacts;
ps 1241 kern/kern_sig.c action = ps->ps_sigact[signum];
ps 1245 kern/kern_sig.c if (ps->ps_sig != signum) {
ps 1250 kern/kern_sig.c code = ps->ps_code;
ps 1251 kern/kern_sig.c type = ps->ps_type;
ps 1252 kern/kern_sig.c sigval = ps->ps_sigval;
ps 1260 kern/kern_sig.c ktrpsig(p, signum, action, ps->ps_flags & SAS_OLDMASK ?
ps 1261 kern/kern_sig.c ps->ps_oldmask : p->p_sigmask, type, &si);
ps 1293 kern/kern_sig.c if (ps->ps_flags & SAS_OLDMASK) {
ps 1294 kern/kern_sig.c returnmask = ps->ps_oldmask;
ps 1295 kern/kern_sig.c ps->ps_flags &= ~SAS_OLDMASK;
ps 1298 kern/kern_sig.c p->p_sigmask |= ps->ps_catchmask[signum];
ps 1299 kern/kern_sig.c if ((ps->ps_sigreset & mask) != 0) {
ps 1303 kern/kern_sig.c ps->ps_sigact[signum] = SIG_DFL;
ps 1307 kern/kern_sig.c if (ps->ps_sig == signum) {
ps 1308 kern/kern_sig.c ps->ps_sig = 0;
ps 1309 kern/kern_sig.c ps->ps_code = 0;
ps 1310 kern/kern_sig.c ps->ps_type = SI_USER;
ps 1311 kern/kern_sig.c ps->ps_sigval.sival_ptr = NULL;
ps 54 miscfs/procfs/procfs_status.c #define COUNTORCAT(s, l, ps, n) do { \
ps 56 miscfs/procfs/procfs_status.c strlcat(s, ps, l); \
ps 58 miscfs/procfs/procfs_status.c n += strlen(ps); \
ps 72 miscfs/procfs/procfs_status.c char ps[256], *sep;
ps 85 miscfs/procfs/procfs_status.c bcopy(p->p_comm, ps, MAXCOMLEN-1);
ps 86 miscfs/procfs/procfs_status.c ps[MAXCOMLEN] = '\0';
ps 87 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 89 miscfs/procfs/procfs_status.c (void) snprintf(ps, sizeof(ps), " %d %d %d %d ",
ps 91 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 94 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), "%d,%d ",
ps 97 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), "%d,%d ",
ps 99 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 103 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), "%sctty", sep);
ps 105 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 109 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), "%ssldr", sep);
ps 111 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 115 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), "noflags");
ps 116 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 119 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), " %ld,%ld",
ps 121 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 124 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), " %ld,%ld %ld,%ld",
ps 126 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 128 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), " %s",
ps 130 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 134 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), " %u, %u", cr->cr_uid, cr->cr_gid);
ps 135 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 137 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), ",%u", cr->cr_groups[i]);
ps 138 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 141 miscfs/procfs/procfs_status.c snprintf(ps, sizeof(ps), "\n");
ps 142 miscfs/procfs/procfs_status.c COUNTORCAT(s, l, ps, n);
ps 150 miscfs/procfs/procfs_status.c char *ps;
ps 157 miscfs/procfs/procfs_status.c ps = malloc(len, M_TEMP, M_WAITOK);
ps 158 miscfs/procfs/procfs_status.c len = procfs_stat_gen(p, ps, len);
ps 165 miscfs/procfs/procfs_status.c error = uiomove(ps + uio->uio_offset, len, uio);
ps 168 miscfs/procfs/procfs_status.c free(ps, M_TEMP);
ps 1635 net/pf_ioctl.c struct pfioc_state *ps = (struct pfioc_state *)addr;
ps 1636 net/pf_ioctl.c struct pfsync_state *sp = (struct pfsync_state *)ps->state;
ps 1674 net/pf_ioctl.c struct pfioc_state *ps = (struct pfioc_state *)addr;
ps 1680 net/pf_ioctl.c if (nr >= ps->nr)
ps 1689 net/pf_ioctl.c pf_state_export((struct pfsync_state *)&ps->state,
ps 1695 net/pf_ioctl.c struct pfioc_states *ps = (struct pfioc_states *)addr;
ps 1700 net/pf_ioctl.c if (ps->ps_len == 0) {
ps 1702 net/pf_ioctl.c ps->ps_len = sizeof(struct pfsync_state) * nr;
ps 1708 net/pf_ioctl.c p = ps->ps_states;
ps 1713 net/pf_ioctl.c if ((nr+1) * sizeof(*p) > (unsigned)ps->ps_len)
ps 1729 net/pf_ioctl.c ps->ps_len = sizeof(struct pfsync_state) * nr;
ps 625 uvm/uvm_page.c struct vm_physseg *ps;
ps 704 uvm/uvm_page.c ps = &vm_physmem[vm_nphysseg];
ps 714 uvm/uvm_page.c ps = &vm_physmem[lcv];
ps 730 uvm/uvm_page.c ps = &vm_physmem[lcv];
ps 743 uvm/uvm_page.c ps->start = start;
ps 744 uvm/uvm_page.c ps->end = end;
ps 745 uvm/uvm_page.c ps->avail_start = avail_start;
ps 746 uvm/uvm_page.c ps->avail_end = avail_end;
ps 748 uvm/uvm_page.c ps->pgs = NULL;
ps 750 uvm/uvm_page.c ps->pgs = pgs;
ps 751 uvm/uvm_page.c ps->lastpg = pgs + npages - 1;
ps 753 uvm/uvm_page.c ps->free_list = free_list;