Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 28) sorted by relevance

12

/DragonOS/user/dadk/config/
H A Dtar_1_35.dadk5 "rust_target": null,
21 "clean_command": null
H A Ddog_0_1_0.dadk5 "rust_target": null,
10 "branch": null,
H A Dabout.dadk5 "rust_target": null,
H A Dtest_kvm_0_1_0.dadk5 "rust_target": null,
H A Dtest_namespace.dadk5 "rust_target": null,
H A Dtest_overlayfs.dadk5 "rust_target": null,
H A Dtest_fstatfs_0_1_0.dadk5 "rust_target": null,
H A Dtest_statfs_0_1_0.dadk5 "rust_target": null,
H A Driscv_init-0.1.0.dadk5 "rust_target": null,
H A Dtest_alarm_0_1_0.dadk5 "rust_target": null,
H A Dtest_lo_0_1_0.dadk5 "rust_target": null,
H A Dtest_for_robustfutex_0_1_0.dadk5 "rust_target": null,
H A Dtest_backlog_0_1_0.dadk5 "rust_target": null,
H A Dmusl_1_2_4.dadk5 "rust_target": null,
/DragonOS/tools/
H A Dbootstrap.sh304 if hash 2>/dev/null zypper; then
307 elif hash 2>/dev/null apt-get; then
310 elif hash 2>/dev/null dnf; then
313 elif hash 2>/dev/null emerge; then
316 elif hash 2>/dev/null eopkg; then
319 elif hash 2>/dev/null pacman; then
322 elif hash 2>/dev/null pkg; then
H A Dgrub_auto_install.sh63 if hash 2>/dev/null ${pm}; then
/DragonOS/tools/qemu/
H A Difup-nat15 if brctl show | grep "^$BRIDGE" &> /dev/null; then
44 ps -ef | grep "dnsmasq" | grep -v "grep" &> /dev/null
/DragonOS/kernel/src/process/
H A Dexec.rs1 use core::{fmt::Debug, ptr::null};
249 self.push_slice(ustack, &[null::<u8>(), null::<u8>()])?; in push_at()
255 self.push_slice(ustack, &[null::<u8>()])?; in push_at()
259 self.push_slice(ustack, &[null::<u8>()])?; in push_at()
/DragonOS/kernel/src/libs/
H A Drbtree.rs96 left: NodePtr::null(), in new()
97 right: NodePtr::null(), in new()
98 parent: NodePtr::null(), in new()
185 return NodePtr::null(); in next()
203 return NodePtr::null(); in prev()
240 return NodePtr::null(); in parent()
248 return NodePtr::null(); in left()
256 return NodePtr::null(); in right()
262 fn null() -> NodePtr<K, V> { in null() method
817 head: NodePtr::null(), in into_iter()
[all …]
/DragonOS/user/apps/test-for-robustfutex/src/
H A Dmain.rs194 list: RobustList { next: ptr::null() }, in set_list()
196 list_op_pending: ptr::null(), in set_list()
235 list: RobustList { next: ptr::null() }, in test01()
237 list_op_pending: ptr::null(), in test01()
/DragonOS/user/apps/test-mount/src/
H A Dmain.rs19 let data = std::ptr::null() as *const c_void; in main()
/DragonOS/user/apps/test-symlink/src/
H A Dmain.rs57 let data = std::ptr::null() as *const c_void; in mount_test_ramfs()
/DragonOS/user/apps/test-chown/src/
H A Dmain.rs134 let data = std::ptr::null() as *const c_void; in mount_test_ramfs()
/DragonOS/kernel/crates/ida/src/
H A Dlib.rs33 core::ptr::null() in into_raw()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.8.md71 - bugfix: 修正null设备以及zero设备无法open、行为不符合预期的问题 (#314)
284 修正null设备以及zero设备无法open、行为不符合预期的问题 (#314)

12