Searched refs:rpc_req (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/net/ |
H A D | nfs.c | 173 static void rpc_req(int rpc_prog, int rpc_proc, uint32_t *data, int datalen) in rpc_req() function 233 rpc_req(PROG_PORTMAP, PORTMAP_GETPORT, data, 8); in rpc_lookup_req() 259 rpc_req(PROG_MOUNT, MOUNT_ADDENTRY, data, len); in nfs_mount_req() 280 rpc_req(PROG_MOUNT, MOUNT_UMOUNTALL, data, len); in nfs_umountall_req() 310 rpc_req(PROG_NFS, NFS_READLINK, data, len); in nfs_readlink_req() 339 rpc_req(PROG_NFS, NFS_LOOKUP, data, len); in nfs_lookup_req() 352 rpc_req(PROG_NFS, NFS3PROC_LOOKUP, data, len); in nfs_lookup_req() 386 rpc_req(PROG_NFS, NFS_READ, data, len); in nfs_read_req()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0004-smm_gateway-GetNextVariableName-Fix.patch | 24 …-176,16 +176,14 @@ static rpc_status_t get_next_variable_name_handler(void *context, struct rpc_req
|
H A D | 0014-Provide-crypto-api-to-create-uefi-priv-var-fingerpri.patch | 294 …-664,33 +669,44 @@ static rpc_status_t verify_pkcs7_signature_handler(void *context, struct rpc_req 356 …-702,6 +718,128 @@ static rpc_status_t verify_pkcs7_signature_handler(void *context, struct rpc_req 485 … -710,4 +848,12 @@ static rpc_status_t verify_pkcs7_signature_handler(void *context, struct rpc_req
|
H A D | 0012-Fix-GetNextVariableName-NameSize-input.patch | 343 …-167,28 +143,21 @@ static rpc_status_t get_next_variable_name_handler(void *context, struct rpc_req 392 @@ -308,7 +277,7 @@ static rpc_status_t get_var_check_property_handler(void *context, struct rpc_req
|