Searched refs:created (Results 26 - 50 of 72) sorted by relevance

123

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h33 // if h.created() then the element was just created, and the current thread
76 bool created() const;
140 bool AddrHashMap<T, kSize>::Handle::created() const { function in class:__sanitizer::AddrHashMap::Handle
/freebsd-11.0-release/sys/sys/
H A Dsyscall.mk4 # created from FreeBSD: stable/11/sys/kern/syscalls.master 303854 2016-08-08 20:23:11Z bdrewery
/freebsd-11.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh219 then the reference dictionary, created during the normal
/freebsd-11.0-release/sbin/geom/class/part/
H A Dgeom_part.c855 int error, forced, i, l, nargs, created, rl; local
907 created = 0;
925 if (created)
949 created = 1;
951 } else if (l < 4 || created == 0)
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dposix1.mk175 # and obj2.c are not used, so they should not get created. They're here
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h188 unsigned long created; member in struct:ipoib_mcast
506 unsigned long *created,
/freebsd-11.0-release/sys/kern/
H A Dkern_jail.c559 int born, created, cuflags, descend, enforce; local
1210 created = 1;
1356 created = 0;
1612 prison_deref(pr, created
1785 if (!created && (ch_flags & PR_PERSIST & (pr_flags ^ pr->pr_flags))) {
1798 if (racct_enable && created)
1858 prison_deref(pr, created
1868 prison_deref(pr, created
1880 if (!created)
1887 if (racct_enable && !created) {
[all...]
/freebsd-11.0-release/sys/netipsec/
H A Dkey.c1987 newsp->created = time_second;
1988 newsp->lastused = newsp->created;
1999 spacq->created = time_second;
2549 lt.addtime=sp->created;
2662 lt->sadb_lifetime_addtime = sp->created;
2885 /* reset created */
2886 newsav->created = time_second;
3251 /* reset created */
3252 sav->created = time_second;
4276 now - sp->created > s
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdbarch.sh285 # created. STATICDEFAULT is the value to insert into that
857 /* This file was created with the aid of \`\`gdbarch.sh''.
1066 architecture; ARCHES which is a list of the previously created
1074 of all the previously created architures for this architecture
1084 gdbarch_list_lookup_by_info()); a newly created \`\`struct gdbarch''
1212 When a previously created architecture is re-selected, the
1234 region are created. These memory regions are swapped whenever the
1499 operation --- once you've created a gdbarch, you keep it around.
H A Dgdb-events.sh139 /* This file was created with the aid of \`\`gdb-events.sh''.
/freebsd-11.0-release/etc/rc.d/
H A Djail153 warn "$_conf is created and used for jail $_j."
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc138 * array created with the template can be
/freebsd-11.0-release/contrib/gcc/doc/
H A Dmakefile.texi43 That, and all the files created by @command{configure}.
/freebsd-11.0-release/contrib/bmake/mk/
H A Dmeta.autodep.mk293 created=${empty(.MAKE.META.CREATED):?0:${.MAKE.META.CREATED:[#]}}
H A Dlib.mk413 # .lo's are created as a side effect
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc138 * array created with the template can be
/freebsd-11.0-release/share/mk/
H A Dmeta.autodep.mk294 created=${empty(.MAKE.META.CREATED):?0:${.MAKE.META.CREATED:[#]}}
H A Dsys.mk58 # silent will hide command output if a .meta file is created.
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql250 node that is created and updated by checkout, update, switch and commit
277 2 is the to-be-committed data for foo/bar, created by 'svn add foo/bar'.
1003 * functionally equivalent) statement using a 'JOIN'. WCs that were created
H A Dwc-queries.sql128 doesn't work as the index is created without the DESC keyword.
/freebsd-11.0-release/contrib/libreadline/
H A DMakefile.in292 @echo Readline distributions are created using $(srcdir)/support/mkdist.
/freebsd-11.0-release/contrib/gcc/
H A Ddwarf2out.c3797 each function type node created) the g++ front end generates a
3798 _named_ TYPE_DECL node for each tagged type node created.
5592 /* Return a pointer to a newly created DIE node. */
8570 copy was created to help us keep track of typedef names) and
10738 the list, and won't have created a forward reference to a
12047 /* OUTER_SCOPE is a pointer to the outermost BLOCK node created to represent
13723 struct dwarf_file_data * created;
13738 created = ggc_alloc (sizeof (struct dwarf_file_data));
13739 created->filename = file_name;
13740 created
13707 struct dwarf_file_data * created; local
[all...]
/freebsd-11.0-release/contrib/gperf/
H A Dconfigure1264 It was created by $as_me, which was
/freebsd-11.0-release/contrib/gperf/doc/
H A Dconfigure1267 It was created by $as_me, which was
1653 # ./install, which can be erroneously created by make from ./install.sh.
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex48 The ``blob'' representing the device tree can be created using \dtc

Completed in 174 milliseconds

123