/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_inode_ffs.h | 93 #define f_fs u.ffs.ffs_fs 94 #define i_ic u.ffs.ffs_ic 95 #define f_nindir u.ffs.ffs_nindir 96 #define f_blk u.ffs.ffs_blk 97 #define f_blksize u.ffs.ffs_blksize 98 #define f_blkno u.ffs.ffs_blkno
|
/titanic_44/usr/src/common/util/ |
H A D | ffs.c | 35 #if defined(_KERNEL) || defined(ffs) 44 ffs(arg_t bits) in ffs() function
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | ffs.s | 35 ENTRY(ffs) 47 SET_SIZE(ffs)
|
/titanic_44/usr/src/cmd/mdb/ |
H A D | Makefile.mdb | 36 ffs.c \ 158 ffs.o ffs.ln := CPPFLAGS += -Dffs=mdb_ffs
|
H A D | Makefile.kmdb | 138 ffs.o ffs.ln := CPPFLAGS += -Dffs=mdb_ffs
|
H A D | Makefile.kmdb.files | 32 ffs.c \
|
/titanic_44/usr/src/head/ |
H A D | strings.h | 61 extern int ffs(int);
|
H A D | string.h | 115 extern int ffs(int);
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | ffs.c | 68 ffs(int bits) in ffs() function
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | hat_refmod.c | 184 if (ffs(newbits)) in hat_setstat() 185 nb = 1 << (ffs(newbits)-1); in hat_setstat()
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 1285 while ((i = ffs(pending_sels)) != 0) { in xen_callback_handler() 1292 j = ffs(pe) - 1; in xen_callback_handler() 1388 i = ffs(pending_sels) - 1; in xen_callback_handler() 1390 j = ffs(pe) - 1; in xen_callback_handler()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 1086 hvp->lbn_shift = ffs((long)hvp->lbn_size) - 1; in hs_parsehsvol() 1088 ffs((long)howmany(HS_SECTOR_SIZE, (int)hvp->lbn_size)) - 1; in hs_parsehsvol() 1303 hvp->lbn_shift = ffs((long)hvp->lbn_size) - 1; in hs_parseisovol() 1305 ffs((long)howmany(ISO_SECTOR_SIZE, (int)hvp->lbn_size)) - 1; in hs_parseisovol()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ipaddrsel.c | 448 return (bits + 32 - (ffs(mask) - 1)); in ip_mask_to_plen_v6()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | systm.h | 199 int ffs(uintmax_t);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rip.c | 246 "/%d", 33 - ffs(mval)); in interpret_rip()
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | configure.ac | 238 AC_ARG_ENABLE(ffs, optenable 239 [ --disable-ffs disable FFS support in Stage 2])
|
H A D | INSTALL | 201 `--disable-ffs'
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 128 ffs.3c \ 1679 ffsl.3c := LINKSRC = ffs.3c 1680 ffsll.3c := LINKSRC = ffs.3c 1681 fls.3c := LINKSRC = ffs.3c 1682 flsl.3c := LINKSRC = ffs.3c 1683 flsll.3c := LINKSRC = ffs.3c
|
/titanic_44/usr/src/cmd/od/ |
H A D | od.c | 718 buffer.mask = (1 << (ffs(blocksize * 3) + 1)) - 1; in main()
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 290 ffs
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rtquery.c | 637 i = ffs(mask) - 1; in rip_input()
|
H A D | trace.c | 487 i = ffs(mask); in addrname()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdlflow.c | 885 bits = ffs(ntohl(mask->_S6_un._S6_u32[i])) - 1; in dladm_mask2prefixlen()
|
/titanic_44/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 100 alloca.o ffs.o insque.o remque.o isinf.o base_conv.o
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 563 1 - ffs(mask)); in display_pppoe()
|