| /NextBSD/cddl/contrib/dtracetoolkit/ |
| HD | dexplorer | 245 sdt:::interrupt-start { @num[cpu] = count(); } function 286 sdt:::{ @num[probefunc, probename] = count(); } function 313 @num[self->file] = count(); function 390 @num[pid, curpsinfo->pr_psargs] = count(); function 401 syscall:::entry { @num[pid, execname, probefunc] = count(); } function 412 syscall:::entry { @num[probefunc] = count(); } function 455 @num[pid, ppid, curpsinfo->pr_psargs] = count(); function 467 @num[execname,args[2],stringof(args[1]->pr_fname)] = count(); function 481 @num[pid, execname, probefunc, errno] = count(); function
|
| /NextBSD/cddl/contrib/dtracetoolkit/Bin/ |
| D | dexplorer | 245 sdt:::interrupt-start { @num[cpu] = count(); } function 286 sdt:::{ @num[probefunc, probename] = count(); } function 313 @num[self->file] = count(); function 390 @num[pid, curpsinfo->pr_psargs] = count(); function 401 syscall:::entry { @num[pid, execname, probefunc] = count(); } function 412 syscall:::entry { @num[probefunc] = count(); } function 455 @num[pid, ppid, curpsinfo->pr_psargs] = count(); function 467 @num[execname,args[2],stringof(args[1]->pr_fname)] = count(); function 481 @num[pid, execname, probefunc, errno] = count(); function
|
| D | vopstat | 149 @vop_iocnt[""] = count(); function 150 @vop_cnt[""] = count(); function 252 @vop_cnt[probefunc] = count() : 1; function 271 @vop_iocnt[self->type] = count() : 1; function
|
| D | dappprof | 168 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1; function 169 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1; function 171 @Counts["TOTAL:",""] = count() : 1; function 173 @Counts["TOTAL:"] = count() : 1; function
|
| /NextBSD/contrib/libreadline/ |
| HD | text.c | 253 rl_forward_byte (count, key) in rl_forward_byte() argument 286 rl_forward_char (count, key) in rl_forward_char() argument 319 rl_forward_char (count, key) in rl_forward_char() argument 328 rl_forward (count, key) in rl_forward() argument 336 rl_backward_byte (count, key) in rl_backward_byte() argument 362 rl_backward_char (count, key) in rl_backward_char() argument 395 rl_backward_char (count, key) in rl_backward_char() argument 404 rl_backward (count, key) in rl_backward() argument 412 rl_beg_of_line (count, key) in rl_beg_of_line() argument 421 rl_end_of_line (count, key) in rl_end_of_line() argument [all …]
|
| HD | vi_mode.c | 180 _rl_vi_stuff_insert (count) in _rl_vi_stuff_insert() argument 193 rl_vi_redo (count, c) in rl_vi_redo() argument 233 rl_vi_undo (count, key) in rl_vi_undo() argument 241 rl_vi_yank_arg (count, key) in rl_vi_yank_arg() argument 257 rl_vi_fetch_history (count, c) in rl_vi_fetch_history() argument 282 rl_vi_search_again (count, key) in rl_vi_search_again() argument 300 rl_vi_search (count, key) in rl_vi_search() argument 361 rl_vi_prev_word (count, key) in rl_vi_prev_word() argument 383 rl_vi_next_word (count, key) in rl_vi_next_word() argument 404 rl_vi_end_word (count, key) in rl_vi_end_word() argument [all …]
|
| HD | kill.c | 201 rl_kill_word (count, key) in rl_kill_word() argument 225 rl_backward_kill_word (count, ignore) in rl_backward_kill_word() argument 298 rl_kill_full_line (count, ignore) in rl_kill_full_line() argument 316 rl_unix_word_rubout (count, key) in rl_unix_word_rubout() argument 349 rl_unix_filename_rubout (count, key) in rl_unix_filename_rubout() argument 393 rl_unix_line_discard (count, key) in rl_unix_line_discard() argument 430 rl_copy_region_to_kill (count, ignore) in rl_copy_region_to_kill() argument 438 rl_kill_region (count, ignore) in rl_kill_region() argument 453 _rl_copy_word_as_kill (count, dir) in _rl_copy_word_as_kill() argument 482 rl_copy_forward_word (count, key) in rl_copy_forward_word() argument [all …]
|
| HD | misc.c | 253 rl_universal_argument (count, key) in rl_universal_argument() argument 444 rl_beginning_of_history (count, key) in rl_beginning_of_history() argument 452 rl_end_of_history (count, key) in rl_end_of_history() argument 463 rl_get_next_history (count, key) in rl_get_next_history() argument 502 rl_get_previous_history (count, key) in rl_get_previous_history() argument 557 rl_vi_editing_mode (count, key) in rl_vi_editing_mode() argument 570 rl_emacs_editing_mode (count, key) in rl_emacs_editing_mode() argument 594 rl_overwrite_mode (count, key) in rl_overwrite_mode() argument
|
| /NextBSD/cddl/contrib/dtracetoolkit/FS/ |
| HD | vopstat | 149 @vop_iocnt[""] = count(); function 150 @vop_cnt[""] = count(); function 252 @vop_cnt[probefunc] = count() : 1; function 271 @vop_iocnt[self->type] = count() : 1; function
|
| /NextBSD/cddl/contrib/dtracetoolkit/Proc/ |
| HD | dappprof | 168 OPT_counts && OPT_liball ? @Counts[probemod,probefunc] = count() : 1; function 169 OPT_counts && ! OPT_liball ? @Counts[probefunc] = count() : 1; function 171 @Counts["TOTAL:",""] = count() : 1; function 173 @Counts["TOTAL:"] = count() : 1; function
|
| /NextBSD/tools/test/testfloat/ |
| HD | testLoops.c | 87 static void writeTestsPerformed( int16 count ) in writeTestsPerformed() 127 static void writeErrorFound( int16 count ) in writeErrorFound() 474 int16 count; in test_a_int32_z_float32() local 525 int16 count; in test_a_int32_z_float64() local 578 int16 count; in test_a_int32_z_floatx80() local 633 int16 count; in test_a_int32_z_float128() local 688 int16 count; in test_a_int64_z_float32() local 739 int16 count; in test_a_int64_z_float64() local 792 int16 count; in test_a_int64_z_floatx80() local 847 int16 count; in test_a_int64_z_float128() local [all …]
|
| /NextBSD/sys/mips/nlm/ |
| HD | bus_space_rmi.c | 428 bus_size_t offset, u_int8_t *addr, size_t count) in rmi_bus_space_read_multi_1() 435 bus_size_t offset, u_int16_t *addr, size_t count) in rmi_bus_space_read_multi_2() 442 bus_size_t offset, u_int32_t *addr, size_t count) in rmi_bus_space_read_multi_4() 482 bus_size_t offset, const u_int8_t *addr, size_t count) in rmi_bus_space_write_multi_1() 489 bus_size_t offset, const u_int16_t *addr, size_t count) in rmi_bus_space_write_multi_2() 496 bus_size_t offset, const u_int32_t *addr, size_t count) in rmi_bus_space_write_multi_4() 508 bus_size_t offset, u_int16_t value, size_t count) in rmi_bus_space_set_region_2() 518 bus_size_t offset, u_int32_t value, size_t count) in rmi_bus_space_set_region_4() 534 bus_size_t off2, size_t count) in rmi_bus_space_copy_region_2() 571 bus_size_t offset, u_int8_t *addr, size_t count) in rmi_bus_space_read_multi_stream_1() [all …]
|
| HD | bus_space_rmi_pci.c | 435 bus_size_t offset, u_int8_t * addr, size_t count) in rmi_pci_bus_space_read_multi_1() 445 bus_size_t offset, u_int16_t * addr, size_t count) in rmi_pci_bus_space_read_multi_2() 457 bus_size_t offset, u_int32_t * addr, size_t count) in rmi_pci_bus_space_read_multi_4() 505 bus_size_t offset, const u_int8_t * addr, size_t count) in rmi_pci_bus_space_write_multi_1() 516 bus_size_t offset, const u_int16_t * addr, size_t count) in rmi_pci_bus_space_write_multi_2() 527 bus_size_t offset, const u_int32_t * addr, size_t count) in rmi_pci_bus_space_write_multi_4() 543 bus_size_t offset, u_int16_t value, size_t count) in rmi_pci_bus_space_set_region_2() 553 bus_size_t offset, u_int32_t value, size_t count) in rmi_pci_bus_space_set_region_4() 569 bus_size_t off2, size_t count) in rmi_pci_bus_space_copy_region_2() 606 bus_size_t offset, u_int8_t * addr, size_t count) in rmi_pci_bus_space_read_multi_stream_1() [all …]
|
| /NextBSD/sys/mips/rmi/ |
| HD | bus_space_rmi_pci.c | 425 bus_size_t offset, u_int8_t * addr, size_t count) in rmi_pci_bus_space_read_multi_1() 435 bus_size_t offset, u_int16_t * addr, size_t count) in rmi_pci_bus_space_read_multi_2() 447 bus_size_t offset, u_int32_t * addr, size_t count) in rmi_pci_bus_space_read_multi_4() 495 bus_size_t offset, const u_int8_t * addr, size_t count) in rmi_pci_bus_space_write_multi_1() 506 bus_size_t offset, const u_int16_t * addr, size_t count) in rmi_pci_bus_space_write_multi_2() 517 bus_size_t offset, const u_int32_t * addr, size_t count) in rmi_pci_bus_space_write_multi_4() 533 bus_size_t offset, u_int16_t value, size_t count) in rmi_pci_bus_space_set_region_2() 543 bus_size_t offset, u_int32_t value, size_t count) in rmi_pci_bus_space_set_region_4() 559 bus_size_t off2, size_t count) in rmi_pci_bus_space_copy_region_2() 596 bus_size_t offset, u_int8_t * addr, size_t count) in rmi_pci_bus_space_read_multi_stream_1() [all …]
|
| HD | bus_space_rmi.c | 426 bus_size_t offset, u_int8_t * addr, size_t count) in rmi_bus_space_read_multi_1() 433 bus_size_t offset, u_int16_t * addr, size_t count) in rmi_bus_space_read_multi_2() 440 bus_size_t offset, u_int32_t * addr, size_t count) in rmi_bus_space_read_multi_4() 480 bus_size_t offset, const u_int8_t * addr, size_t count) in rmi_bus_space_write_multi_1() 487 bus_size_t offset, const u_int16_t * addr, size_t count) in rmi_bus_space_write_multi_2() 494 bus_size_t offset, const u_int32_t * addr, size_t count) in rmi_bus_space_write_multi_4() 506 bus_size_t offset, u_int16_t value, size_t count) in rmi_bus_space_set_region_2() 516 bus_size_t offset, u_int32_t value, size_t count) in rmi_bus_space_set_region_4() 532 bus_size_t off2, size_t count) in rmi_bus_space_copy_region_2() 569 bus_size_t offset, u_int8_t * addr, size_t count) in rmi_bus_space_read_multi_stream_1() [all …]
|
| /NextBSD/sys/mips/cavium/ |
| HD | octopci_bus_space.c | 262 bus_size_t offset, uint8_t *addr, size_t count) in octopci_bs_rm_1() 271 bus_size_t offset, uint16_t *addr, size_t count) in octopci_bs_rm_2() 281 bus_size_t offset, uint32_t *addr, size_t count) in octopci_bs_rm_4() 297 bus_size_t offset, uint8_t *addr, size_t count) in octopci_bs_rr_1() 309 bus_size_t offset, uint16_t *addr, size_t count) in octopci_bs_rr_2() 321 bus_size_t offset, uint32_t *addr, size_t count) in octopci_bs_rr_4() 365 bus_size_t offset, const uint8_t *addr, size_t count) in octopci_bs_wm_1() 375 bus_size_t offset, const uint16_t *addr, size_t count) in octopci_bs_wm_2() 385 bus_size_t offset, const uint32_t *addr, size_t count) in octopci_bs_wm_4() 399 bus_size_t offset, const uint8_t *addr, size_t count) in octopci_bs_wr_1() [all …]
|
| /NextBSD/sys/mips/malta/ |
| HD | gt_pci_bus_space.c | 244 bus_size_t offset, uint16_t *addr, size_t count) in gt_pci_bs_rm_2() 254 bus_size_t offset, uint32_t *addr, size_t count) in gt_pci_bs_rm_4() 269 bus_size_t offset, uint16_t *addr, size_t count) in gt_pci_bs_rr_2() 281 bus_size_t offset, uint32_t *addr, size_t count) in gt_pci_bs_rr_4() 317 bus_size_t offset, const uint16_t *addr, size_t count) in gt_pci_bs_wm_2() 327 bus_size_t offset, const uint32_t *addr, size_t count) in gt_pci_bs_wm_4() 341 bus_size_t offset, const uint16_t *addr, size_t count) in gt_pci_bs_wr_2() 353 bus_size_t offset, const uint32_t *addr, size_t count) in gt_pci_bs_wr_4() 369 bus_size_t offset, uint16_t value, size_t count) in gt_pci_bs_sm_2() 379 bus_size_t offset, uint32_t value, size_t count) in gt_pci_bs_sm_4() [all …]
|
| /NextBSD/sys/mips/mips/ |
| HD | bus_space_generic.c | 310 bus_size_t offset, uint8_t *addr, size_t count) in generic_bs_rm_1() 319 bus_size_t offset, uint16_t *addr, size_t count) in generic_bs_rm_2() 329 bus_size_t offset, uint32_t *addr, size_t count) in generic_bs_rm_4() 339 uint64_t *addr, size_t count) in generic_bs_rm_8() 358 bus_size_t offset, uint8_t *addr, size_t count) in generic_bs_rr_1() 370 bus_size_t offset, uint16_t *addr, size_t count) in generic_bs_rr_2() 382 bus_size_t offset, uint32_t *addr, size_t count) in generic_bs_rr_4() 394 uint64_t *addr, size_t count) in generic_bs_rr_8() 454 bus_size_t offset, const uint8_t *addr, size_t count) in generic_bs_wm_1() 464 bus_size_t offset, const uint16_t *addr, size_t count) in generic_bs_wm_2() [all …]
|
| /NextBSD/lib/libc/softfloat/ |
| HD | timesoftfloat.c | 64 static void reportTime( int32 count, long clocks ) in reportTime() 107 int32 count, i; in time_a_int32_z_float32() local 134 int32 count, i; in time_a_int32_z_float64() local 163 int32 count, i; in time_a_int32_z_floatx80() local 194 int32 count, i; in time_a_int32_z_float128() local 262 int32 count, i; in time_a_int64_z_float32() local 289 int32 count, i; in time_a_int64_z_float64() local 318 int32 count, i; in time_a_int64_z_floatx80() local 349 int32 count, i; in time_a_int64_z_float128() local 393 int32 count, i; in time_a_float32_z_int32() local [all …]
|
| /NextBSD/contrib/gperf/src/ |
| HD | positions.cc | 37 unsigned int count = _size; in contains() local 55 unsigned int count = _size; in add() local 85 unsigned int count = _size; in remove() local 133 unsigned int count = _size; in print() local
|
| /NextBSD/sys/kern/ |
| HD | subr_blist.c | 214 blist_alloc(blist_t bl, daddr_t count) in blist_alloc() 236 blist_free(blist_t bl, daddr_t blkno, daddr_t count) in blist_free() 255 blist_fill(blist_t bl, daddr_t blkno, daddr_t count) in blist_fill() 280 blist_resize(blist_t *pbl, daddr_t count, int freenew, int flags) in blist_resize() 338 int count in blst_leaf_alloc() 414 daddr_t count, in blst_meta_alloc() 500 int count in blst_leaf_free() 544 daddr_t count, in blst_meta_free() 643 daddr_t count in blst_copy() 733 blst_leaf_fill(blmeta_t *scan, daddr_t blk, int count) in blst_leaf_fill() [all …]
|
| /NextBSD/sbin/hastd/ |
| HD | refcnt.h | 39 refcnt_init(refcnt_t *count, unsigned int v) in refcnt_init() 46 refcnt_acquire(refcnt_t *count) in refcnt_acquire() 53 refcnt_release(refcnt_t *count) in refcnt_release()
|
| /NextBSD/sys/sys/ |
| HD | refcount.h | 42 refcount_init(volatile u_int *count, u_int value) in refcount_init() 49 refcount_acquire(volatile u_int *count) in refcount_acquire() 57 refcount_release(volatile u_int *count) in refcount_release()
|
| /NextBSD/sys/boot/kshim/ |
| HD | bsd_busspace.c | 51 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_read_multi_1() 60 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_read_multi_2() 69 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_read_multi_4() 80 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_write_multi_1() 91 bus_size_t offset, uint16_t *datap, bus_size_t count) in bus_space_write_multi_2() 102 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_write_multi_4() 152 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_read_region_1() 164 bus_size_t offset, uint8_t *datap, bus_size_t count) in bus_space_write_region_1() 176 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_read_region_4() 198 bus_size_t offset, uint32_t *datap, bus_size_t count) in bus_space_write_region_4()
|
| /NextBSD/sys/ddb/ |
| HD | db_examine.c | 55 db_examine_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_examine_cmd() 67 db_examine(db_addr_t addr, char *fmt, int count) in db_examine() 192 db_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_print_cmd() 256 db_expr_t count; in db_search_cmd() local 314 unsigned int count) in db_search()
|