Home
last modified time | relevance | path

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

/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/pils/
H A Dpils.c1004 PILInterfaceOps* ifops; /* Ops vector for InterfaceManager */ in ifmgr_register_interface() local
1013 ifops = intf->exports; in ifmgr_register_interface()
1014 if (ifops->RegisterInterface == NULL in ifmgr_register_interface()
1015 || ifops->UnRegisterInterface == NULL) { in ifmgr_register_interface()
1547 const PILInterfaceOps* ifops; /* Ops vector for InterfaceManager */ in PILRegisterInterface() local
1598 ifops = ifmgrinfo->exports; in PILRegisterInterface()
1609 rc = ifops->RegisterInterface(ifinfo, Imports); in PILRegisterInterface()