|
namecache_print(9) -- name lookup cache
|
The name lookup cache is the mechanism to allow the file system type dependent algorithms to quickly resolve a file's vnode from its pathname. The name lookup cache is generally accessed through the ... |
namei(9) -- pathname lookup
|
The namei interface is used to convert pathnames to file system vnodes. The name of the interface is actually a contraction of the words name and inode for name-to-inode conversion, in the days before... |
NDINIT(9) -- pathname lookup
|
The namei interface is used to convert pathnames to file system vnodes. The name of the interface is actually a contraction of the words name and inode for name-to-inode conversion, in the days before... |
panic(9) -- Bring down system on fatal error
|
The panic() function terminates the NetBSD system. The message fmt is a printf(3) style format string which is printed to the console and saved in the variable panicstr for later retrieval via core du... |
pci(9) -- Peripheral Component Interconnect
|
The machine-independent PCI subsystem provides support for PCI devices. The PCI bus was initially developed by Intel in the early 1990's to replace the ISA bus for interfacing with their Pentium proc... |
pci_configure_bus(9) -- perform PCI bus configuration
|
The pci_configure_bus() function configures a PCI bus for use. This involves: +o Defining bus numbers for all busses on the system, +o Setting the Base Address Registers for all devices, +o Setting up... |
pci_conf_hook(9) -- perform PCI bus configuration
|
The pci_configure_bus() function configures a PCI bus for use. This involves: +o Defining bus numbers for all busses on the system, +o Setting the Base Address Registers for all devices, +o Setting up... |
pci_conf_interrupt(9) -- perform PCI bus configuration
|
The pci_configure_bus() function configures a PCI bus for use. This involves: +o Defining bus numbers for all busses on the system, +o Setting the Base Address Registers for all devices, +o Setting up... |
pci_conf_print(9) -- Peripheral Component Interconnect
|
The machine-independent PCI subsystem provides support for PCI devices. The PCI bus was initially developed by Intel in the early 1990's to replace the ISA bus for interfacing with their Pentium proc... |
pci_conf_read(9) -- Peripheral Component Interconnect
|
The machine-independent PCI subsystem provides support for PCI devices. The PCI bus was initially developed by Intel in the early 1990's to replace the ISA bus for interfacing with their Pentium proc... |
pci_conf_write(9) -- Peripheral Component Interconnect
|
The machine-independent PCI subsystem provides support for PCI devices. The PCI bus was initially developed by Intel in the early 1990's to replace the ISA bus for interfacing with their Pentium proc... |
pci_decompose_tag(9) -- Peripheral Component Interconnect
|
The machine-independent PCI subsystem provides support for PCI devices. The PCI bus was initially developed by Intel in the early 1990's to replace the ISA bus for interfacing with their Pentium proc... |
pci_devinfo(9) -- Peripheral Component Interconnect
|
The machine-independent PCI subsystem provides support for PCI devices. The PCI bus was initially developed by Intel in the early 1990's to replace the ISA bus for interfacing with their Pentium proc... |