Searched refs:gen (Results 1 - 25 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/man/man3gen/
H A DMakefile19 MANSECT= 3gen
21 MANFILES= bgets.3gen \
22 bufsplit.3gen \
23 copylist.3gen \
24 gmatch.3gen \
25 isencrypt.3gen \
26 mkdirp.3gen \
27 p2open.3gen \
28 pathfind.3gen \
29 regexpr.3gen \
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dversion.c14 #include <sm/gen.h>
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dpath.c12 #include <sm/gen.h>
H A Dvprintf.c17 #include <sm/gen.h>
H A Dxtrap.c12 #include <sm/gen.h>
H A Dclrerr.c17 #include <sm/gen.h>
H A Dfeof.c17 #include <sm/gen.h>
H A Dferror.c17 #include <sm/gen.h>
H A Dget.c17 #include <sm/gen.h>
H A Drewind.c17 #include <sm/gen.h>
H A Dstring.c13 #include <sm/gen.h>
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcf.h17 #include <sm/gen.h>
H A Dpath.h22 # include <sm/gen.h>
H A Dsysexits.h20 # include <sm/gen.h>
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_init.c43 static int gen; /* DOF helper generation */ variable
79 if ((gen = ioctl(fd, DTRACEHIOC_REMOVE, gen)) == -1)
80 dprintf(1, "DTrace ioctl failed to remove DOF (%d)\n", gen);
82 dprintf(1, "DTrace ioctl removed DOF (%d)\n", gen);
/illumos-gate/usr/src/common/mapfiles/
H A DMakefile29 SUBDIRS= gen common $(MACH)
41 all: gen
47 clobber: gen
/illumos-gate/usr/src/cmd/nscd/
H A Dreq.flg29 echo_file usr/src/lib/libc/port/gen/getxby_door.h
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmc.h68 int gen; member in struct:__anon2628
75 int gen; member in struct:__anon2629
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.c79 ulong_t tmp_gen, gen, new_gen; local
104 gen = fh->next_alloc.gen;
105 bn = fh->next_alloc.block[gen & TNFW_B_ALLOC_LO];
115 new_gen = gen + 1;
117 new_gen = gen;
127 if (block->generation < gen &&
134 gen = fh->next_alloc.gen;
135 bn = fh->next_alloc.block[gen
[all...]
/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_getgen.c44 return (mdp->gen);
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dhandler.c11 #include <sm/gen.h>
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dmc.h77 int gen; member in struct:__anon2592
84 int gen; member in struct:__anon2593
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dmc.h77 int gen; member in struct:__anon2692
84 int gen; member in struct:__anon2693
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dmc.h77 int gen; member in struct:__anon2714
84 int gen; member in struct:__anon2715
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dmc.h77 int gen; member in struct:__anon2736
84 int gen; member in struct:__anon2737

Completed in 141 milliseconds

12345678910