Home
last modified time | relevance | path

Searched full:inspect (Results 1 – 25 of 106) sorted by relevance

12345

/linux/rust/pin-init/examples/
H A Dlinked_list.rs161 let mut inspect = &*a; in main() localVariable
162 while let Some(next) = inspect.next() { in main()
163 println!("({inspect:p}): {inspect:?}"); in main()
164 inspect = unsafe { &*next.as_ptr() }; in main()
165 if core::ptr::eq(inspect, &*a) { in main()
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py5 import inspect
43 stack = inspect.stack()
/linux/include/drm/
H A Ddrm_vma_manager.h157 * @node: Node to inspect
176 * @node: Node to inspect
H A Ddrm_mm.h308 * not inspect holes themselves. Drivers must check first whether a hole indeed
330 * not inspect holes themselves. Drivers must check first whether a hole indeed
/linux/Documentation/input/
H A Dnotifier.rst23 That permits one to inspect the resulting LEDs for instance.
/linux/Documentation/input/devices/
H A Dcs461x.rst39 inspect cs461x: prefixed messages to determine possible card detection
/linux/tools/perf/Documentation/
H A Dsecurity.txt140 monitoring and observability operations. Inspect system audit records for
154 To make sure that access is limited by MAC policy settings inspect system
/linux/drivers/ata/
H A Dpata_ixp4xx_cf.c252 /* Inspect our address to figure out what chipselect the CMD is on */ in ixp4xx_pata_probe()
255 return dev_err_probe(dev, ret, "can't inspect CMD address\n"); in ixp4xx_pata_probe()
/linux/tools/lib/api/fs/
H A Dcgroup.c41 * and inspect every cgroupfs mount point to find one that has in cgroupfs_find_mountpoint()
/linux/drivers/hid/bpf/progs/
H A DREADME42 $> udev-hid-bpf inspect xppen-ArtistPro16Gen2.bpf.o
/linux/include/linux/
H A Dfanotify.h92 /* Content events can be used to inspect file content */
/linux/arch/arm64/kernel/
H A Defi-header.S20 * Bootloaders may inspect the opcode at the start of the kernel
/linux/tools/gpio/
H A Dlsgpio.c120 /* Inspect this GPIO chip */ in list_device()
/linux/Documentation/virt/kvm/devices/
H A Ds390_flic.rst15 - inspect currently pending interrupts (KVM_FLIC_GET_ALL_IRQS)
/linux/include/linux/sunrpc/
H A Dsvcauth.h105 * It should inspect the authenticator and verifier, and possibly the data.
/linux/Documentation/filesystems/fuse/
H A Dfuse-passthrough.rst77 becomes "hidden." Standard tools like ``lsof``, which typically inspect
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst233 Using the tools in v4l-utils is a great way to test and inspect the output of
415 By playing the contents of the stream one can visually inspect the workings of
/linux/Documentation/crypto/
H A Ddescore-readme.rst49 To more rapidly understand the code in this package, inspect desSmallFips.i
53 illuminating to inspect one specific implementation,
/linux/Documentation/devicetree/bindings/mmc/
H A Darm,pl18x.yaml51 inspect the PrimeCell ID registers to determine which hardware
/linux/Documentation/devicetree/bindings/iommu/
H A Diommu.txt99 to inspect the fault and, for example, make physical pages resident
/linux/arch/powerpc/include/asm/
H A Dpmac_pfunc.h120 * and eventually inspect the flags
/linux/Documentation/bpf/
H A Ddrgn.rst23 `bpf_inspect.py`_ is a tool intended to inspect BPF programs and maps. It can
/linux/drivers/firmware/efi/libstub/
H A DMakefile161 # absolute relocations, so that we can inspect the remaining sections for
/linux/Documentation/hid/
H A Dhiddev.rst234 These operations respectively inspect and replace the mode flags
/linux/arch/alpha/boot/tools/
H A Dobjstrip.c141 /* read and inspect exec header: */ in main()

12345