Home
last modified time | relevance | path

Searched refs:unlink (Results 26 – 50 of 424) sorted by relevance

12345678910>>...17

/openbmc/linux/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh58 keyctl unlink $(keyctl search @s asymmetric ebpf_testing_key) @s
59 keyctl unlink $(keyctl search @s keyring ebpf_testing_keyring) @s
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c923 struct vhci_unlink *unlink; in vhci_urb_dequeue() local
929 if (!unlink) { in vhci_urb_dequeue()
936 unlink->seqnum = atomic_inc_return(&vhci_hcd->seqnum); in vhci_urb_dequeue()
937 if (unlink->seqnum == 0xffff) in vhci_urb_dequeue()
940 unlink->unlink_seqnum = priv->seqnum; in vhci_urb_dequeue()
944 list_add_tail(&unlink->list, &vdev->unlink_tx); in vhci_urb_dequeue()
962 struct vhci_unlink *unlink, *tmp; in vhci_cleanup_unlink_list() local
973 list_del(&unlink->list); in vhci_cleanup_unlink_list()
974 kfree(unlink); in vhci_cleanup_unlink_list()
982 list_del(&unlink->list); in vhci_cleanup_unlink_list()
[all …]
/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c216 unlink(mntpoint); in verify_non_standard_devpts_mount()
222 unlink(mntpoint); in verify_non_standard_devpts_mount()
227 unlink(mntpoint); in verify_non_standard_devpts_mount()
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/opkg/
H A D0001-opkg_conf-create-opkg.lock-in-run-instead-of-var-run.patch6 This avoids a "Could not unlink" warning when extracting a /var/run
8 unlink the /var/run directory when it contains opkg.lock.
/openbmc/u-boot/test/py/tests/
H A Dtest_hush_if_test.py142 os.unlink(test_file)
158 os.unlink(test_file)
/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_namespace.c34 unlink(fw_path); in die()
148 unlink(fw_path); in main()
/openbmc/linux/tools/testing/selftests/efivarfs/
H A D.gitignore3 open-unlink
H A DMakefile4 TEST_GEN_FILES := open-unlink create-read
/openbmc/qemu/tests/unit/
H A Dtest-image-locking.c114 unlink(img_path); in test_image_locking_basic()
144 unlink(img_path); in test_set_perm_abort()
H A Dtest-replication.c163 unlink(p_local_disk); in cleanup_imgs()
166 unlink(s_local_disk); in cleanup_imgs()
167 unlink(s_active_disk); in cleanup_imgs()
168 unlink(s_hidden_disk); in cleanup_imgs()
H A Dcrypto-tls-psk-helpers.c53 unlink(pskfile); in test_tls_psk_cleanup()
/openbmc/qemu/tests/qtest/
H A Dboot-serial-test.c277 unlink(codetmp); in test_machine()
286 unlink(serialtmp); in test_machine()
H A Dcdrom-test.c83 unlink(codefile); in prepare_image()
286 unlink(isoimage); in main()
/openbmc/u-boot/common/
H A Ddlmalloc.c1319 unlink(victim, bck, fwd);
1404 unlink(victim, bck, fwd);
1415 unlink(victim, bck, fwd);
1560 unlink(p, bck, fwd);
1583 unlink(p, bck, fwd);
1596 unlink(next, bck, fwd);
1745 unlink(next, bck, fwd);
1772 unlink(prev, bck, fwd);
1787 unlink(next, bck, fwd);
1788 unlink(prev, bck, fwd);
[all …]
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dfile19 unlink
/openbmc/linux/tools/perf/util/
H A Dvdso.c116 unlink(vdso_info->vdso.temp_file_name); in machine__exit_vdso()
119 unlink(vdso_info->vdso32.temp_file_name); in machine__exit_vdso()
121 unlink(vdso_info->vdsox32.temp_file_name); in machine__exit_vdso()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild_image.py73 os.unlink(appendfile)
145 os.unlink(appendfile)
/openbmc/linux/arch/um/drivers/
H A Dxterm.c123 if (unlink(file)) { in xterm_open()
185 unlink(file); in xterm_open()
/openbmc/hiomapd/test/
H A Dtmpf.c33 unlink(tmpf->path); in tmpf_destroy()
/openbmc/phosphor-mboxd/test/
H A Dtmpf.c34 unlink(tmpf->path); in tmpf_destroy()
/openbmc/linux/tools/perf/tests/
H A Dgenelf.c45 unlink(path); in test__jit_write_elf()
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-When-cross-installing-execute-package-scriptlets-wit.patch40 - unlink(fn);
41 + unlink(fn);
/openbmc/qemu/contrib/elf2dmp/
H A Ddownload.c33 unlink(name); in download_url()
/openbmc/linux/fs/ubifs/
H A Ddir.c1296 int unlink = !!new_inode, new_sz, old_sz; in do_rename() local
1319 if (unlink) { in do_rename()
1329 if (unlink && is_dir) { in do_rename()
1431 if (!unlink) in do_rename()
1439 if (unlink) in do_rename()
1452 if (unlink) { in do_rename()
1474 if (unlink && IS_SYNC(new_inode)) in do_rename()
1516 if (unlink) { in do_rename()
1527 if (!unlink) in do_rename()
1530 if (unlink) in do_rename()
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_utils.py280 os.unlink(self.filename)
285 os.path.unlink(self.filename)

12345678910>>...17