Symbol: super
dist/pf/sbin/pfctl/pfctl_optimize.c
1534
exclude_supersets(struct pf_rule *super, struct pf_rule *sub)
dist/pf/sbin/pfctl/pfctl_optimize.c
1536
if (super->ifname[0] == '\0')
dist/pf/sbin/pfctl/pfctl_optimize.c
1538
if (super->direction == PF_INOUT)
dist/pf/sbin/pfctl/pfctl_optimize.c
1540
if ((super->proto == 0 || super->proto == sub->proto) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1541
super->flags == 0 && super->flagset == 0 && (sub->flags ||
dist/pf/sbin/pfctl/pfctl_optimize.c
1543
sub->flags = super->flags;
dist/pf/sbin/pfctl/pfctl_optimize.c
1544
sub->flagset = super->flagset;
dist/pf/sbin/pfctl/pfctl_optimize.c
1546
if (super->proto == 0)
dist/pf/sbin/pfctl/pfctl_optimize.c
1549
if (super->src.port_op == 0) {
dist/pf/sbin/pfctl/pfctl_optimize.c
1554
if (super->dst.port_op == 0) {
dist/pf/sbin/pfctl/pfctl_optimize.c
1560
if (super->src.addr.type == PF_ADDR_ADDRMASK && !super->src.neg &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1561
!sub->src.neg && super->src.addr.v.a.mask.addr32[0] == 0 &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1562
super->src.addr.v.a.mask.addr32[1] == 0 &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1563
super->src.addr.v.a.mask.addr32[2] == 0 &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1564
super->src.addr.v.a.mask.addr32[3] == 0)
dist/pf/sbin/pfctl/pfctl_optimize.c
1566
else if (super->src.addr.type == PF_ADDR_ADDRMASK &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1568
super->src.neg == sub->src.neg &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1569
super->af == sub->af &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1570
unmask(&super->src.addr.v.a.mask, super->af) <
dist/pf/sbin/pfctl/pfctl_optimize.c
1572
super->src.addr.v.a.addr.addr32[0] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1574
super->src.addr.v.a.mask.addr32[0]) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1575
super->src.addr.v.a.addr.addr32[1] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1577
super->src.addr.v.a.mask.addr32[1]) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1578
super->src.addr.v.a.addr.addr32[2] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1580
super->src.addr.v.a.mask.addr32[2]) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1581
super->src.addr.v.a.addr.addr32[3] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1583
super->src.addr.v.a.mask.addr32[3])) {
dist/pf/sbin/pfctl/pfctl_optimize.c
1585
memcpy(&sub->src.addr, &super->src.addr, sizeof(sub->src.addr));
dist/pf/sbin/pfctl/pfctl_optimize.c
1588
if (super->dst.addr.type == PF_ADDR_ADDRMASK && !super->dst.neg &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1589
!sub->dst.neg && super->dst.addr.v.a.mask.addr32[0] == 0 &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1590
super->dst.addr.v.a.mask.addr32[1] == 0 &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1591
super->dst.addr.v.a.mask.addr32[2] == 0 &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1592
super->dst.addr.v.a.mask.addr32[3] == 0)
dist/pf/sbin/pfctl/pfctl_optimize.c
1594
else if (super->dst.addr.type == PF_ADDR_ADDRMASK &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1596
super->dst.neg == sub->dst.neg &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1597
super->af == sub->af &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1598
unmask(&super->dst.addr.v.a.mask, super->af) <
dist/pf/sbin/pfctl/pfctl_optimize.c
1600
super->dst.addr.v.a.addr.addr32[0] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1602
super->dst.addr.v.a.mask.addr32[0]) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1603
super->dst.addr.v.a.addr.addr32[1] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1605
super->dst.addr.v.a.mask.addr32[1]) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1606
super->dst.addr.v.a.addr.addr32[2] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1608
super->dst.addr.v.a.mask.addr32[2]) &&
dist/pf/sbin/pfctl/pfctl_optimize.c
1609
super->dst.addr.v.a.addr.addr32[3] ==
dist/pf/sbin/pfctl/pfctl_optimize.c
1611
super->dst.addr.v.a.mask.addr32[3])) {
dist/pf/sbin/pfctl/pfctl_optimize.c
1613
memcpy(&sub->dst.addr, &super->dst.addr, sizeof(sub->dst.addr));
dist/pf/sbin/pfctl/pfctl_optimize.c
1616
if (super->af == 0)
games/warp/init.c
110
inumstars = exdis(700) + rand_mod(150-super*2) + 50+super*2;
games/warp/init.c
154
inhenergy = 30000-super*150;
games/warp/init.c
158
inhenergy += rand_mod(3500+super*150);
games/warp/init.c
324
obj = make_object(Star,ch,y,x,0,0,e+rand_mod(super*100+1),e/4,&root);
games/warp/init.c
378
e = 52-super;
games/warp/init.c
453
e + rand_mod(super*200+2) + 10000*massacre,e/4,&root);
games/warp/init.c
493
e + rand_mod(super*200+2),e/4,&root);
games/warp/init.c
72
super = (smarts>50?smarts-50:0);
games/warp/init.c
73
enemshields = 10 + super/2; /* (scaled by 10) 1 @ 50 .. 3 @ 90 */
games/warp/move.c
136
blast[y][x] += 500+super*20;
games/warp/move.c
138
blast[y][x] += 5000+super*100;
games/warp/move.c
165
blast[y][x] += 500+super*20;
games/warp/move.c
167
blast[y][x] += 5000+super*100;
games/warp/warp.h
420
EXT int super;
games/warp/weapon.c
129
if (massacre || madgorns || !rand_mod(53-super) )
games/warp/weapon.c
253
if (massacre || rand_mod(50) < super) {
games/warp/weapon.c
366
if (scandist-prob>1 && !rand_mod(51-super))
games/warp/weapon.c
91
to->mass = 1000+super*20;
sbin/fsck_ext2fs/setup.c
301
daddr_t super = bflag ? bflag : SBOFF / dev_bsize;
sbin/fsck_ext2fs/setup.c
303
if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super, (long)SBSIZE) != 0)
sbin/fsck_ext2fs/setup.c
305
sblk.b_bno = super;
sbin/fsck_ext2fs/setup.c
351
super *= dev_bsize;
sbin/fsck_ext2fs/setup.c
353
sblk.b_bno = super / dev_bsize;
sbin/fsck_ffs/setup.c
786
daddr_t super = 0;
sbin/fsck_ffs/setup.c
791
super = bflag;
sbin/fsck_ffs/setup.c
792
if (bread(fsreadfd, (char *)sblk.b_un.b_fs, super,
sbin/fsck_ffs/setup.c
802
super = sblock_try[i] / dev_bsize;
sbin/fsck_ffs/setup.c
804
super, (long)SBLOCKSIZE) != 0)
sbin/fsck_ffs/setup.c
859
super *= dev_bsize;
sbin/fsck_ffs/setup.c
861
sblk.b_bno = super / dev_bsize;
sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp
141
return super::create();
sys/arch/hpc/stand/hpcboot/arm/arm_boot.cpp
79
return super::setup();
sys/arch/hpc/stand/hpcboot/mips/mips_boot.cpp
152
return super::create();
sys/arch/hpc/stand/hpcboot/mips/mips_boot.cpp
78
return super::setup();
sys/arch/hpc/stand/hpcboot/sh3/dev/sh3_dev.cpp
105
super::icu_dump_priority(_ipr_table);
sys/arch/hpc/stand/hpcboot/sh3/dev/sh3_dev.cpp
72
super::dump(bit);
sys/arch/hpc/stand/hpcboot/sh3/dev/sh4_dev.cpp
103
super::icu_dump_priority(_ipr_table);
sys/arch/hpc/stand/hpcboot/sh3/dev/sh4_dev.cpp
72
super::dump(bit);
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.cpp
78
super::systemInfo();
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
136
if (!super::init())
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
156
if (super::setupLoader()) {
sys/arch/hpc/stand/hpcboot/sh3/sh_arch.h
97
if (!super::init()) \
sys/arch/hpc/stand/hpcboot/sh3/sh_boot.cpp
164
return super::create();
sys/arch/hpc/stand/hpcboot/sh3/sh_boot.cpp
78
return super::setup();
sys/arch/hpc/stand/hpcboot/sh3/sh_console.cpp
118
super::genericPrint(_bufm);
sys/arch/hpc/stand/hpcboot/sh3/sh_console.cpp
93
if (!super::init())
sys/arch/powerpc/powerpc/db_interface.c
342
print_batmodes(register_t super, register_t user, register_t pp)
sys/arch/powerpc/powerpc/db_interface.c
352
super ? 'S' : '-', user ? 'U' : '-', accessmodes[pp]);
sys/fs/nilfs/nilfs.h
131
struct nilfs_super_block super, super2;
sys/fs/nilfs/nilfs_subr.c
548
comp_crc = crc32_le(nilfs_rw32(nilfsdev->super.s_crc_seed),
sys/fs/nilfs/nilfs_subr.c
567
struct nilfs_super_block *super;
sys/fs/nilfs/nilfs_subr.c
585
nilfsdev->super.s_last_pseg = nilfsdev->super.s_first_data_block;
sys/fs/nilfs/nilfs_subr.c
586
nilfsdev->super.s_last_cno = nilfs_rw64(1);
sys/fs/nilfs/nilfs_subr.c
589
ri->pseg = nilfs_rw64(nilfsdev->super.s_last_pseg); /* blknr */
sys/fs/nilfs/nilfs_subr.c
593
cno = nilfs_rw64(nilfsdev->super.s_last_cno);
sys/fs/nilfs/nilfs_subr.c
616
super = &nilfsdev->super;
sys/fs/nilfs/nilfs_subr.c
618
super->s_last_pseg = nilfs_rw64(ri->pseg);
sys/fs/nilfs/nilfs_subr.c
619
super->s_last_cno = cno++;
sys/fs/nilfs/nilfs_subr.c
620
super->s_last_seq = segsum->ss_seq;
sys/fs/nilfs/nilfs_subr.c
621
super->s_state = nilfs_rw16(NILFS_VALID_FS);
sys/fs/nilfs/nilfs_subr.c
71
return blocknr / nilfs_rw32(nilfsdev->super.s_blocks_per_segment);
sys/fs/nilfs/nilfs_subr.c
81
blks_per_seg = nilfs_rw64(nilfsdev->super.s_blocks_per_segment);
sys/fs/nilfs/nilfs_subr.c
85
*seg_start = nilfs_rw64(nilfsdev->super.s_first_data_block);
sys/fs/nilfs/nilfs_vfsops.c
344
nilfs_check_superblock_crc(struct nilfs_super_block *super)
sys/fs/nilfs/nilfs_vfsops.c
349
if (nilfs_rw16(super->s_magic) != NILFS_SUPER_MAGIC)
sys/fs/nilfs/nilfs_vfsops.c
353
super_crc = nilfs_rw32(super->s_sum);
sys/fs/nilfs/nilfs_vfsops.c
356
super->s_sum = 0;
sys/fs/nilfs/nilfs_vfsops.c
357
comp_crc = crc32_le(nilfs_rw32(super->s_crc_seed),
sys/fs/nilfs/nilfs_vfsops.c
358
(uint8_t *) super, nilfs_rw16(super->s_bytes));
sys/fs/nilfs/nilfs_vfsops.c
361
super->s_sum = nilfs_rw32(super_crc);
sys/fs/nilfs/nilfs_vfsops.c
372
struct nilfs_super_block *super, tmp_super;
sys/fs/nilfs/nilfs_vfsops.c
395
super = &nilfsdev->super;
sys/fs/nilfs/nilfs_vfsops.c
396
memcpy(super, (uint8_t *) bp->b_data + NILFS_SB_OFFSET_BYTES,
sys/fs/nilfs/nilfs_vfsops.c
409
super = &nilfsdev->super2;
sys/fs/nilfs/nilfs_vfsops.c
410
memcpy(super, (uint8_t *) bp->b_data + NILFS_SB_OFFSET_BYTES,
sys/fs/nilfs/nilfs_vfsops.c
414
sb1ok = nilfs_check_superblock_crc(&nilfsdev->super);
sys/fs/nilfs/nilfs_vfsops.c
417
last_cno1 = nilfs_rw64(nilfsdev->super.s_last_cno);
sys/fs/nilfs/nilfs_vfsops.c
424
nilfsdev->super2 = nilfsdev->super; /* why preserve? */
sys/fs/nilfs/nilfs_vfsops.c
425
nilfsdev->super = tmp_super;
sys/fs/nilfs/nilfs_vfsops.c
478
log_blocksize = nilfs_rw32(nilfsdev->super.s_log_block_size);
sys/fs/nilfs/nilfs_vfsops.c
484
nilfs_rw16(nilfsdev->super.s_dat_entry_size));
sys/fs/nilfs/nilfs_vfsops.c
486
nilfs_rw16(nilfsdev->super.s_inode_size));
sys/fs/nilfs/nilfs_vfsops.c
493
nilfsdev->mount_state = nilfs_rw16(nilfsdev->super.s_state);
sys/fs/nilfs/nilfs_vfsops.c
504
last_pseg = nilfs_rw64(nilfsdev->super.s_last_pseg); /*blknr */
sys/fs/nilfs/nilfs_vfsops.c
505
last_cno = nilfs_rw64(nilfsdev->super.s_last_cno);
sys/fs/nilfs/nilfs_vfsops.c
506
last_seq = nilfs_rw64(nilfsdev->super.s_last_seq);
sys/fs/nilfs/nilfs_vfsops.c
590
last_cno = nilfs_rw64(ump->nilfsdev->super.s_last_cno);
sys/fs/nilfs/nilfs_vfsops.c
742
dlen = nilfs_rw16(ump->nilfsdev->super.s_checkpoint_size);
sys/fs/nilfs/nilfs_vfsops.c
774
last_cno = nilfs_rw64(ump->nilfsdev->super.s_last_cno);
sys/fs/nilfs/nilfs_vfsops.c
909
mp->mnt_dev_bshift = nilfs_rw32(nilfsdev->super.s_log_block_size) + 10;
sys/fs/sysvbfs/bfs.c
151
struct bfs_super_block super;
sys/fs/sysvbfs/bfs.c
156
if (!bfs->io->read(bfs->io, (uint8_t *)&super, bfs_sector))
sys/fs/sysvbfs/bfs.c
159
if (!bfs_superblock_valid(&super))
sys/fs/sysvbfs/bfs.c
163
bfs->data_start = super.header.data_start_byte;
sys/fs/sysvbfs/bfs.c
164
bfs->data_end = super.header.data_end_byte;
sys/fs/sysvbfs/bfs.c
666
bfs_superblock_valid(const struct bfs_super_block *super)
sys/fs/sysvbfs/bfs.c
669
return super->header.magic == BFS_MAGIC;
sys/kern/subr_device.c
161
for (impl = handle.impl; impl != NULL; impl = impl->super) {
sys/kern/subr_device.c
177
const struct devhandle_impl *super,
sys/kern/subr_device.c
180
new_impl->type = super->type;
sys/kern/subr_device.c
181
new_impl->super = super;
sys/sys/device.h
243
const struct devhandle_impl * super;
usr.sbin/quot/quot.c
108
get_inode(int fd, struct fs *super, ino_t ino)
usr.sbin/quot/quot.c
121
if (!ipbuf || ino < last || ino >= last + INOCNT(super)) {
usr.sbin/quot/quot.c
123
&& !(ipbuf = malloc(INOSZ(super))))
usr.sbin/quot/quot.c
125
last = (ino / INOCNT(super)) * INOCNT(super);
usr.sbin/quot/quot.c
127
(off_t)ino_to_fsba(super, last) << super->fs_fshift,
usr.sbin/quot/quot.c
129
read(fd, ipbuf, INOSZ(super)) != (ssize_t)INOSZ(super))
usr.sbin/quot/quot.c
133
if (super->fs_magic == FS_UFS1_MAGIC)
usr.sbin/quot/quot.c
135
&((struct ufs1_dinode *)ipbuf)[ino % INOCNT(super)]);
usr.sbin/quot/quot.c
137
&((struct ufs2_dinode *)ipbuf)[ino % INOCNT(super)]);
usr.sbin/quot/quot.c
147
virtualblocks(struct fs *super, union dinode *dp)
usr.sbin/quot/quot.c
151
sz = DIP(super, dp, size);
usr.sbin/quot/quot.c
153
if (ffs_lblkno(super, sz) >= UFS_NDADDR) {
usr.sbin/quot/quot.c
154
nblk = ffs_blkroundup(super, sz);
usr.sbin/quot/quot.c
156
nblk += super->fs_bsize;
usr.sbin/quot/quot.c
162
if (ffs_lblkno(super, sz) >= UFS_NDADDR) {
usr.sbin/quot/quot.c
163
nblk = ffs_blkroundup(super, sz);
usr.sbin/quot/quot.c
164
sz = ffs_lblkno(super, nblk);
usr.sbin/quot/quot.c
165
sz = howmany(sz - UFS_NDADDR, FFS_NINDIR(super));
usr.sbin/quot/quot.c
167
nblk += sz * super->fs_bsize;
usr.sbin/quot/quot.c
169
sz = howmany(sz - 1, FFS_NINDIR(super));
usr.sbin/quot/quot.c
172
nblk = ffs_fragroundup(super, sz);
usr.sbin/quot/quot.c
342
dofsizes(int fd, struct fs *super, const char *name)
usr.sbin/quot/quot.c
350
maxino = super->fs_ncg * super->fs_ipg - 1;
usr.sbin/quot/quot.c
357
if ((dp = get_inode(fd, super, inode))
usr.sbin/quot/quot.c
359
&& ((DIP(super, dp, mode) & IFMT) == IFREG
usr.sbin/quot/quot.c
362
&& !isfree(super, dp)
usr.sbin/quot/quot.c
365
sz = estimate ? virtualblocks(super, dp) :
usr.sbin/quot/quot.c
366
actualblocks(super, dp);
usr.sbin/quot/quot.c
413
douser(int fd, struct fs *super, const char *name)
usr.sbin/quot/quot.c
420
maxino = super->fs_ncg * super->fs_ipg - 1;
usr.sbin/quot/quot.c
423
if ((dp = get_inode(fd, super, inode))
usr.sbin/quot/quot.c
424
&& !isfree(super, dp))
usr.sbin/quot/quot.c
425
uses(DIP(super, dp, uid),
usr.sbin/quot/quot.c
426
estimate ? virtualblocks(super, dp) :
usr.sbin/quot/quot.c
427
actualblocks(super, dp), DIP(super, dp, atime));
usr.sbin/quot/quot.c
450
donames(int fd, struct fs *super, const char *name)
usr.sbin/quot/quot.c
460
maxino = super->fs_ncg * super->fs_ipg - 1;
usr.sbin/quot/quot.c
477
if ((dp = get_inode(fd, super, inode))
usr.sbin/quot/quot.c
478
&& !isfree(super, dp)) {
usr.sbin/quot/quot.c
479
printf("%s\t", user(DIP(super, dp, uid))->name);