Lines Matching full:param

29  * @param[in] items Indicates the number of elements to be allocated.
30 * @param[in] size size of elements.
41 * @param[in] size Indicates the memory size to be allocated.
52 * @param[in] addr Indicates the address of the memory to be freed.
64 * @param[in] dest Pointer to destination memory buffer.
65 * @param[in] destMax Length of destination memory buffer.
66 * @param[in] character Character to be set.
67 * @param[in] count Number of bytes to set.
79 * @param[out] dest Indicates a pointer to the destination memory buffer.
80 * @param[in] destMax Indicates the size of the destination memory buffer.
81 * @param[in] src Indicates a pointer to the source memory buffer.
82 * @param[in] count Indicates the number of bytes to copy.
94 * @param[out] dest Indicates a pointer to the destination memory buffer.
95 * @param[in] destMax Indicates the length of the destination memory buffer.
96 * @param[in] src Indicates a pointer to the source memory buffer.
97 * @param[in] count Indicates the number of bytes to be copy.
109 * @param[out] dest Indicates a pointer to the destination memory buffer.
110 * @param[in] destMax Indicates the length of the destination memory buffer.
111 * @param[in] src Indicates a pointer to the source memory buffer.
112 * @param[in] count Indicates the number of bytes to be copied.
125 * @param[in] str Pointer to string.
136 * @param[in] maxFd Indicates the fd value to be selected.
137 * @param[in] readFds Indicates the fd for read.
138 * @param[in] writeFds Indicates the fd for write.
139 * @param[out] exceptFds Indicates the fd for errors.
140 * @param[in] timeVal Indicates the max time for select to wait.
153 * @param[in] fd Indicates the connection fd.
154 * @param[in] cmd Indicates the command to perform on socket.
155 * @param[in] args Indicates arguments for socket.
167 * @param[in] fd Indicates a connection file descriptor.
168 * @param[in] cmd Indicates the command to perform on socket.
169 * @param[in] val Indicates the arguments for socket.
181 * @param[in] fd Indicates the socket file descriptor.
182 * @param[in] level Indicates the socket level.
183 * @param[in] optName Indicates the socket option name.
184 * @param[in] optVal Indicates the socket option value.
185 * @param[in] optLen Indicates the socket option length.
198 * @param[in] fd Indicates the socket file descriptor.
199 * @param[in] level Indicates the socket level.
200 * @param[in] optName Indicates the socket option name.
201 * @param[out] optVal Indicates the socket option value.
202 * @param[out] optLen Indicates the socket option length.
238 * @param[in] fd Indicates the pointer to the block of memory where the search is performed.
239 * @param[in] c Indicates the value to be passed as an int, but the function performs a
241 * @param[in] n Indicates the number of bytes to be analyzed.
253 * @param[in] param Indicates a pointer to the ThreadParam struct.
254 * @param[out] threadId O|Indicates the thread ID.
259 typedef FILLP_INT (*FillpCreateThreadFunc)(IN void *param, IO void *threadId);
288 * @param[in,out] var Indicates the variable to increment.
289 * @param[in] val Indicates the value of the variable.
301 * @param[in,out] var Indicates the variable to increment.
312 * @param[in,out] var Indicates the variable to decrement.
313 * @param[in] val Indicates the value of the variable.
325 * @param[in,out] var Indicates the variable to increment.
336 * @param[out] var Variable to read.
347 * @param[in] var A pointer to the value to be exchanged.
348 * @param[in] newValue The value to be exchanged with the value pointed to by var.
359 * @param[out] sem Indicates a pointer to the destination value.
360 * @param[in] oldValue Indicates the exchange value.
361 * @param[in] newValue Indicates the value to compare to sem.
373 * @param[in] time The time interval(in milliseconds)for which execution is to be suspended.
384 * @param[in] time The time interval for which execution is to be suspended, in microseconds.
405 * @param[in] sem Indicates a pointer to semaphore.
406 * @param[in] value Indicates the value of the initialized semaphore.
417 * @param[out] sem Indicates a pointer to a semaphore to be locked.
429 * @param[in] sem Indicates a pointer to a semaphore to be locked.
443 * @param[in] sem Indicates a pointer to the semaphore to be unlocked.
455 * @param[in] sem Indicates a pointer to the semaphore to be destroyed.
467 * @param[in] sem Indicates a pointer to SYS_ARCH_RW_SEM.
481 * @param[in] *sem Indicates a pointer to semaphore to be locked.
494 * @param[in] *sem Indicates a pointer to the semaphore to be locked.
506 * @param[in] *sem Indicates a pointer to SYS_ARCH_RW_SEM.
518 * @param[in] *sem Indicates a pointer to SYS_ARCH_RW_SEM.
530 * @param[in] *sem Indicates a pointer to SYS_ARCH_RW_SEM.
542 * @param[in] *sem Indicates a pointer to SYS_ARCH_RW_SEM.
554 * @param[in] domain Indicates the address family.
555 * @param[in] type Indicates the new socket.
556 * @param[in] protocol Indicates the protocol to be used.
568 * @param[in] fd Specifies the file descriptor of the socket to be bound.
569 * @param[in] myAddr Points to a SockAddr structure containing the address to be bound to the socket.
570 * @param[in] addrLen Specifies the length of the SockAddr structure pointed to by the pvMyaddr argument.
582 * @param[in] ifd Indicates the descriptor identifying the socket to close.
594 * @param[in] fd Specifies the socket file descriptor.
595 * @param[in] buf Points to a buffer containing the message to be sent.
596 * @param[in] len Specifies the buffer length.
597 * @param[in] flags Specifies the type of message transmission.
598 * @param[in] to Points to a SockAddr structure containing the destination address.
599 * @param[in] toLen Specifies the length of the SockAddr structure.
612 * @param[in] fd Specifies the socket file descriptor.
613 * @param[in] buffer Points to the buffer containing the message to send.
614 * @param[in] bytes Specifies the length of the message in bytes.
615 * @param[in] flags Specifies the type of message transmission.
629 * @param[in] fd Specifies the socket file descriptor.
630 * @param[in] buffer Points to the buffer containing the message to send.
631 * @param[in] size Specifies the number of elements sent out.
632 * @param[in] flags Indicates the flags.
646 * @param[in] fd Specifies the socket file descriptor.
647 * @param[in] buffer Points to the buffer containing the message to receive.
648 * @param[in] size Specifies the number of elements which can be received.
649 * @param[in] flags Indicates the flags.
650 * @param[in] timeout Indicates the timeout value.
663 * @param[in] fd Indicates the socket file descriptor.
664 * @param[in] myAddr Indicates the address which the socket is bound to.
665 * @param[out] addrLen Indicates the address length.
677 * @param[in] fd Indicates the socket file descriptor.
678 * @param[in] myAddr Indicates the address which the socket is bound to.
679 * @param[out] addrLen Indicates the address length.
694 * @param[in] fd socket fd.
695 * @param[in] socketDescriptorSet socket descriptor set
705 * @param[in] fd Indicates the socket file descriptor.
706 * @param[in] socketDescriptorSet Indicates the socket descriptor set.
716 * @param[in] fd Indicates the socket file descriptor.
717 * @param[in] socketDescriptorSet Indicates the socket descriptor set.
748 * @param[out] dstFdSet Indicates the destination file descriptor set to which it is copied.
749 * @param[in] srcFdSet Indicates the source file descriptor set from which it is being copied.
759 * @param[in] fd Specifies the socket file descriptor.
760 * @param[out] *buf Points to the buffer where the message should be stored.
761 * @param[in] len Specifies the length in bytes of the buffer pointed to by the buff argument.
762 * @param[in] flags Specifies the type of message reception.
763 * @param[out] *from Points to a SockAddr structure in which the sending address is to be stored.
764 * @param[in] *fromLen Specifies the length of the SockAddr structure pointed to by the from argument.
777 * @param[in] fd Indicates a socket ID.
778 * @param[in] *msg Specifies the message which needs to be sent.
779 * @param[in] flags Specifies the type of message.
792 * @param[in] fd Indicates a socket file descriptor.
793 * @param[in] *msg Indicates a message received.
794 * @param[in] flags Specifies the type of message.
806 * @param[in] sem Indicates the shared memory.
820 * @param[in] sem Pointer to named semaphore structure.
821 * @param[in] timeout Indicates the time to wait.