Home
last modified time | relevance | path

Searched defs:op (Results 1 – 13 of 13) sorted by relevance

/components/legacy/fdt/inc/
A Ddtb_fwnode.h86 #define fwnode_has_op(fwnode, op) \ argument
88 #define fwnode_call_int_op(fwnode, op, ...) \ argument
91 #define fwnode_call_bool_op(fwnode, op, ...) \ argument
94 #define fwnode_call_ptr_op(fwnode, op, ...) \ argument
96 #define fwnode_call_void_op(fwnode, op, ...) \ argument
/components/lwp/
A Dlwp_futex.c172 static rt_futex_t _pftx_get(void *uaddr, struct rt_lwp *lwp, int op, in _pftx_get()
274 static rt_futex_t _sftx_get(void *uaddr, struct rt_lwp *lwp, int op, in _sftx_get()
680 rt_inline rt_bool_t _timeout_ignored(int op) in _timeout_ignored()
694 sysret_t sys_futex(int *uaddr, int op, int val, const struct timespec *timeout, in sys_futex()
719 rt_err_t lwp_futex(struct rt_lwp *lwp, int *uaddr, int op, int val, in lwp_futex()
A Dlwp_syscall.c10120 sysret_t sys_epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) in sys_epoll_ctl()
/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr_mem.c86 xdrmem_create (XDR *xdrs, const char* addr, unsigned int size, enum xdr_op op) in xdrmem_create()
/components/libc/posix/io/aio/
A Daio.c151 int aio_fsync(int op, struct aiocb *cb) in aio_fsync()
/components/drivers/spi/
A Denc28j60.c67 static uint8_t spi_read_op(struct rt_spi_device *spi_device, uint8_t op, uint8_t address) in spi_read_op()
86 static void spi_write_op(struct rt_spi_device *spi_device, uint8_t op, uint8_t address, uint8_t dat… in spi_write_op()
/components/utilities/utest/
A Dutest_assert.h30 #define __uassert_value_op(a, b, op) __utest_assert((a) op (b), "(" #a ") not " #op " (" #b ")") argument
/components/libc/posix/io/epoll/
A Depoll.c603 static int epoll_do_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_do_ctl()
984 int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in epoll_ctl()
/components/drivers/include/drivers/
A Dscsi.h322 } op; member
/components/net/lwip/lwip-2.1.2/src/core/ipv6/
A Ddhcp6.c641 u16_t op; in dhcp6_parse_reply() local
/components/net/lwip/lwip-1.4.1/src/core/
A Ddhcp.c1381 u8_t op = options[offset]; in dhcp_parse_reply() local
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Ddhcp.c1504 u8_t op = options[offset]; in dhcp_parse_reply() local
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Ddhcp.c1566 u8_t op = options[offset]; in dhcp_parse_reply() local

Completed in 39 milliseconds