Searched refs:obj_size (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/hwcrypto/ |
| A D | hwcrypto.c | 96 …rt_hwcrypto_ctx_create(struct rt_hwcrypto_device *device, hwcrypto_type type, rt_uint32_t obj_size) in rt_hwcrypto_ctx_create() argument 102 if (device == RT_NULL || obj_size < sizeof(struct rt_hwcrypto_ctx)) in rt_hwcrypto_ctx_create() 106 ctx = rt_malloc(obj_size); in rt_hwcrypto_ctx_create() 111 rt_memset(ctx, 0, obj_size); in rt_hwcrypto_ctx_create()
|
| A D | hwcrypto.h | 143 hwcrypto_type type, rt_uint32_t obj_size);
|
| /components/drivers/ofw/ |
| A D | ofw.c | 68 rt_size_t obj_size; member 121 obj = (struct rt_object *)((rt_ubase_t)obj + item->obj_size); in ofw_parse_object()
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | xdr.c | 770 bool_t xdr_pointer(XDR *xdrs, char **objpp, unsigned int obj_size, xdrproc_t xdr_obj) in xdr_pointer() argument 783 return (xdr_reference(xdrs, objpp, obj_size, xdr_obj)); in xdr_pointer()
|
Completed in 6 milliseconds