Home
last modified time | relevance | path

Searched defs:how (Results 1 – 25 of 60) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c109 m_get(int how, short type) in m_get()
151 m_gethdr(int how, short type) in m_gethdr()
243 m_clget(struct mbuf *m, int how) in m_clget()
289 m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf) in m_getm2()
373 m_uiotombuf(struct uio *uio, int how, int len, int align, int flags) in m_uiotombuf()
1186 m_tag_copy_chain(struct mbuf *to, struct mbuf *from, int how) in m_tag_copy_chain()
1213 m_dup_pkthdr(struct mbuf *to, struct mbuf *from, int how) in m_dup_pkthdr()
1228 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
1320 m_prepend(struct mbuf *m, int len, int how) in m_prepend()
Duser_mbuf.h67 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument
68 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument
69 #define MCLGET(m, how) m_clget((m), (how)) argument
316 #define MBTOM(how) (how) argument
368 #define M_PREPEND(m, plen, how) do { \ argument
/third_party/ltp/include/lapi/
Dopenat2.h51 struct open_how *how, size_t size) in openat2()
59 struct open_how how; member
Dsafe_rt_signal.h37 int how, const sigset_t *set, in safe_rt_sigprocmask()
56 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ argument
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c12 static struct open_how *how; variable
22 struct open_how **how; member
Dopenat201.c13 static struct open_how *how; variable
24 struct open_how **how; member
Dopenat202.c12 static struct open_how *how; variable
/third_party/musl/src/network/
Dshutdown.c4 int shutdown(int fd, int how) in shutdown()
/third_party/musl/src/signal/
Dsigprocmask.c4 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigprocmask()
/third_party/musl/src/thread/
Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask()
/third_party/libuv/src/unix/
Dpthread-fixes.c39 int uv__pthread_sigmask(int how, const sigset_t* set, sigset_t* oset) { in uv__pthread_sigmask()
Dinternal.h87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset) argument
/third_party/musl/porting/linux/user/src/thread/
Dpthread_sigmask.c51 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask()
/third_party/python/Lib/
Dsignal.py68 def pthread_sigmask(how, mask): argument
/third_party/zlib/contrib/blast/
Dblast.c432 local unsigned inf(void *how, unsigned char **buf) in inf()
440 local int outf(void *how, unsigned char *buf, unsigned len) in outf()
/third_party/musl/porting/linux/user/src/sigchain/
Dsigchain.c120 static int sigchain_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigchain_sigmask()
456 void intercept_pthread_sigmask(int how, sigset_t *restrict set) in intercept_pthread_sigmask()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeSocket.c637 int how = 0; in deSocket_shutdown() local
664 int how = 0; in deSocket_shutdown() local
/third_party/libunwind/include/
Dlibunwind_i.h199 # define SIGPROCMASK(how, new_mask, old_mask) \ argument
202 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) argument
/third_party/libwebsockets/win32port/zlib/
Dgzguts.h102 int how; /* 0: get header, 1: copy, 2: decompress */ member
/third_party/ltp/lib/
Dtst_safe_macros.c283 static const char *strhow(int how) in strhow()
298 int how, sigset_t *set, sigset_t *oldset) in safe_sigprocmask()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc491 const Mutex::MuHow how; // How this thread needs to wait. member
721 static unsigned TsanFlags(Mutex::MuHow how) { in TsanFlags()
1580 MuHow how = in AwaitCommon() local
1766 ABSL_ATTRIBUTE_NOINLINE void Mutex::LockSlow(MuHow how, const Condition *cond, in LockSlow()
1849 bool Mutex::LockSlowWithDeadline(MuHow how, const Condition *cond, in LockSlowWithDeadline()
2345 void Mutex::Trans(MuHow how) { in Trans()
/third_party/mksh/
Dulimit.c203 int how = SOFT | HARD, optc; in c_ulimit() local
/third_party/node/deps/zlib/
Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member
/third_party/flutter/skia/third_party/externals/zlib/
Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member
/third_party/skia/third_party/externals/zlib/
Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member

123