Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 44) sorted by relevance

12

/components/net/sal/include/socket/sys_socket/sys/
A Dsocket.h28 int shutdown(int s, int how);
50 #define shutdown(s, how) sal_shutdown(s, how)
/components/libc/posix/signal/
A Dposix_signal.c47 int sigprocmask (int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument
59 switch(how) in sigprocmask()
/components/net/at/at_socket/
A Dat_socket.h155 int at_shutdown(int socket, int how);
184 #define shutdown(socket, how) at_shutdown(socket, how) argument
/components/dfs/dfs_v1/filesystems/nfs/
A Ddfs_nfs.c357 args.how.mode = GUARDED; in nfs_create()
359 args.how.createhow3_u.obj_attributes.mode.set_it = TRUE; in nfs_create()
360 args.how.createhow3_u.obj_attributes.mode.set_mode3_u.mode = mode; in nfs_create()
361 args.how.createhow3_u.obj_attributes.uid.set_it = FALSE; in nfs_create()
362 args.how.createhow3_u.obj_attributes.gid.set_it = FALSE; in nfs_create()
363 args.how.createhow3_u.obj_attributes.size.set_it = FALSE; in nfs_create()
364 args.how.createhow3_u.obj_attributes.atime.set_it = DONT_CHANGE; in nfs_create()
365 args.how.createhow3_u.obj_attributes.mtime.set_it = DONT_CHANGE; in nfs_create()
A Dnfs.x384 createhow3 how; member
/components/net/lwip/lwip-2.0.3/src/netif/
A DFILES9 An example of how an Ethernet device driver could look. This
/components/net/sal/socket/
A Dnet_sockets.c152 int shutdown(int s, int how) in shutdown() argument
172 if (sal_shutdown(socket, how) == 0) in shutdown()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dsockets.h487 int lwip_shutdown(int s, int how);
518 #define shutdown(s,how) lwip_shutdown(s,how) argument
/components/net/sal/include/
A Dsal_low_lvl.h83 int (*shutdown) (int s, int how);
A Dsal_socket.h335 int sal_shutdown(int socket, int how);
/components/net/lwip/lwip-2.0.3/src/api/
A Dapi_lib.c80 static err_t netconn_close_shutdown(struct netconn *conn, u8_t how);
802 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument
806 LWIP_UNUSED_ARG(how); in netconn_close_shutdown()
814 API_MSG_VAR_REF(msg).msg.sd.shut = how; in netconn_close_shutdown()
A Dsockets.c1716 lwip_shutdown(int s, int how) in lwip_shutdown() argument
1722 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_shutdown(%d, how=%d)\n", s, how)); in lwip_shutdown()
1739 if (how == SHUT_RD) { in lwip_shutdown()
1741 } else if (how == SHUT_WR) { in lwip_shutdown()
1743 } else if (how == SHUT_RDWR) { in lwip_shutdown()
/components/net/lwip/lwip-1.4.1/src/netif/
A DFILES13 An example of how an Ethernet device driver could look. This
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dsockets.h595 int lwip_shutdown(int s, int how);
635 #define shutdown(s,how) lwip_shutdown(s,how) argument
/components/libc/compilers/common/include/sys/
A Dsignal.h110 int sigprocmask (int how, const sigset_t *set, sigset_t *oset);
/components/lwp/
A Dlwp_signal.h154 rt_err_t lwp_thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how,
A Dlwp_signal.c401 static void _thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how, in _thread_signal_mask() argument
415 _sig_mask_fn[how](thread, sigset, &new_set); in _thread_signal_mask()
1267 rt_err_t lwp_thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how, in lwp_thread_signal_mask() argument
1285 _thread_signal_mask(thread, how, sigset, oset); in lwp_thread_signal_mask()
/components/net/lwip/lwip-2.0.3/test/fuzz/
A DREADME6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how
/components/net/lwip/lwip-2.1.2/test/fuzz/
A DREADME6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how
/components/net/lwip/lwip-2.1.2/src/api/
A Dapi_lib.c106 static err_t netconn_close_shutdown(struct netconn *conn, u8_t how);
1089 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument
1093 LWIP_UNUSED_ARG(how); in netconn_close_shutdown()
1101 API_MSG_VAR_REF(msg).msg.sd.shut = how; in netconn_close_shutdown()
/components/libc/posix/pthreads/
A Dpthread.c1147 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() argument
1149 return sigprocmask(how, set, oset); in pthread_sigmask()
A Dpthread.h189 int pthread_sigmask(int how, const sigset_t *set, sigset_t *oset);
/components/net/lwip/lwip-1.4.1/src/api/
A Dapi_lib.c663 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown() argument
673 msg.msg.msg.sd.shut = how; in netconn_close_shutdown()
A Dsockets.c1380 lwip_shutdown(int s, int how) argument
1386 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_shutdown(%d, how=%d)\n", s, how));
1403 if (how == SHUT_RD) {
1405 } else if (how == SHUT_WR) {
1407 } else if(how == SHUT_RDWR) {
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsockets.h325 int lwip_shutdown(int s, int how);

Completed in 52 milliseconds

12