Home
last modified time | relevance | path

Searched refs:creation (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDjs_objcpu_example.txt3 This script will show the time on-CPU of object creation events in graphical
11 Total object creation on-CPU time (ms): 0
13 Object creation on-CPU time distributions (us),
21 We can see that there were two object creation events, both of type 'Date'
32 Total object creation on-CPU time (ms): 2
34 Object creation on-CPU time distributions (us),
HDrb_objcpu_example.txt3 The rb_objnew.d script reports the on-CPU time for new Object creation in Ruby
10 Total object creation on-CPU time (ms): 0
12 Object creation on-CPU time distributions (us),
HDcreatbyproc_example.txt19 The file creation activity caused by these commands can be seen in the
HDjs_objgc_example.txt9 We trace object creation (+1) and destruction (-1), and provide a summary
229 of object creation it can take over ten minutes for garbage collect to kick in.
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_SESSION_get_time.pod27 SSL_SESSION_set_time() replaces the creation time of the session B<s> with
41 Sessions are expired by examining the creation time and the timeout value.
42 Both are set at creation time of the session to the actual time and the
43 default timeout value at creation, respectively, as set by
HDSSL_CTX_set_timeout.pod24 lifetime is specified by storing the creation time of the session and the
25 timeout value valid at this time. If the actual time is later than creation
HDSSL_new.pod28 The creation of a new SSL structure failed. Check the error stack to
/NextBSD/sbin/pfctl/
HDpf_print_state.c306 u_int32_t creation = ntohl(s->creation); in print_state() local
309 sec = creation % 60; in print_state()
310 creation /= 60; in print_state()
311 min = creation % 60; in print_state()
312 creation /= 60; in print_state()
313 printf(" age %.2u:%.2u:%.2u", creation, min, sec); in print_state()
/NextBSD/contrib/tcpdump/
HDprint-pfsync.c423 uint32_t creation = ntohl(s->creation); in print_state() local
426 sec = creation % 60; in print_state()
427 creation /= 60; in print_state()
428 min = creation % 60; in print_state()
429 creation /= 60; in print_state()
430 ND_PRINT((ndo, "\n\tage %.2u:%.2u:%.2u", creation, min, sec)); in print_state()
/NextBSD/contrib/libreadline/
HDREADME64 not shared library creation is supported and to generate the values
91 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation.
94 creation.
97 creation. Many systems use the -R option to the link
137 or not shared library creation should be attempted.
HDINSTALL200 not shared library creation is supported and to generate the values
227 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation.
230 creation.
233 creation. Many systems use the -R option to the link
273 or not shared library creation should be attempted. If
/NextBSD/contrib/ofed/libmlx4/fixes/
HDpost_rcv_end_of_sg.patch2 invalid lkey at work queue creation time.
HDlim_qp_resources.patch5 qp creation also lie within the reported device limits.
/NextBSD/sys/boot/arm/at91/
HDlinker.cfg9 * 20AUG2004 kb_admin initial creation
/NextBSD/tools/tools/tinybsd/
HDCHANGES19 - fix script problem on symlinks creation.
/NextBSD/sys/boot/arm/at91/boot0/
HDlinker.cfg9 * 20AUG2004 kb_admin initial creation
/NextBSD/lib/libc/locale/
HDDESIGN.xlocale38 A locale_t is almost immutable after creation. There are no functions that modify it,
43 supported by `setlocale()`. These are likewise immutable after creation. This
99 The `localeconv()` function is an exception to the immutable-after-creation
/NextBSD/contrib/ofed/management/opensm/doc/
HDopensm_release_notes_openib-1.2.1.txt243 * MC Group creation with "less than" MTU ignores the requester MTU:
247 the port requesting the creation of the multicast group. This means
249 creation with MTU selector=1 and MTU=5, Opensm will try to create a
251 realizable. Fix: creation of the MC group with MTU(rate) also takes
252 into account the MTU(rate) of the port requesting the creation.
/NextBSD/crypto/openssl/doc/crypto/
HDSMIME_write_CMS.pod35 creation function.
HDBIO_new_CMS.pod28 parameter of the B<cms> creation function.
/NextBSD/sys/compat/mach/defs/
HDclock.defs10 * may not be used to create, or enable the creation or redistribution of,
/NextBSD/sys/sys/mach/
HDclock_types.defs10 * may not be used to create, or enable the creation or redistribution of,
/NextBSD/crypto/openssl/doc/apps/
HDCA.pl.pod29 It is intended to simplify the process of certificate creation and management
109 Complete certificate creation example: create a CA, create a request, sign
/NextBSD/share/examples/drivers/
HDREADME11 node creation. They also create sample ioctl commands and a sample
/NextBSD/contrib/libucl/
HDREADME.md11 - [Automatic arrays creation](#automatic-arrays-creation)
125 ### Automatic arrays creation

12345678910>>...13