Home
last modified time | relevance | path

Searched refs:netobj (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_net.c215 struct efi_net_obj *netobj; in efi_net_register() local
233 netobj = calloc(1, sizeof(*netobj)); in efi_net_register()
236 netobj->parent.protocols[0].guid = &efi_net_guid; in efi_net_register()
237 netobj->parent.protocols[0].protocol_interface = &netobj->net; in efi_net_register()
238 netobj->parent.protocols[1].guid = &efi_guid_device_path; in efi_net_register()
239 netobj->parent.protocols[1].protocol_interface = &netobj->dp_mac; in efi_net_register()
240 netobj->parent.protocols[2].guid = &efi_pxe_guid; in efi_net_register()
241 netobj->parent.protocols[2].protocol_interface = &netobj->pxe; in efi_net_register()
242 netobj->parent.handle = &netobj->net; in efi_net_register()
243 netobj->net.start = efi_net_start; in efi_net_register()
[all …]
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c224 static char *gssp_stringify(struct xdr_netobj *netobj) in gssp_stringify() argument
226 return kmemdup_nul(netobj->data, netobj->len, GFP_KERNEL); in gssp_stringify()
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0010-sunrpc-Adjust-RPC-function-declarations-to-match-Sun.patch56 @@ -179,9 +179,11 @@ extern AUTH *authdes_pk_create (const char *, netobj *, u_int,