sn 1870 dev/ic/malo.c int i, sn, error;
sn 1883 dev/ic/malo.c sn = 1;
sn 1889 dev/ic/malo.c hdr->seqnum = htole16(sn++);
sn 1911 dev/ic/malo.c hdr->seqnum = htole16(sn++);
sn 628 dev/ic/wdc.c u_int8_t st0, st1, sc, sn, cl, ch;
sn 695 dev/ic/wdc.c sn = CHP_READ_REG(chp, wdr_sector);
sn 703 dev/ic/wdc.c chp->channel, drive, st0, WDCS_BITS, sc, sn, cl, ch),
sn 3946 dev/pci/pciide.c uint8_t scnt, sn, cl, ch;
sn 4018 dev/pci/pciide.c sn = CHP_READ_REG(chp, wdr_sector);
sn 4024 dev/pci/pciide.c sn = bus_space_read_1(chp->cmd_iot,
sn 4034 dev/pci/pciide.c scnt, sn, cl, ch);
sn 6774 dev/pci/pciide.c u_int16_t scnt, sn, cl, ch;
sn 6818 dev/pci/pciide.c sn = bus_space_read_2(chp->cmd_iot, iohs[wdr_sector], 0);
sn 6824 dev/pci/pciide.c scnt, sn, cl, ch);
sn 7436 dev/pci/pciide.c uint8_t scnt, sn, cl, ch;
sn 7505 dev/pci/pciide.c sn = CHP_READ_REG(chp, wdr_sector);
sn 7511 dev/pci/pciide.c sn = bus_space_read_1(chp->cmd_iot,
sn 7521 dev/pci/pciide.c scnt, sn, cl, ch);
sn 661 kern/subr_disk.c daddr64_t sn;
sn 671 kern/subr_disk.c sn = bp->b_blkno;
sn 673 kern/subr_disk.c (*pr)("%lld", sn);
sn 676 kern/subr_disk.c sn += blkdone;
sn 677 kern/subr_disk.c (*pr)("%lld of ", sn);
sn 683 kern/subr_disk.c sn += DL_GETPOFFSET(&lp->d_partitions[part]);
sn 684 kern/subr_disk.c (*pr)(" (%s%d bn %lld; cn %lld", dname, unit, sn,
sn 685 kern/subr_disk.c sn / lp->d_secpercyl);
sn 686 kern/subr_disk.c sn %= lp->d_secpercyl;
sn 687 kern/subr_disk.c (*pr)(" tn %lld sn %lld)", sn / lp->d_nsectors,
sn 688 kern/subr_disk.c sn % lp->d_nsectors);
sn 1204 kern/tty_pty.c memcpy(ptm->sn, pti->pty_sn, sizeof(pti->pty_sn));
sn 722 net/pf.c pf_insert_src_node(struct pf_src_node **sn, struct pf_rule *rule,
sn 727 net/pf.c if (*sn == NULL) {
sn 736 net/pf.c *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k);
sn 738 net/pf.c if (*sn == NULL) {
sn 741 net/pf.c (*sn) = pool_get(&pf_src_tree_pl, PR_NOWAIT);
sn 744 net/pf.c if ((*sn) == NULL)
sn 746 net/pf.c bzero(*sn, sizeof(struct pf_src_node));
sn 748 net/pf.c pf_init_threshold(&(*sn)->conn_rate,
sn 752 net/pf.c (*sn)->af = af;
sn 755 net/pf.c (*sn)->rule.ptr = rule;
sn 757 net/pf.c (*sn)->rule.ptr = NULL;
sn 758 net/pf.c PF_ACPY(&(*sn)->addr, src, af);
sn 760 net/pf.c &tree_src_tracking, *sn) != NULL) {
sn 763 net/pf.c pf_print_host(&(*sn)->addr, 0, af);
sn 766 net/pf.c pool_put(&pf_src_tree_pl, *sn);
sn 769 net/pf.c (*sn)->creation = time_second;
sn 770 net/pf.c (*sn)->ruletype = rule->action;
sn 771 net/pf.c if ((*sn)->rule.ptr != NULL)
sn 772 net/pf.c (*sn)->rule.ptr->src_nodes++;
sn 777 net/pf.c (*sn)->states >= rule->max_src_states) {
sn 2058 net/pf.c struct pf_addr *naddr, struct pf_addr *init_addr, struct pf_src_node **sn)
sn 2067 net/pf.c if (*sn == NULL && r->rpool.opts & PF_POOL_STICKYADDR &&
sn 2077 net/pf.c *sn = RB_FIND(pf_src_tree, &tree_src_tracking, &k);
sn 2078 net/pf.c if (*sn != NULL && !PF_AZERO(&(*sn)->raddr, af)) {
sn 2079 net/pf.c PF_ACPY(naddr, &(*sn)->raddr, af);
sn 2224 net/pf.c if (*sn != NULL)
sn 2225 net/pf.c PF_ACPY(&(*sn)->raddr, naddr, af);
sn 2241 net/pf.c struct pf_src_node **sn)
sn 2248 net/pf.c if (pf_map_addr(af, r, saddr, naddr, &init_addr, sn))
sn 2314 net/pf.c if (pf_map_addr(af, r, saddr, naddr, &init_addr, sn))
sn 2411 net/pf.c struct pfi_kif *kif, struct pf_src_node **sn,
sn 2441 net/pf.c r->rpool.proxy_port[1], sn)) {
sn 2527 net/pf.c if (pf_map_addr(pd->af, r, saddr, naddr, NULL, sn))
sn 3243 net/pf.c struct pf_src_node *sn = NULL;
sn 3254 net/pf.c pf_insert_src_node(&sn, r, saddr, af) != 0) {
sn 3270 net/pf.c if (sn != NULL && sn->states == 0 && sn->expire == 0) {
sn 3271 net/pf.c RB_REMOVE(pf_src_tree, &tree_src_tracking, sn);
sn 3274 net/pf.c pool_put(&pf_src_tree_pl, sn);
sn 3276 net/pf.c if (nsn != sn && nsn != NULL && nsn->states == 0 &&
sn 3354 net/pf.c if (sn != NULL) {
sn 3355 net/pf.c s->src_node = sn;
sn 4951 net/pf.c struct pf_src_node *sn = NULL;
sn 5011 net/pf.c &naddr, NULL, &sn);
sn 5145 net/pf.c struct pf_src_node *sn = NULL;
sn 5195 net/pf.c &naddr, NULL, &sn);
sn 2860 net/pf_ioctl.c struct pf_src_node *sn;
sn 2866 net/pf_ioctl.c RB_FOREACH(sn, pf_src_tree, &tree_src_tracking) {
sn 2870 net/pf_ioctl.c &sn->addr, sn->af) &&
sn 2874 net/pf_ioctl.c &sn->raddr, sn->af)) {
sn 2876 net/pf_ioctl.c if (sn->states != 0) {
sn 2879 net/pf_ioctl.c if (s->src_node == sn)
sn 2881 net/pf_ioctl.c if (s->nat_src_node == sn)
sn 2884 net/pf_ioctl.c sn->states = 0;
sn 2886 net/pf_ioctl.c sn->expire = 1;
sn 71 sys/tty.h char sn[16];