Lines Matching refs:IN
34 typedef void *(*FillpMemCallocFunc)(IN FILLP_UINT32 items, IN FILLP_UINT32 size);
45 typedef void *(*FillpMemAllocFunc)(IN FILLP_UINT32 size);
57 typedef void (*FillpMemFreeFunc)(IN void *addr);
129 typedef FILLP_UINT32 (*FillpStrLenFunc)(IN FILLP_CHAR *str);
145 typedef FILLP_INT (*FillpSelectFunc)(IN FILLP_INT maxFd, IN void *readFds,
146 IN void *writeFds, IO void *exceptFds, IN void *timeVal);
160 typedef FILLP_INT (*FillpIoctlFunc)(IN FILLP_INT fd, IN FILLP_INT cmd, IN FILLP_ULONG *args);
174 typedef FILLP_INT (*FillpFcntlFunc)(IN FILLP_INT fd, IN FILLP_INT cmd, IN FILLP_INT val);
190 typedef FILLP_INT (*FillpSetSockOptFunc)(IN FILLP_INT fd, IN FILLP_INT level,
191 IN FILLP_INT optName, IN FILLP_CONST void *optVal, IN FILLP_INT optLen);
207 typedef FILLP_INT (*FillpGetSockOptFunc)(IN FILLP_INT fd, IN FILLP_INT level,
208 IN FILLP_INT optName, IO void *optVal, IO FILLP_INT *optLen);
219 typedef FILLP_UINT32 (*FillpRandFunc)(IN void);
230 typedef FILLP_UINT32 (*FillpCryptoRandFunc)(IN void);
246 typedef void *(*FillpMemChrFunc)(IN FILLP_CONST void *fd, IN FILLP_INT c, IN FILLP_SIZE_T n);
259 typedef FILLP_INT (*FillpCreateThreadFunc)(IN void *param, IO void *threadId);
270 typedef FILLP_INT (*FillpSysArcInitFunc)(IN void);
281 typedef FILLP_LLONG (*FillpSysArcGetCurTimeFunc)(IN void);
352 typedef FILLP_INT (*FillpSysArchAtomicSetFunc)(IN SysArchAtomic *var, IN FILLP_INT newValue);
366 IN volatile FILLP_ULONG oldValue, IN volatile FILLP_ULONG newValue);
377 typedef void (*FillpSysSleepMsFunc)(IN FILLP_UINT time); /* In Millseconds */
388 typedef FILLP_INT (*FillpSysUSleepFunc)(IN FILLP_UINT time); /* us */
410 typedef FILLP_INT (*FillpSemFunc)(IO SYS_ARCH_SEM *sem, IN FILLP_ULONG value);
422 typedef FILLP_INT (*FillpSemTryWaitFunc)(IN SYS_ARCH_SEM *sem);
435 typedef FILLP_INT (*FillpSemWaitFunc)(IN SYS_ARCH_SEM *sem);
448 typedef FILLP_INT (*FillpSemPostFunc)(IN SYS_ARCH_SEM *sem);
460 typedef FILLP_INT (*FillpSemDestroyFunc)(IN SYS_ARCH_SEM *sem);
487 typedef FILLP_INT (*FillpRWSemTryRDWaitFunc)(IN SYS_ARCH_RW_SEM *sem);
499 typedef FILLP_INT (*FillpRWSemTryWRWaitFunc)(IN SYS_ARCH_RW_SEM *sem);
511 typedef FILLP_INT (*FillpRWSemWRWaitFunc)(IN SYS_ARCH_RW_SEM *sem);
523 typedef FILLP_INT (*FillpRWSemRDPostFunc)(IN SYS_ARCH_RW_SEM *sem);
535 typedef FILLP_INT (*FillpRWSemWRPostFunc)(IN SYS_ARCH_RW_SEM *sem);
547 typedef FILLP_INT (*FillpRWSemDestroyFunc)(IN SYS_ARCH_RW_SEM *sem);
561 typedef FILLP_INT32 (*FillpCreateSocketFunc)(IN FILLP_INT32 domain, IN FILLP_INT32 type, IN FILLP_INT32 protocol);
575 typedef FILLP_INT32 (*FillpBindSocketFunc)(IN FILLP_INT32 fd, IN FILLP_CONST void *myAddr, IN FILLP_INT32 addrLen);
587 typedef FILLP_INT32 (*FillpCloseSocketFunc)(IN FILLP_INT32 fd);
604 typedef FILLP_INT (*FillpSendtoFunc)(IN FILLP_INT fd, IN FILLP_CONST void *buf,
605 IN FILLP_SIZE_T len, IN FILLP_INT flags, IN FILLP_CONST void *to, IN FILLP_SIZE_T toLen);
620 typedef FILLP_INT (*FillpSendFunc)(IN FILLP_INT fd, IN FILLP_CONST void *buffer,
621 IN FILLP_INT bytes, IN FILLP_INT flags);
637 typedef FILLP_INT (*FillpSendFuncmmsg)(IN FILLP_INT fd, IN FILLP_CONST void *buffer,
638 IN FILLP_UINT32 size, IN FILLP_UINT32 flags);
655 typedef FILLP_INT (*FillpRecvmmsgFunc)(IN FILLP_INT fd, IN FILLP_CONST void *buffer,
656 IN FILLP_UINT32 size, IN FILLP_UINT32 flags, IN void *timeout);
670 typedef FILLP_INT32 (*FillpGetSockNameFunc)(IN FILLP_INT32 fd, IN void *myAddr, IO void *addrLen);
684 typedef FILLP_INT32 (*FillpConnectFunc)(IN FILLP_INT32 fd, IN FILLP_CONST void *myAddr,
685 IN FILLP_INT32 addrLen);
698 typedef void (*FillpFdClrFunc)(IN FILLP_UINT fd, IN FT_FD_SET socketDescriptorSet);
709 typedef void (*FillpFdSetFunc)(IN FILLP_UINT fd, IN FT_FD_SET socketDescriptorSet);
720 typedef FILLP_INT (*FillpFdIsSetFunc)(IN FILLP_INT fd, IN FT_FD_SET socketDescriptorSet);
741 typedef void (*FillpDestroyFdSetFunc)(IN FT_FD_SET destroySocketFdSet);
752 typedef FILLP_INT32 (*FillpCopyFdSetFunc)(IO FT_FD_SET dstFdSet, IN FT_FD_SET srcFdSet);
769 typedef FILLP_INT (*FillpRecvfromFunc)(IN FILLP_INT fd, OUT void *buf,
770 IN FILLP_SIZE_T len, IN FILLP_INT flags, OUT void *from, IO FILLP_SIZE_T *fromLen);
784 typedef FILLP_INT (*FillpSendFuncmsg)(IN FILLP_INT fd,
785 IN FILLP_CONST void *msg, IN FILLP_INT flags);
799 typedef FILLP_INT (*FillpRecvmsgFunc)(IN FILLP_INT fd, IN void *msg, IN FILLP_INT flags);