Home
last modified time | relevance | path

Searched refs:ffs (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_inode_ffs.h93 #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
/illumos-gate/usr/src/common/util/
H A Dffs.c33 #if defined(_KERNEL) || defined(ffs)
42 ffs(arg_t bits) in ffs() function
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.mdb37 ffs.c \
153 ffs.o ffs.ln := CPPFLAGS += -Dffs=mdb_ffs
H A DMakefile.kmdb143 ffs.o ffs.ln := CPPFLAGS += -Dffs=mdb_ffs
H A DMakefile.kmdb.files32 ffs.c \
/illumos-gate/usr/src/boot/libsa/string/
H A Dffs.c42 ffs(int mask) in ffs() function
/illumos-gate/usr/src/head/
H A Dstrings.h61 extern int ffs(int);
H A Dstring.h118 extern int ffs(int);
/illumos-gate/usr/src/boot/include/
H A Dstrings.h50 int ffs(int) __pure2;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dffs.c68 ffs(int bits) in ffs() function
/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c185 if (ffs(newbits)) in hat_setstat()
186 nb = 1 << (ffs(newbits)-1); in hat_setstat()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c464 pos = ffs(efifb.fb_mask_red); in efi_framebuffer_setup()
469 pos = ffs(efifb.fb_mask_green); in efi_framebuffer_setup()
475 pos = ffs(efifb.fb_mask_blue); in efi_framebuffer_setup()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1285 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()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1087 hvp->lbn_shift = ffs((long)hvp->lbn_size) - 1; in hs_parsehsvol()
1089 ffs((long)howmany(HS_SECTOR_SIZE, (int)hvp->lbn_size)) - 1; in hs_parsehsvol()
1304 hvp->lbn_shift = ffs((long)hvp->lbn_size) - 1; in hs_parseisovol()
1306 ffs((long)howmany(ISO_SECTOR_SIZE, (int)hvp->lbn_size)) - 1; in hs_parseisovol()
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h169 ffs(int mask) in ffs() function
185 return (ffs((int)mask)); in ffsl()
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc46 SRCS += $(SASRC)/string/bzero.c $(SASRC)/string/ffs.c
64 OBJECTS += bcmp.o bcopy.o bzero.o ffs.o fls.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c446 return (bits + 32 - (ffs(mask) - 1)); in ip_mask_to_plen_v6()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h205 int ffs(uintmax_t);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c244 "/%d", 33 - ffs(mval)); in interpret_rip()
/illumos-gate/usr/src/uts/common/mapfiles/
H A Dddi.mapfile158 ffs { FLAGS = EXTERN };
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure.ac238 AC_ARG_ENABLE(ffs, optenable
239 [ --disable-ffs disable FFS support in Stage 2])
/illumos-gate/usr/src/cmd/od/
H A Dod.c721 buffer.mask = (1 << (ffs(blocksize * 3) + 1)) - 1; in main()
/illumos-gate/usr/src/man/man3c/
H A DMakefile136 ffs.3c \
1783 ffsl.3c := LINKSRC = ffs.3c
1784 ffsll.3c := LINKSRC = ffs.3c
1785 fls.3c := LINKSRC = ffs.3c
1786 flsl.3c := LINKSRC = ffs.3c
1787 flsll.3c := LINKSRC = ffs.3c
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h154 #define ffs(x) __builtin_ffs(x) macro
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common290 ffs

123