Searched refs:pm (Results 1 – 3 of 3) sorted by relevance
/DragonOS/tools/ |
H A D | grub_auto_install.sh | 62 for pm in ${supported_package_manager}; do 63 if hash 2>/dev/null ${pm}; then 70 echo "found package manager: ${pm}" 86 sudo ${pm} ${update_options[$pm_index]} 87 sudo ${pm} ${install_options[$pm_index]} ${packages[$pm_index]}
|
/DragonOS/kernel/src/driver/disk/ahci/ |
H A D | hba.rs | 296 pub pm: u8, // Port multiplier, 1: Command, 0: Control field 331 pub pm: u8, // Port multiplier, Interrupt bit: 2 field 363 pub pm: u8, // Port multiplier field 377 pub pm: u8, // Port multiplier, direction: 4 - device to host, interrupt: 2 field 411 pub pm: u8, // Port multiplier, direction: 4 - device to host, interrupt: 2, auto-activate: 1 field
|
H A D | ahcidisk.rs | 175 volatile_set_bit!(cmdfis.pm, 1 << 7, true); // command_bit set in read_at() 342 volatile_set_bit!(cmdfis.pm, 1 << 7, true); // command_bit set in write_at()
|