Searched refs:sizep (Results 1 – 4 of 4) sorted by relevance
| /components/legacy/fdt/src/ |
| A D | dtb_base.c | 98 const void *dtb_node_read_prop(const struct dtb_node *node, const char *propname, int *sizep) in dtb_node_read_prop() argument 117 if (sizep) in dtb_node_read_prop() 118 *sizep = -FDT_ERR_NOTFOUND; in dtb_node_read_prop() 121 if (sizep) in dtb_node_read_prop() 122 *sizep = len; in dtb_node_read_prop() 324 size_t *sizep) in dtb_node_get_addr_size() argument 334 *sizep = dtb_node_read_number(prop + na, ns); in dtb_node_get_addr_size()
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | xdr.c | 435 bool_t xdr_bytes(XDR *xdrs, char** cpp, unsigned int *sizep, unsigned int maxsize) in xdr_bytes() argument 443 if (!xdr_u_int(xdrs, sizep)) { in xdr_bytes() 446 nodesize = *sizep; in xdr_bytes() 619 bool_t xdr_array(XDR *xdrs, char **addrp, unsigned int *sizep, unsigned int maxsize, unsigned int e… in xdr_array() argument 628 if (!xdr_u_int(xdrs, sizep)) { in xdr_array() 631 c = *sizep; in xdr_array()
|
| A D | xdr.h | 309 extern bool_t xdr_bytes (XDR *xdrs, char **cpp, unsigned int *sizep,
|
| /components/legacy/fdt/inc/ |
| A D | dtb_node.h | 332 const void *dtb_node_read_prop(const struct dtb_node *node, const char *propname, int *sizep); 357 size_t *sizep);
|
Completed in 16 milliseconds