Home
last modified time | relevance | path

Searched defs:unlink (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/musl/src/unistd/
H A Dunlink.c5 int unlink(const char *path) in unlink() function
/third_party/ninja/src/
H A Dutil.h116 #define unlink _unlink macro
/third_party/NuttX/fs/vfs/
H A Dfs_unlink.c163 int unlink(const char *pathname) in unlink() function
/third_party/ntfs-3g/include/ntfs-3g/
H A Dplugin.h179 int (*unlink)(ntfs_inode *dir_ni, const REPARSE_POINT *reparse, member
/third_party/NuttX/fs/vfs/include/
H A Ddriver.h80 int (*unlink)(struct Vnode *vnode); member
/third_party/libuv/test/
H A Dtest-fs-copyfile.c33 # define unlink _unlink macro
[all...]
H A Dtest-fs-open-flags.c35 # define unlink _unlink macro
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A Dvhci_tx.c171 struct vhci_unlink *unlink, *tmp; in dequeue_from_unlink_tx() local
189 struct vhci_unlink *unlink = NULL; in vhci_send_cmd_unlink() local
[all...]
H A Dvhci_rx.c115 struct vhci_unlink *unlink, *tmp; in dequeue_pending_unlink() local
142 struct vhci_unlink *unlink; in vhci_recv_ret_unlink() local
[all...]
H A Dstub_dev.c194 struct stub_unlink *unlink, *tmp; in stub_shutdown_connection() local
H A Dstub_tx.c17 struct stub_unlink *unlink; in stub_enqueue_ret_unlink() local
346 struct stub_unlink *unlink, *tm in dequeue_from_unlink_tx() local
125 setup_ret_unlink_pdu(struct usbip_header *rpdu, struct stub_unlink *unlink) setup_ret_unlink_pdu() argument
364 struct stub_unlink *unlink, *tmp; stub_send_ret_unlink() local
[all...]
H A Dvudc_tx.c38 static int v_send_ret_unlink(struct vudc *udc, struct v_unlink *unlink) in v_send_ret_unlink() argument
247 struct v_unlink *unlink; in v_enqueue_ret_unlink() local
31 setup_ret_unlink_pdu(struct usbip_header *rpdu, struct v_unlink *unlink) setup_ret_unlink_pdu() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvhci_rx.c115 struct vhci_unlink *unlink, *tmp; in dequeue_pending_unlink() local
142 struct vhci_unlink *unlink; in vhci_recv_ret_unlink() local
[all...]
H A Dvhci_tx.c171 struct vhci_unlink *unlink, *tmp; in dequeue_from_unlink_tx() local
189 struct vhci_unlink *unlink = NULL; in vhci_send_cmd_unlink() local
[all...]
H A Dstub_tx.c17 struct stub_unlink *unlink; in stub_enqueue_ret_unlink() local
346 struct stub_unlink *unlink, *tm in dequeue_from_unlink_tx() local
125 setup_ret_unlink_pdu(struct usbip_header *rpdu, struct stub_unlink *unlink) setup_ret_unlink_pdu() argument
364 struct stub_unlink *unlink, *tmp; stub_send_ret_unlink() local
[all...]
H A Dstub_dev.c196 struct stub_unlink *unlink, *tmp; in stub_shutdown_connection() local
H A Dvudc_tx.c38 static int v_send_ret_unlink(struct vudc *udc, struct v_unlink *unlink) in v_send_ret_unlink() argument
247 struct v_unlink *unlink; in v_enqueue_ret_unlink() local
31 setup_ret_unlink_pdu(struct usbip_header *rpdu, struct v_unlink *unlink) setup_ret_unlink_pdu() argument
[all...]
/third_party/python/Lib/test/support/
H A Dsocket_helper.py152 from .os_helper import TESTFN, unlink namespace
H A Dimport_helper.py11 from .os_helper import unlink namespace
/third_party/python/Lib/distutils/tests/
H A Dtest_file_util.py12 from test.support.os_helper import unlink namespace
/third_party/python/Lib/test/
H A Dtest_msilib.py5 from test.support.os_helper import TESTFN, unlink namespace
/kernel/linux/linux-5.10/include/linux/
H A Dstm.h91 void (*unlink)(struct stm_data *, unsigned int, member
121 void (*unlink)(struct stm_source_data *data); member
/kernel/linux/linux-6.6/include/linux/
H A Dstm.h91 void (*unlink)(struct stm_data *, unsigned int, member
121 void (*unlink)(struct stm_source_data *data); member
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_files.h63 int (*unlink)(struct MountPoint *, const char *); member
/kernel/uniproton/src/fs/vfs/
H A Dvfs_files.h42 S32 (*unlink)(struct TagMountPoint *, const char *); member

Completed in 10 milliseconds

12345