/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_multi.c | 22 goto detach; in run_getsockopt_test() 30 goto detach; in run_getsockopt_test() 36 goto detach; in run_getsockopt_test() 47 goto detach; in run_getsockopt_test() 54 goto detach; in run_getsockopt_test() 60 goto detach; in run_getsockopt_test() 72 goto detach; in run_getsockopt_test() 79 goto detach; in run_getsockopt_test() 85 goto detach; in run_getsockopt_test() 98 goto detach; in run_getsockopt_test() [all …]
|
H A D | sk_lookup.c | 536 goto detach; in query_lookup_prog() 539 goto detach; in query_lookup_prog() 545 goto detach; in query_lookup_prog() 551 goto detach; in query_lookup_prog() 554 goto detach; in query_lookup_prog() 576 goto detach; in query_lookup_prog() 586 detach: in query_lookup_prog() 878 goto detach; in drop_on_lookup() 903 detach: in drop_on_lookup() 992 goto detach; in drop_on_reuseport() [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/usb/usbip/ |
H A D | usbip_test.sh | 157 src/usbip detach -p 00; 158 src/usbip detach -p 01; 166 src/usbip detach -p 00; 167 src/usbip detach -p 01; 171 src/usbip detach -p 100;
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | flow_dissector_load.c | 63 bool detach = false; in parse_opts() local 69 if (detach) in parse_opts() 76 detach = true; in parse_opts() 93 if (detach) in parse_opts()
|
H A D | test_cpp.cpp | 45 void detach() { return T::detach(skel); } in detach() function in Skeleton 96 skel.detach(); in try_skeleton_template()
|
/openbmc/linux/drivers/video/ |
H A D | aperture.c | 138 void (*detach)(struct device *dev); member 165 void (*detach)(struct device *)) in devm_aperture_acquire() 190 ap->detach = detach; in devm_aperture_acquire() 267 ap->detach(dev); in aperture_detach_devices()
|
/openbmc/qemu/dump/ |
H A D | dump-hmp-cmds.c | 30 bool detach = false; in hmp_dump_guest_memory() local 75 detach = qdict_get_bool(qdict, "detach"); in hmp_dump_guest_memory() 80 qmp_dump_guest_memory(paging, prot, true, detach, has_begin, begin, in hmp_dump_guest_memory()
|
/openbmc/linux/tools/perf/tests/ |
H A D | event-times.c | 164 int (detach)(struct evlist *)) in test_times() 198 TEST_ASSERT_VAL("failed to detach", !detach(evlist)); in test_times() 223 #define _T(attach, detach) \ in test__event_times() argument 224 err = test_times(attach, detach); \ in test__event_times()
|
/openbmc/linux/drivers/vfio/ |
H A D | device_cdev.c | 195 struct vfio_device_detach_iommufd_pt detach; in vfio_df_ioctl_detach_pt() local 200 if (copy_from_user(&detach, arg, minsz)) in vfio_df_ioctl_detach_pt() 203 if (detach.argsz < minsz || detach.flags) in vfio_df_ioctl_detach_pt()
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool.rst | 33 **load** | **attach** | **detach** | **help** } 35 *LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** } 37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
|
H A D | bpftool-net.rst | 22 { **show** | **list** | **attach** | **detach** | **help** } 29 | **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME* 75 **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME* 77 type specified by *ATTACH_TYPE*. To detach bpf program, same 177 | **# bpftool net detach xdpdrv dev enp6s0np0**
|
H A D | bpftool-link.rst | 28 | **bpftool** **link detach** *LINK* 57 **bpftool link detach** *LINK* 58 Force-detach link *LINK*. BPF link and its underlying BPF
|
H A D | bpftool-cgroup.rst | 22 { **show** | **list** | **tree** | **attach** | **detach** | **help** } 30 | **bpftool** **cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG* 122 **bpftool cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG* 152 | **# bpftool cgroup detach /sys/fs/cgroup/test.slice/ device id 1**
|
/openbmc/linux/drivers/base/power/ |
H A D | common.c | 185 if (dev->pm_domain && dev->pm_domain->detach) in dev_pm_domain_detach() 186 dev->pm_domain->detach(dev, power_off); in dev_pm_domain_detach()
|
/openbmc/openbmc/poky/bitbake/contrib/prserv/ |
H A D | Dockerfile | 15 # docker run --detach --tty \ 23 # docker run --detach --tty \
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/files/ |
H A D | host-peer | 1 -detach
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | dtx.rst | 76 The detachment process is started with the user pressing the *detach* button 80 1. The EC turns on the indicator led on the detach-button, sends a 81 *detach-request* event (``SDTX_EVENT_REQUEST``), and awaits further 106 detachment process. Furthermore, the EC will send a detach-request event, 107 similar to the user pressing the detach-button to cancel said process (see 139 It is important to note that, if the user presses the detach button at any 141 the initial *detach-request* event (``SDTX_EVENT_REQUEST``) and before it 144 Thus a *detach-request* event, by itself, does not signal the start of the 329 user, either via a detach button press or a detach request 338 preconditions (e.g. clipboard battery too low to detach) or hardware
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/ |
H A D | pgpool.sysconfig | 3 # -n: don't run in daemon mode. does not detach control tty
|
/openbmc/openbmc/poky/meta/recipes-devtools/distcc/files/ |
H A D | distcc.service | 8 ExecStart=@BINDIR@/distccd --verbose --no-detach --daemon $OPTIONS
|
/openbmc/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 31 static inline void detach(struct rss_bpf *skel); 971 void rss_bpf::detach(struct rss_bpf *skel) { rss_bpf__detach(skel); } in detach() function
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | superpipe.c | 49 static void marshal_det_to_rele(struct dk_cxlflash_detach *detach, in marshal_det_to_rele() argument 52 release->hdr = detach->hdr; in marshal_det_to_rele() 53 release->context_id = detach->context_id; in marshal_det_to_rele() 892 struct dk_cxlflash_detach *detach) in _cxlflash_disk_detach() argument 903 u64 ctxid = DECODE_CTXID(detach->context_id), in _cxlflash_disk_detach() 904 rctxid = detach->context_id; in _cxlflash_disk_detach() 922 marshal_det_to_rele(detach, &rel); in _cxlflash_disk_detach() 959 struct dk_cxlflash_detach *detach) in cxlflash_disk_detach() argument 961 return _cxlflash_disk_detach(sdev, NULL, detach); in cxlflash_disk_detach() 997 struct dk_cxlflash_detach detach = { { 0 }, 0 }; in cxlflash_cxl_release() local [all …]
|
/openbmc/linux/include/net/ |
H A D | rsi_91x.h | 51 void (*detach)(void *priv); member
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | devres.rst | 23 iomapped address should be kept and unmapped on driver detach. For 36 attention or testing as core code, and bugs on driver detach or 41 So, many low level drivers end up leaking resources on driver detach 53 matter what, all devres entries are released on driver detach. On 62 automatically released on driver detach. Implementation looks like
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | amplc_pc236.c | 65 .detach = comedi_legacy_detach,
|
/openbmc/linux/Documentation/driver-api/acpi/ |
H A D | scan_handlers.rst | 45 void (*detach)(struct acpi_device *dev); 50 maintained by the ACPI core and the .attach() and .detach() callbacks are 71 The namespace trimming function, acpi_bus_trim(), first executes .detach()
|