/components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
A D | ipcp.c | 309 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) in ipcp_cilen() argument 310 #define LENCIADDR(neg, old) (neg ? (old? CILEN_ADDRS : CILEN_ADDR) : 0) in ipcp_cilen() argument 353 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_addci() argument 370 #define ADDCIADDR(opt, neg, old, val1, val2) \ in ipcp_addci() argument 438 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_ackci() argument 466 #define ACKCIADDR(opt, neg, old, val1, val2) \ in ipcp_ackci() argument 563 #define NAKCIADDR(opt, neg, old, code) \ in ipcp_nakci() argument 764 #define REJCIADDR(opt, neg, old, val1, val2) \ in ipcp_rejci() argument 789 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \ in ipcp_rejci() argument
|
/components/lwp/ |
A D | lwp_itimer.c | 27 …er(rt_lwp_t lwp, int which, const struct itimerspec *restrict new, struct itimerspec *restrict old) in lwp_signal_setitimer()
|
A D | lwp_syscall.c | 9328 …et_t sys_mq_getsetattr(mqd_t mqd, const struct mq_attr *restrict new, struct mq_attr *restrict old) in sys_mq_getsetattr() 10673 …sret_t sys_timerfd_settime(int fd, int flags, const struct itimerspec *new, struct itimerspec *old) in sys_timerfd_settime() 10859 …_t sys_setitimer(int which, const struct itimerspec *restrict new, struct itimerspec *restrict old) in sys_setitimer()
|
/components/libc/compilers/newlib/ |
A D | syscalls.c | 49 void *_realloc_r(struct _reent *ptr, void *old, size_t newlen) in _realloc_r() 161 int _link_r(struct _reent *ptr, const char *old, const char *new) in _link_r() 255 int _rename_r(struct _reent *ptr, const char *old, const char *new) in _rename_r()
|
/components/libc/posix/io/timerfd/ |
A D | timerfd.c | 363 …tic int timerfd_do_settime(int fd, int flags, const struct itimerspec *new, struct itimerspec *old) in timerfd_do_settime() 616 int timerfd_settime(int fd, int flags, const struct itimerspec *new, struct itimerspec *old) in timerfd_settime()
|
/components/libc/posix/signal/ |
A D | posix_signal.c | 138 rt_sighandler_t old = RT_NULL; in sigaction() local
|
/components/drivers/rtc/ |
A D | dev_rtc.c | 308 time_t old = (time_t)0; in date() local
|
/components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
A D | ipcp.c | 756 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) in ipcp_cilen() argument 827 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_addci() argument 958 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_ackci() argument 1380 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \ in ipcp_rejci() argument
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | ipcp.c | 756 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) in ipcp_cilen() argument 827 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_addci() argument 958 #define ACKCIVJ(opt, neg, val, old, maxslotindex, cflag) \ in ipcp_ackci() argument 1380 #define REJCIVJ(opt, neg, val, old, maxslot, cflag) \ in ipcp_rejci() argument
|
/components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
A D | etharp.c | 1052 struct etharp_q_entry *old; local
|
/components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
A D | etharp.c | 1051 struct etharp_q_entry *old; local
|
/components/legacy/fdt/libfdt/ |
A D | fdt_rw.c | 393 static void _fdt_packblocks(const char *old, char *new, in _fdt_packblocks()
|
/components/drivers/ofw/libfdt/ |
A D | fdt_rw.c | 396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_()
|
/components/lwp/terminal/freebsd/ |
A D | tty.c | 622 struct termios *old = &tp->t_termios; in ttydev_ioctl() local
|