/illumos-gate/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
|
/illumos-gate/usr/src/common/util/ |
H A D | ffs.c | 33 #if defined(_KERNEL) || defined(ffs) 42 ffs(arg_t bits) in ffs() function
|
/illumos-gate/usr/src/cmd/mdb/ |
H A D | Makefile.mdb | 37 ffs.c \ 153 ffs.o ffs.ln := CPPFLAGS += -Dffs=mdb_ffs
|
H A D | Makefile.kmdb | 143 ffs.o ffs.ln := CPPFLAGS += -Dffs=mdb_ffs
|
H A D | Makefile.kmdb.files | 32 ffs.c \
|
/illumos-gate/usr/src/boot/libsa/string/ |
H A D | ffs.c | 42 ffs(int mask) in ffs() function
|
/illumos-gate/usr/src/head/ |
H A D | strings.h | 61 extern int ffs(int);
|
H A D | string.h | 118 extern int ffs(int);
|
/illumos-gate/usr/src/boot/include/ |
H A D | strings.h | 50 int ffs(int) __pure2;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ffs.c | 68 ffs(int bits) in ffs() function
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | hat_refmod.c | 185 if (ffs(newbits)) in hat_setstat() 186 nb = 1 << (ffs(newbits)-1); in hat_setstat()
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | efi_console.c | 477 pos = ffs(efifb.fb_mask_red); in efi_framebuffer_setup() 482 pos = ffs(efifb.fb_mask_green); in efi_framebuffer_setup() 488 pos = ffs(efifb.fb_mask_blue); in efi_framebuffer_setup()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | Makefile.inc | 47 SRCS += $(SASRC)/string/bzero.c $(SASRC)/string/ffs.c 65 OBJECTS += bcmp.o bcopy.o bzero.o ffs.o fls.o \
|
H A D | dosfs.c | 572 fs->sshift = ffs(cv2(bs->bpb.secsiz)) - 1; in parsebs() 582 fs->bshift = ffs(fs->bsize) - 1; in parsebs() 583 fs->dshift = ffs(secbyt(fs, 1) / sizeof (DOS_DE)) - 1; in parsebs()
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 1087 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 D | cpufunc.h | 169 ffs(int mask) in ffs() function 185 return (ffs((int)mask)); in ffsl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ipaddrsel.c | 446 return (bits + 32 - (ffs(mask) - 1)); in ip_mask_to_plen_v6()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 205 int ffs(uintmax_t);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rip.c | 244 "/%d", 33 - ffs(mval)); in interpret_rip()
|
/illumos-gate/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])
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 721 buffer.mask = (1 << (ffs(blocksize * 3) + 1)) - 1; in main()
|
/illumos-gate/usr/src/uts/common/mapfiles/ |
H A D | ddi.mapfile | 172 ffs { FLAGS = EXTERN };
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | rtquery.c | 635 i = ffs(mask) - 1; in rip_input()
|
/illumos-gate/usr/src/boot/sys/amd64/include/ |
H A D | cpufunc.h | 154 #define ffs(x) __builtin_ffs(x) macro
|