Home
last modified time | relevance | path

Searched defs:indir (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/usr.sbin/makefs/ffs/
H A Dffs_extern.h41 struct indir { struct
42 daddr_t in_lbn; /* Logical block number. */
43 int in_off; /* Offset in buffer. */
44 int in_exists; /* Flag if the block exists. */
/netbsd-src/sbin/fsck_lfs/
H A Dlfs_user.h65 struct indir { struct
66 daddr_t in_lbn; /* Logical block number. */
67 int in_off; /* Offset in buffer. */
68 int in_exists; /* Flag if the block exists. */
H A Dlfs.c234 int lognindir, indir; in ulfs_getlbns() local
/netbsd-src/sys/ufs/lfs/
H A Dulfs_inode.h220 struct indir { struct
221 daddr_t in_lbn; /* Logical block number. */
222 int in_off; /* Offset in buffer. */
223 int in_exists; /* Flag if the block exists. */
/netbsd-src/sys/ufs/ufs/
H A Dinode.h281 struct indir { struct
282 daddr_t in_lbn; /* Logical block number. */
283 int in_off; /* Offset in buffer. */
284 int in_exists; /* Flag if the block exists. */
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DTest.pm196 sub indir { subroutine
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DTest.pm198 sub indir { subroutine
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dputscj.c1030 putaddr(bigptr q, int indir) in putaddr()
1165 int type, type2, ctype, indir; in putcall() local
/netbsd-src/sys/fs/efs/
H A Defs_subr.c421 int indir; in efs_extent_iterator_init() local
/netbsd-src/usr.sbin/dumplfs/
H A Ddumplfs.c323 void *dindir, *indir; in dump_ifile() local
/netbsd-src/usr.bin/xlint/lint2/
H A Dchk.c1193 int indir; types_compatible() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vax/
H A Dvax.c756 int reg = 0, indexed = 0, indir = 0, offset = 0, predec = 0; in vax_address_cost_1() local
/netbsd-src/external/bsd/file/dist/src/
H A Dsoftmagic.c1329 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z80.c810 int indir, depth; in is_indir() local
886 int indir; in parse_exp_not_indexed() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-z80.c810 int indir, depth; in is_indir() local
886 int indir; in parse_exp_not_indexed() local
/netbsd-src/usr.bin/xlint/lint1/
H A Dtree.c4490 check_array_index(const tnode_t * indir,bool taking_address) check_array_index() argument