Searched refs:gen (Results 176 - 200 of 416) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/makefs/msdos/
H A Ddirentry.h137 int unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen);
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc19 .PATH: ${LIBC_SRCTOP}/gen
34 .PATH: ${LIBC_SRCTOP}/gen
/freebsd-current/sys/amd64/vmm/amd/
H A Dsvm_softc.h46 uint64_t gen; /* range is [1, ~0UL] */ member in struct:asid
/freebsd-current/contrib/bmake/mk/
H A Dcython.mk53 CYTHON_SAVEGENDIR?= ${.CURDIR}/gen
83 save-gen: ${CYTHON_GENSRCS}
/freebsd-current/sbin/fsdb/
H A Dfsdbutil.c111 int64_t gen; local
187 gen = DIP(dp, di_gen);
189 DIP(dp, di_flags), (intmax_t)blocks, (intmax_t)gen);
/freebsd-current/sys/dev/virtio/
H A Dvirtio.c222 int i, gen; local
225 gen = virtio_config_generation(dev);
231 } while (gen != virtio_config_generation(dev));
/freebsd-current/crypto/openssl/crypto/ocsp/
H A Docsp_vfy.c390 GENERAL_NAME *gen; local
397 gen = req->tbsRequest.requestorName;
398 if (!gen || gen->type != GEN_DIRNAME) {
402 nm = gen->d.directoryName;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-local.mk29 .SUFFIXES: .ir-gen-from .ir-from .ir-to
34 # expect: target-rule.ir-gen-from: * = <target-rule>
35 all: target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from
36 target-rule.ir-gen-from dir/subdir/target-rule-dir.ir-gen-from:
49 .ir-gen-from.ir-from:
63 inference-rule-chain.ir-gen-from: .PHONY
64 dir/subdir/inference-rule-chain.ir-gen-from: .PHONY
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.c1130 al_reg_write32_masked(&unit_regs->gen.tgtid.cfg_tgtid_0,
1137 al_reg_write32_masked(&unit_regs->gen.tgtid.cfg_tgtid_0,
1144 al_reg_write32_masked(&unit_regs->gen.tgtid.cfg_tgtid_0,
1151 al_reg_write32_masked(&unit_regs->gen.tgtid.cfg_tgtid_0,
1160 tx_tgtid_reg = &unit_regs->gen.tgtid.cfg_tgtid_1;
1161 rx_tgtid_reg = &unit_regs->gen.tgtid.cfg_tgtid_3;
1162 tx_tgtaddr_reg = &unit_regs->gen.tgtaddr.cfg_tgtaddr_0;
1163 rx_tgtaddr_reg = &unit_regs->gen.tgtaddr.cfg_tgtaddr_2;
1167 tx_tgtid_reg = &unit_regs->gen.tgtid.cfg_tgtid_2;
1168 rx_tgtid_reg = &unit_regs->gen
[all...]
/freebsd-current/sys/kern/
H A Dkern_sharedpage.c268 fxrng_push_seed_generation(uint64_t gen) argument
272 KASSERT(gen < INT32_MAX,
276 (uint32_t)gen);
/freebsd-current/contrib/sendmail/libsm/
H A Dungetc.c15 #include <sm/gen.h>
H A Db-strcmp.c10 #include <sm/gen.h>
H A Dniprop.c10 #include <sm/gen.h>
H A Dmemstat.c10 #include <sm/gen.h>
H A Dmakebuf.c15 #include <sm/gen.h>
/freebsd-current/contrib/sendmail/include/sm/
H A Dexc.h22 #include <sm/gen.h>
/freebsd-current/contrib/sendmail/libmilter/
H A Dmonitor.c11 #include <sm/gen.h>
H A Dmain.c11 #include <sm/gen.h>
H A Dsm_gethost.c11 #include <sm/gen.h>
/freebsd-current/crypto/heimdal/lib/wind/
H A DMakefile.in517 gen-bidi.py \
518 gen-combining.py \
519 gen-errorlist.py \
520 gen-map.py \
521 gen-normalize.py \
522 gen-punycode-examples.py \
1283 map_table.h map_table.c: rfc3454.txt gen-map.py stringprep.py
1284 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir)
1286 errorlist_table.h errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py
1287 $(skip_python) $(PYTHON) $(srcdir)/gen
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neonx2.c230 .gen = RAIDZ_GEN_METHODS(aarch64_neonx2),
/freebsd-current/contrib/ntp/ntpd/
H A DMakefile.am100 keyword-gen \
136 keyword-gen-utd \
168 EXTRA_PROGRAMS = check_y2k keyword-gen ntpd ntpdsim
313 k-g-u-submake: keyword-gen
314 $(AM_V_at)./keyword-gen $(srcdir)/ntp_parser.h > k-g.out
323 @echo 'keyword-gen and ntp_keyword.h are up to date.' > $@
325 $(srcdir)/keyword-gen-utd: $(srcdir)/keyword-gen.c $(srcdir)/ntp_parser.h
330 $(srcdir)/ntp_keyword.h: $(srcdir)/keyword-gen-utd
/freebsd-current/lib/msun/tests/
H A DMakefile10 CFLAGS+= -I${TESTSRC:H}/libc/gen
/freebsd-current/sys/fs/fuse/
H A Dfuse_node.h137 uint32_t gen; /* Generation number. */ member in struct:fuse_fid
/freebsd-current/sys/fs/msdosfs/
H A Ddirentry.h152 int unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen,

Completed in 151 milliseconds

1234567891011>>