Searched refs:creation (Results 1 – 25 of 323) sorted by relevance
12345678910>>...13
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | js_objcpu_example.txt | 3 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),
|
| HD | rb_objcpu_example.txt | 3 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),
|
| HD | creatbyproc_example.txt | 19 The file creation activity caused by these commands can be seen in the
|
| HD | js_objgc_example.txt | 9 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/ |
| HD | SSL_SESSION_get_time.pod | 27 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
|
| HD | SSL_CTX_set_timeout.pod | 24 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
|
| HD | SSL_new.pod | 28 The creation of a new SSL structure failed. Check the error stack to
|
| /NextBSD/sbin/pfctl/ |
| HD | pf_print_state.c | 306 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/ |
| HD | print-pfsync.c | 423 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/ |
| HD | README | 64 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.
|
| HD | INSTALL | 200 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/ |
| HD | post_rcv_end_of_sg.patch | 2 invalid lkey at work queue creation time.
|
| HD | lim_qp_resources.patch | 5 qp creation also lie within the reported device limits.
|
| /NextBSD/sys/boot/arm/at91/ |
| HD | linker.cfg | 9 * 20AUG2004 kb_admin initial creation
|
| /NextBSD/tools/tools/tinybsd/ |
| HD | CHANGES | 19 - fix script problem on symlinks creation.
|
| /NextBSD/sys/boot/arm/at91/boot0/ |
| HD | linker.cfg | 9 * 20AUG2004 kb_admin initial creation
|
| /NextBSD/lib/libc/locale/ |
| HD | DESIGN.xlocale | 38 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/ |
| HD | opensm_release_notes_openib-1.2.1.txt | 243 * 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/ |
| HD | SMIME_write_CMS.pod | 35 creation function.
|
| HD | BIO_new_CMS.pod | 28 parameter of the B<cms> creation function.
|
| /NextBSD/sys/compat/mach/defs/ |
| HD | clock.defs | 10 * may not be used to create, or enable the creation or redistribution of,
|
| /NextBSD/sys/sys/mach/ |
| HD | clock_types.defs | 10 * may not be used to create, or enable the creation or redistribution of,
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | CA.pl.pod | 29 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/ |
| HD | README | 11 node creation. They also create sample ioctl commands and a sample
|
| /NextBSD/contrib/libucl/ |
| HD | README.md | 11 - [Automatic arrays creation](#automatic-arrays-creation) 125 ### Automatic arrays creation
|
12345678910>>...13