Home
last modified time | relevance | path

Searched refs:ioctl_buffer (Results 1 – 21 of 21) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/libdm/
H A Ddm.cpp208 std::string ioctl_buffer(sizeof(struct dm_ioctl), 0); in LoadTableAndActivate() local
209 ioctl_buffer += table.Serialize(); in LoadTableAndActivate()
211 struct dm_ioctl* io = reinterpret_cast<struct dm_ioctl*>(&ioctl_buffer[0]); in LoadTableAndActivate()
213 io->data_size = ioctl_buffer.size(); in LoadTableAndActivate()
/dports/devel/git-svn/git-2.34.1/
H A Dhttp.h43 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp);
H A Dhttp-push.c206 curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); in curl_setup_http()
H A Dhttp.c158 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp) in ioctl_buffer() function
/dports/devel/git-gui/git-2.34.1/
H A Dhttp.h43 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp);
H A Dhttp-push.c206 curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); in curl_setup_http()
H A Dhttp.c158 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp) in ioctl_buffer() function
/dports/devel/git-p4/git-2.34.1/
H A Dhttp.h43 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp);
H A Dhttp-push.c206 curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); in curl_setup_http()
H A Dhttp.c158 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp) in ioctl_buffer() function
/dports/devel/git/git-2.34.1/
H A Dhttp.h43 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp);
H A Dhttp-push.c206 curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); in curl_setup_http()
H A Dhttp.c158 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp) in ioctl_buffer() function
/dports/devel/git-cvs/git-2.34.1/
H A Dhttp.h43 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp);
H A Dhttp-push.c206 curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); in curl_setup_http()
H A Dhttp.c158 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp) in ioctl_buffer() function
/dports/devel/cgit/cgit-1.2.3/git/
H A Dhttp.h86 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp);
H A Dhttp-push.c206 curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctl_buffer); in curl_setup_http()
H A Dhttp.c183 curlioerr ioctl_buffer(CURL *handle, int cmd, void *clientp) in ioctl_buffer() function
/dports/sysutils/smartmontools/smartmontools-7.2/
H A Dos_freebsd.cpp626 char ioctl_buffer[TW_IOCTL_BUFFER_SIZE]; in ata_pass_through() local
633 memset(ioctl_buffer, 0, TW_IOCTL_BUFFER_SIZE); in ata_pass_through()
636 cmd_twa = (TW_OSLI_IOCTL_NO_DATA_BUF*)ioctl_buffer; in ata_pass_through()
642 cmd_twe = (struct twe_usercommand*)ioctl_buffer; in ata_pass_through()
H A Dos_linux.cpp1786 char ioctl_buffer[TW_IOCTL_BUFFER_SIZE]; in ata_pass_through() local
1798 memset(ioctl_buffer, 0, TW_IOCTL_BUFFER_SIZE); in ata_pass_through()
1802 tw_ioctl_apache = (TW_Ioctl_Buf_Apache *)ioctl_buffer; in ata_pass_through()
1808 tw_ioctl_char = (TW_New_Ioctl *)ioctl_buffer; in ata_pass_through()
1813 tw_ioctl = (TW_Ioctl *)ioctl_buffer; in ata_pass_through()