| /linux/rust/pin-init/examples/ |
| H A D | linked_list.rs | 159 let mut inspect = &*a; in main() 160 while let Some(next) = inspect.next() { in main() 161 println!("({inspect:p}): {inspect:?}"); in main() localVariable 162 inspect = unsafe { &*next.as_ptr() }; in main() 163 if core::ptr::eq(inspect, &*a) { in main()
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 6 import inspect 100 stack = inspect.stack()
|
| /linux/include/drm/ |
| H A D | drm_vma_manager.h | 157 * @node: Node to inspect 176 * @node: Node to inspect
|
| /linux/Documentation/input/ |
| H A D | notifier.rst | 23 That permits one to inspect the resulting LEDs for instance.
|
| /linux/Documentation/input/devices/ |
| H A D | cs461x.rst | 39 inspect cs461x: prefixed messages to determine possible card detection
|
| /linux/tools/perf/Documentation/ |
| H A D | security.txt | 140 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 D | pata_ixp4xx_cf.c | 252 /* 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 D | cgroup.c | 41 * and inspect every cgroupfs mount point to find one that has in cgroupfs_find_mountpoint()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | raw_tp_null_fail.c | 35 /* tp_btf programs may inspect the sentinel as a scalar value. */
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 42 $> udev-hid-bpf inspect xppen-ArtistPro16Gen2.bpf.o
|
| /linux/include/linux/ |
| H A D | fanotify.h | 92 /* Content events can be used to inspect file content */
|
| /linux/arch/arm64/kernel/ |
| H A D | efi-header.S | 20 * Bootloaders may inspect the opcode at the start of the kernel
|
| /linux/tools/gpio/ |
| H A D | lsgpio.c | 120 /* Inspect this GPIO chip */ in list_device()
|
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 105 * It should inspect the authenticator and verifier, and possibly the data.
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-passthrough.rst | 77 becomes "hidden." Standard tools like ``lsof``, which typically inspect
|
| /linux/drivers/net/ovpn/ |
| H A D | crypto.c | 171 * @slot: the specific slot to inspect
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | s390_flic.rst | 15 - inspect currently pending interrupts (KVM_FLIC_GET_ALL_IRQS)
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | vidtv.rst | 233 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 D | descore-readme.rst | 49 To more rapidly understand the code in this package, inspect desSmallFips.i 53 illuminating to inspect one specific implementation,
|
| /linux/Documentation/devicetree/bindings/iommu/ |
| H A D | iommu.txt | 99 to inspect the fault and, for example, make physical pages resident
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pmac_pfunc.h | 120 * and eventually inspect the flags
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr-phy-attest.c | 64 * The caller should inspect @params.status to determine whether more
|
| /linux/Documentation/hid/ |
| H A D | hiddev.rst | 234 These operations respectively inspect and replace the mode flags
|
| /linux/arch/alpha/boot/tools/ |
| H A D | objstrip.c | 141 /* read and inspect exec header: */ in main()
|
| /linux/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 125 commonly used in the kernel allow one to inspect the whole source tree or just
|