Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 20 of 20) sorted by relevance

/xnu-12377.1.9/libkern/c++/
H A Dpriority_queue.cpp268 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 Dkt-dump.cpp207 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 Dextensible_paniclog.md7 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 Dkstksz64 table.insert(samplers, 'kstack')
68 table.insert(samplers, 'ustack')
/xnu-12377.1.9/tools/lldbmacros/usertaskdebugging/
H A Dgdbserver.py130 replymsgs.insert(0, rsprotocol.AckMessage)
132 replymsgs.insert(0, rsprotocol.NAckMessage)
/xnu-12377.1.9/tools/lldbmacros/
H A Drefgrp.py56 grps.insert(0, parent)
H A Drecount.py346 row.insert(0, name)
H A Dioreg.py717 hierarchy.insert(0, current_metaclass)
H A Dkcdata.py2049 kernel_frames.insert(offset + i, exclaves_frames[i])
/xnu-12377.1.9/tests/counter/
H A Dbenchmark.lua56 table.insert(tests, {
/xnu-12377.1.9/iokit/DriverKit/
H A DIOExtensiblePaniclog.iig96 * @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 Dtracker.c424 …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 Duipc_usrreq.c2262 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 Derr_libkern.sub52 "(libkern/metaclass) failed to insert class into class dictionary", /* 7 */
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c677 goto insert; in ipf_process()
730 insert: in ipf_process()
/xnu-12377.1.9/bsd/netinet6/
H A Dfrag6.c634 goto insert; in frag6_input()
726 insert: in frag6_input()
H A Dnd6_rtr.c2131 goto insert; in defrtrlist_update_common()
2176 insert: in defrtrlist_update_common()
/xnu-12377.1.9/bsd/net/
H A Dpf_norm.c613 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 DREADME.md173 plutil -insert "Kernel Cache" -string "kernelcache.test" /next_boot.plist
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c6970 int insert = 1; in vnode_create_internal() local
7151 insert = 0; in vnode_create_internal()
7192 if (insert) { in vnode_create_internal()