| /xnu-12377.1.9/libkern/c++/ |
| H A D | priority_queue.cpp | 268 insert(que, elt, false); in sift_down() 271 insert(que, elt, false); in sift_down() 296 return insert(que, elt, false); in sift_up() 355 insert(queue_t que, entry_t elt, bool clear = true) in insert() function 428 return pqueue_t::insert(que, elt); \
|
| /xnu-12377.1.9/tools/kt-dump/ |
| H A D | kt-dump.cpp | 207 if (!dedup_entries.insert(std::make_tuple(name, sig)).second) { in dump_types() 214 if (dedup_strings.insert(name).second) { in dump_types() 217 if (dedup_strings.insert(sig).second) { in dump_types() 270 if (!dedup_entries_var.insert(std::make_tuple(name, sig_hdr, sig_type)).second) { in dump_types_var() 274 if (dedup_strings.insert(name).second) { in dump_types_var() 277 if (sig_hdr && dedup_strings.insert(sig_hdr).second) { in dump_types_var() 280 if (dedup_strings.insert(sig_type).second) { in dump_types_var()
|
| /xnu-12377.1.9/doc/debugging/ |
| H A D | extensible_paniclog.md | 7 With this feature we want to provide an infrastructure for kexts / dexts to insert their system sta… 40 …o the IOExtensiblePaniclog instance. It will position the data after the previous insert or append. 87 …o the IOExtensiblePaniclog instance. It will position the data after the previous insert or append. 157 This function is called to insert the data from a buffer to the handle buffer. This function will t… 195 This function is called when a kernel client is panicking and wants to insert the data into the ext… 217 …hods to create an IOExtensiblePaniclog instance and use that instance to insert or append data to … 219 …clog_handle_alloc_with_uuid` to allocate a handle and use that handle to insert data using `ext_pa… 253 …c log to insert the extensible panic log. After we insert the stackshots, we calculate and see how…
|
| /xnu-12377.1.9/san/tools/ |
| H A D | kstksz | 64 table.insert(samplers, 'kstack') 68 table.insert(samplers, 'ustack')
|
| /xnu-12377.1.9/tools/lldbmacros/usertaskdebugging/ |
| H A D | gdbserver.py | 130 replymsgs.insert(0, rsprotocol.AckMessage) 132 replymsgs.insert(0, rsprotocol.NAckMessage)
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | refgrp.py | 56 grps.insert(0, parent)
|
| H A D | recount.py | 346 row.insert(0, name)
|
| H A D | ioreg.py | 717 hierarchy.insert(0, current_metaclass)
|
| H A D | kcdata.py | 2049 kernel_frames.insert(offset + i, exclaves_frames[i])
|
| /xnu-12377.1.9/tests/counter/ |
| H A D | benchmark.lua | 56 table.insert(tests, {
|
| /xnu-12377.1.9/iokit/DriverKit/ |
| H A D | IOExtensiblePaniclog.iig | 96 * @brief This function is called to insert data into the buffer. 108 * @brief This function is called to insert data into the buffer.
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | tracker.c | 424 …r_search_and_insert(struct tracker_db *db, struct tracker_hash_entry *matchentry, boolean_t insert) in tracker_search_and_insert() argument 467 if (insert) { in tracker_search_and_insert() 494 if (insert) { in tracker_search_and_insert()
|
| H A D | uipc_usrreq.c | 2262 boolean_t insert = FALSE; in fg_insertuipc_mark() local 2276 insert = TRUE; in fg_insertuipc_mark() 2279 return insert; in fg_insertuipc_mark()
|
| /xnu-12377.1.9/libsyscall/mach/ |
| H A D | err_libkern.sub | 52 "(libkern/metaclass) failed to insert class into class dictionary", /* 7 */
|
| /xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ip_frag.c | 677 goto insert; in ipf_process() 730 insert: in ipf_process()
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | frag6.c | 634 goto insert; in frag6_input() 726 insert: in frag6_input()
|
| H A D | nd6_rtr.c | 2131 goto insert; in defrtrlist_update_common() 2176 insert: in defrtrlist_update_common()
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf_norm.c | 613 goto insert; in pf_reassemble() 683 insert: in pf_reassemble() 1244 goto insert; in pf_reassemble6() 1318 insert: in pf_reassemble6()
|
| /xnu-12377.1.9/ |
| H A D | README.md | 173 plutil -insert "Kernel Cache" -string "kernelcache.test" /next_boot.plist
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 6970 int insert = 1; in vnode_create_internal() local 7151 insert = 0; in vnode_create_internal() 7192 if (insert) { in vnode_create_internal()
|