Searched defs:ioctl (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 413 LogIoctl ioctl(IoctlCmd::OUTPUT_RQST, IoctlCmd::OUTPUT_RSP); in QueryLogHandler() local 533 LogIoctl ioctl(IoctlCmd::BUFFERSIZE_GET_RQST, IoctlCmd::BUFFERSIZE_GET_RSP); in BufferSizeGetHandler() local 557 LogIoctl ioctl(IoctlCmd::BUFFERSIZE_SET_RQST, IoctlCmd::BUFFERSIZE_SET_RSP); in BufferSizeSetHandler() local 608 LogIoctl ioctl(IoctlCmd::KMSG_ENABLE_RQST, IoctlCmd::KMSG_ENABLE_RSP); in KmsgFeatureSetHandler() local 731 LogIoctl ioctl(IoctlCmd::LOG_REMOVE_RQST, IoctlCmd::LOG_REMOVE_RSP); in RemoveHandler() local 746 LogIoctl ioctl(IoctlCmd::STATS_QUERY_RQST, IoctlCmd::STATS_QUERY_RSP); in StatsInfoQueryHandler() local 760 LogIoctl ioctl(IoctlCmd::STATS_CLEAR_RQST, IoctlCmd::STATS_CLEAR_RSP); in StatsInfoClearHandler() local 873 LogIoctl ioctl(IoctlCmd::PERSIST_START_RQST, IoctlCmd::PERSIST_START_RSP); in PersistTaskStart() local 888 LogIoctl ioctl(IoctlCmd::PERSIST_STOP_RQST, IoctlCmd::PERSIST_STOP_RSP); in PersistTaskStop() local 910 LogIoctl ioctl(IoctlCmd::PERSIST_QUERY_RQST, IoctlCmd::PERSIST_QUERY_RSP); in PersistTaskQuery() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/win32/sys/ |
H A D | ioctl.h | 26 static int ioctl(int fd, int req, unsigned int *flags) in ioctl() function
|
/ohos5.0/drivers/hdf_core/framework/include/osal/ |
H A D | osal_cdev.h | 30 long (*ioctl)(struct file *filep, unsigned int cmd, unsigned long arg); member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpcallbacks.h | 852 FillpIoctlFunc ioctl; member
|
/ohos5.0/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 503 …int32_t (*ioctl)(struct NetDevice *netDev, IfReq *req, int32_t cmd); /**< Used for the contro… member
|