| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | dnlcsnoop_example.txt | 4 Here we run dnlcsnoop.d, while in another window a "find /etc/default" 13 12293 bash 4 Y /usr/bin/find 16 12293 find 6 Y /usr 17 12293 find 3 Y /usr/bin 18 12293 find 3 Y /usr/bin/find 19 12293 find 3 Y /usr 20 12293 find 3 Y /usr/lib 21 12293 find 3 Y /usr/lib/ld.so.1 22 12293 find 3 Y /usr/lib/.. 23 12293 find 3 Y /usr/.. [all …]
|
| H A D | shellsnoop_example.txt | 3 in another several commands were run: date, cal, uname -a, uptime and find. 64 4724 3762 ksh W find /etc/default 66 4746 4724 find W /etc/default 67 4746 4724 find W /etc/default/cron 68 4746 4724 find W /etc/default/devfsadm 69 4746 4724 find W /etc/default/dhcpagent 70 4746 4724 find W /etc/default/fs 71 4746 4724 find W /etc/default/inetd 72 4746 4724 find W /etc/default/inetinit 73 4746 4724 find W /etc/default/kbd [all …]
|
| H A D | vmbypid_example.txt | 7 find 19216 prot_fault 1 13 find 19216 cow_fault 6 14 find 19216 pgfrec 6 15 find 19216 pgrec 6 20 find 19216 zfod 54 23 find 19216 as_fault 91 24 find 19216 fspgin 315 25 find 19216 pgin 315 26 find 19216 pgpgin 315 27 find 19216 maj_fault 315 [all …]
|
| H A D | iotop_example.txt | 26 0 27752 20320 find cmdk0 102 0 R 262144 35 0 27752 20320 find cmdk0 102 0 W 2048 38 0 27752 20320 find cmdk0 102 0 R 1462272 63 0 27758 20320 find cmdk0 102 0 R 3094794 72 0 27758 20320 find cmdk0 102 0 R 2429232 80 0 27758 20320 find cmdk0 102 0 R 55686 86 The disk time is in microseconds. In the first sample, we can see the find 89 the find command is keeping the disk 60% busy. 107 0 2214 1663 find cmdk0 102 0 R 15 113 0 2214 1663 find cmdk0 102 0 R 10 [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | dnlcsnoop_example.txt | 4 Here we run dnlcsnoop.d, while in another window a "find /etc/default" 13 12293 bash 4 Y /usr/bin/find 16 12293 find 6 Y /usr 17 12293 find 3 Y /usr/bin 18 12293 find 3 Y /usr/bin/find 19 12293 find 3 Y /usr 20 12293 find 3 Y /usr/lib 21 12293 find 3 Y /usr/lib/ld.so.1 22 12293 find 3 Y /usr/lib/.. 23 12293 find 3 Y /usr/.. [all …]
|
| H A D | shellsnoop_example.txt | 3 in another several commands were run: date, cal, uname -a, uptime and find. 64 4724 3762 ksh W find /etc/default 66 4746 4724 find W /etc/default 67 4746 4724 find W /etc/default/cron 68 4746 4724 find W /etc/default/devfsadm 69 4746 4724 find W /etc/default/dhcpagent 70 4746 4724 find W /etc/default/fs 71 4746 4724 find W /etc/default/inetd 72 4746 4724 find W /etc/default/inetinit 73 4746 4724 find W /etc/default/kbd [all …]
|
| H A D | vmbypid_example.txt | 7 find 19216 prot_fault 1 13 find 19216 cow_fault 6 14 find 19216 pgfrec 6 15 find 19216 pgrec 6 20 find 19216 zfod 54 23 find 19216 as_fault 91 24 find 19216 fspgin 315 25 find 19216 pgin 315 26 find 19216 pgpgin 315 27 find 19216 maj_fault 315 [all …]
|
| H A D | iotop_example.txt | 26 0 27752 20320 find cmdk0 102 0 R 262144 35 0 27752 20320 find cmdk0 102 0 W 2048 38 0 27752 20320 find cmdk0 102 0 R 1462272 63 0 27758 20320 find cmdk0 102 0 R 3094794 72 0 27758 20320 find cmdk0 102 0 R 2429232 80 0 27758 20320 find cmdk0 102 0 R 55686 86 The disk time is in microseconds. In the first sample, we can see the find 89 the find command is keeping the disk 60% busy. 107 0 2214 1663 find cmdk0 102 0 R 15 113 0 2214 1663 find cmdk0 102 0 R 10 [all …]
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | pf_osfp.c | 433 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, in pf_osfp_find() argument 441 if (f->_field != find->_field) \ in pf_osfp_find() 444 if (f->_field == 0 || find->_field % f->_field) \ in pf_osfp_find() 450 if (f->fp_tcpopts != find->fp_tcpopts || in pf_osfp_find() 451 f->fp_optcnt != find->fp_optcnt || in pf_osfp_find() 452 f->fp_ttl < find->fp_ttl || in pf_osfp_find() 453 f->fp_ttl - find->fp_ttl > ttldiff || in pf_osfp_find() 455 (find->fp_flags & (PF_OSFP_DF|PF_OSFP_TS0))) in pf_osfp_find() 463 if (find->fp_mss == 0) in pf_osfp_find() 470 if ((find->fp_wsize % find->fp_mss || in pf_osfp_find() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| H A D | slc-gram.y | 285 find(struct assignment *as, const char *name) in find() function 327 a = find(as, "name"); in gen_command() 334 b = find(as, "argument"); in gen_command() 339 b = find(as, "help"); in gen_command() 368 lopt = find(as, "long"); in make_name() 370 lopt = find(as, "name"); in make_name() 374 type = find(as, "type"); in make_name() 483 type = find(tmp->u.assignment, "type"); in gen_options() 503 name = find(as, "name"); in gen_wrapper() 506 arg = find(as, "argument"); in gen_wrapper() [all …]
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | cscope.NOTES | 28 :cscope find create a new Q 48 c: find callers of name 49 d: find all function calls made from name 50 e: find pattern 51 f: find files with name as substring 52 g: find definition of name 53 i: find files #including name 54 s: find all uses of name 55 t: find assignments to name 57 The find command pushes the current location onto the tags stack, [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libsframe/ |
| H A D | Makefile.in | 118 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfre-1 \ 119 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfunc-1 \ 120 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/plt-findfre-1 192 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfre-1$(EXEEXT) \ 193 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/findfunc-1$(EXEEXT) \ 194 @HAVE_COMPAT_DEJAGNU_TRUE@ testsuite/libsframe.find/plt-findfre-1$(EXEEXT) 216 am_testsuite_libsframe_find_findfre_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_f… 221 am_testsuite_libsframe_find_findfunc_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_find_… 226 am_testsuite_libsframe_find_plt_findfre_1_OBJECTS = testsuite/libsframe.find/testsuite_libsframe_fi… 356 $(srcdir)/testsuite/libsframe.find/local.mk \ [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | ft32.h | 294 unsigned int *find = NULL; in ft32_shortcode() local 301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0, in ft32_shortcode() 303 code = find - sc_form_0; in ft32_shortcode() 308 if ((find == NULL) && (Rd == R2)) in ft32_shortcode() 311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1, in ft32_shortcode() 313 code = find - sc_form_1 + N_SC_FORM0; in ft32_shortcode() 318 if (find == NULL) in ft32_shortcode() 321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2, in ft32_shortcode() 323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1); in ft32_shortcode() 328 if (find == NULL) in ft32_shortcode() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | ft32.h | 294 unsigned int *find = NULL; in ft32_shortcode() local 301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0, in ft32_shortcode() 303 code = find - sc_form_0; in ft32_shortcode() 308 if ((find == NULL) && (Rd == R2)) in ft32_shortcode() 311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1, in ft32_shortcode() 313 code = find - sc_form_1 + N_SC_FORM0; in ft32_shortcode() 318 if (find == NULL) in ft32_shortcode() 321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2, in ft32_shortcode() 323 code = find - sc_form_2 + (N_SC_FORM0 + N_SC_FORM1); in ft32_shortcode() 328 if (find == NULL) in ft32_shortcode() [all …]
|
| /netbsd-src/sbin/gpt/ |
| H A D | uuid.c | 103 struct gpt_find find; in cmd_uuid() 110 memset(&find, 0, sizeof(find)); in cmd_uuid() 111 find.msg = "UUID changed"; in cmd_uuid() 124 if (gpt_add_find(gpt, &find, ch) == -1) 133 rc = gpt_change_ent(gpt, &find, change_ent, &ctx); 137 if (find.all) 138 return gpt_change_hdr(gpt, &find, change_hdr, &ctx); 92 struct gpt_find find; cmd_uuid() local
|
| H A D | remove.c | 79 struct gpt_find find; in cmd_remove() local 81 memset(&find, 0, sizeof(find)); in cmd_remove() 82 find.msg = "removed"; in cmd_remove() 86 if (gpt_add_find(gpt, &find, ch) == -1) in cmd_remove() 92 return gpt_change_ent(gpt, &find, change, NULL); in cmd_remove()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | BaseMetricTreeNode.cc | 91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); in register_metric() 97 found = root->find (L_CP_TOTAL); in register_metric() 100 found = root->find (L_CP_TOTAL_CPU); in register_metric() 114 found = root->find (get_prof_data_type_name (DATA_HEAP)); in register_metric() 118 found = root->find (get_prof_data_type_name (DATA_CLOCK)); in register_metric() 128 found = root->find (L_CP_TOTAL); in register_metric() 133 found = root->find (L_CP_TOTAL_CPU); in register_metric() 136 found = root->find ((item->get_flavors () & BaseMetric::DATASPACE) != 0 ? in register_metric() 141 found = root->find (get_prof_data_type_name (DATA_SYNCH)); in register_metric() 146 found = root->find (get_prof_data_type_name (DATA_OMP)); in register_metric() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | BaseMetricTreeNode.cc | 91 BaseMetricTreeNode *found = root->find (item->get_cmd ()); in register_metric() 97 found = root->find (L_CP_TOTAL); in register_metric() 100 found = root->find (L_CP_TOTAL_CPU); in register_metric() 114 found = root->find (get_prof_data_type_name (DATA_HEAP)); in register_metric() 118 found = root->find (get_prof_data_type_name (DATA_CLOCK)); in register_metric() 128 found = root->find (L_CP_TOTAL); in register_metric() 133 found = root->find (L_CP_TOTAL_CPU); in register_metric() 136 found = root->find ((item->get_flavors () & BaseMetric::DATASPACE) != 0 ? in register_metric() 141 found = root->find (get_prof_data_type_name (DATA_SYNCH)); in register_metric() 146 found = root->find (get_prof_data_type_name (DATA_OMP)); in register_metric() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/ |
| H A D | heimdal2netbsd | 104 find $d -name '*.cat[0-9]' | xargs rm -f && echo removed catman pages 105 find $d -name '*.info' | xargs rm -f && echo removed info pages 112 find $d -type f -name '*.[1358]' -print | while read f; do 167 find $d -type f -name '*.[ch]' -a ! -name compile_et.? -print | while read f; do 189 find $d -type f -print | xargs egrep -l '\$NetBSD:' | while read f; do 200 find $d -type f -print | xargs egrep -l 'RCSID\("Id"\)' | while read f; do 207 find $d -type f -name '*.[chly]' -print | while read c; do 216 find $d -type f -name '*.[0-9]' -print | while read m; do 225 find $d -type f -name '*.texi' -print | while read t; do 237 find . -type d -name "CVS" -print | xargs rm -r [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | adb.c | 895 dns_adbfind_t *find = NULL, *next = NULL; in grow_names() 901 for (find = ISC_LIST_HEAD(name->finds); find != NULL; find = next) { in grow_names() 905 LOCK(&find->lock); in grow_names() 906 next = ISC_LIST_NEXT(find, plink); in grow_names() 908 wanted = find->flags & DNS_ADBFIND_ADDRESSMASK; in grow_names() 915 find->flags &= ~addrs; 921 find->flags &= ~addrs; in import_rdataset() 922 wanted = find in import_rdataset() 1493 dns_adbfind_t *find; event_free() local 1513 dns_adbfind_t *find; clean_finds_at_name() local 1999 dns_adbfind_t *find; free_adbfind() local 2210 copy_namehook_lists(dns_adb_t * adb,dns_adbfind_t * find,const dns_name_t * qname,dns_rdatatype_t qtype,dns_adbname_t * name,isc_stdtime_t now) copy_namehook_lists() argument 2907 dns_adbfind_t *find = NULL; dns_adb_createfind() local 3268 dns_adbfind_t *find; dns_adb_destroyfind() local 3328 dns_adb_cancelfind(dns_adbfind_t * find) dns_adb_cancelfind() argument 3595 dns_adb_dumpfind(dns_adbfind_t * find,FILE * f) dns_adb_dumpfind() argument 3698 dns_adbfind_t *find; print_find_list() local [all...] |
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/ |
| H A D | AArch64.cpp | 291 const auto ItRNoFullFP16 = std::find(Features.rbegin(), Features.rend(), "-fullfp16"); in getAArch64TargetFeatures() 292 const auto ItRFP16FML = std::find(Features.rbegin(), Features.rend(), "+fp16fml"); in getAArch64TargetFeatures() 294 const auto ItRFullFP16 = std::find(Features.rbegin(), Features.rend(), "+fullfp16"); in getAArch64TargetFeatures() 298 if (std::find(Features.rbegin(), ItRFullFP16, "-fp16fml") == ItRFullFP16) in getAArch64TargetFeatures() 322 const auto ItRCrypto = std::find(ItRBegin, ItREnd, "+crypto"); in getAArch64TargetFeatures() 323 const auto ItRNoCrypto = std::find(ItRBegin, ItREnd, "-crypto"); in getAArch64TargetFeatures() 335 if (std::find(ItBegin, ItEnd, "+v8.4a") != ItEnd) { in getAArch64TargetFeatures() 340 const bool HasSM4 = (std::find(ItBegin, ItEnd, "-sm4") == ItEnd); in getAArch64TargetFeatures() 341 const bool HasSHA3 = (std::find(ItBegin, ItEnd, "-sha3") == ItEnd); in getAArch64TargetFeatures() 342 const bool HasSHA2 = (std::find(ItBegin, ItEnd, "-sha2") == ItEnd); in getAArch64TargetFeatures() [all …]
|
| /netbsd-src/external/bsd/tmux/dist/ |
| H A D | file.c | 199 struct client_file find, *cf; in file_vprint() local 205 find.stream = 1; in file_vprint() 206 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_vprint() 226 struct client_file find, *cf; in file_print_buffer() local 232 find.stream = 1; in file_print_buffer() 233 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_print_buffer() 253 struct client_file find, *cf; in file_error() local 262 find.stream = 2; in file_error() 263 if ((cf = RB_FIND(client_files, &c->files, &find)) == NULL) { in file_error() 563 struct client_file find, *cf; in file_write_open() local [all …]
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | adb.c | 1507 dns_adbfind_t *find; in event_free() local 1510 find = event->ev_destroy_arg; in event_free() 1511 INSIST(DNS_ADBFIND_VALID(find)); in event_free() 1513 LOCK(&find->lock); in event_free() 1514 find->flags |= FIND_EVENT_FREED; in event_free() 1516 UNLOCK(&find->lock); in event_free() 1527 dns_adbfind_t *find; in clean_finds_at_name() local 1536 find = ISC_LIST_HEAD(name->finds); in clean_finds_at_name() 1537 while (find != NULL) { in clean_finds_at_name() 1538 LOCK(&find->lock); in clean_finds_at_name() [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/ |
| H A D | tests_xml.py | 56 for view in root.find("views").iter("view"): 62 return default_view.find("zones").findall("zone") 83 proto_root = root.find("traffic").find(ip).find(proto) 99 loaded_el = zone.find("loaded") 103 expires_el = zone.find("expires") 104 refresh_el = zone.find("refresh")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/ |
| H A D | iOS.cmake | 24 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find clang 32 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find clang++ 40 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find ar 49 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find ranlib 58 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find strip 67 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find dsymutil 76 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find libtool 85 execute_process(COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find codesign 95 COMMAND xcrun -sdk ${CMAKE_OSX_SYSROOT} -find codesign_allocate
|