GetInstanceInfo (IN string instance<BOZO_BSSIZE>,
OUT string type<BOZO_BSSIZE>,
- OUT struct bozo_status *status) = 85;
+ OUT bozo_status *status) = 85;
GetInstanceParm (IN string instance<BOZO_BSSIZE>,
IN uint32_t num,
ListKeys (IN uint32_t an,
OUT uint32_t *kvno,
- OUT struct bozo_key *key,
- OUT struct bozo_keyInfo *keinfo) = 90;
+ OUT bozo_key *key,
+ OUT bozo_keyInfo *keinfo) = 90;
AddKey (IN uint32_t an,
- IN struct bozo_key *key) = 91;
+ IN bozo_key *key) = 91;
DeleteKey (IN uint32_t an) = 92;
Prune (IN uint32_t flags) = 109;
SetRestartTime (IN uint32_t type,
- IN struct bozo_netKTime *restartTime) = 110;
+ IN bozo_netKTime *restartTime) = 110;
GetRestartTime (IN uint32_t type,
- OUT struct bozo_netKTime *restartTime) = 111;
+ OUT bozo_netKTime *restartTime) = 111;
GetLog(IN string name<BOZO_BSSIZE>) split = 112;
OUT string cellName<AFSNAMEMAX>,
OUT serverList *cellHosts) = 65537;
-TellMeAboutYourself(OUT struct interfaceAddr *addr,
+TellMeAboutYourself(OUT interfaceAddr *addr,
OUT Capabilities *capabilities) = 65538;
GetTicket_old (IN int32_t kvno,
IN kaname auth_domain,
- IN struct ka_CBS *aticket,
+ IN ka_CBS *aticket,
IN kaname name,
IN kaname instance,
- IN struct ka_CBS *atimes,
- INOUT struct ka_BBS *oanswer) = 3;
+ IN ka_CBS *atimes,
+ INOUT ka_BBS *oanswer) = 3;
GetTicket (IN int32_t kvno,
IN kaname auth_domain,
- IN struct ka_CBS *aticket,
+ IN ka_CBS *aticket,
IN kaname name,
IN kaname instance,
- IN struct ka_CBS *atimes,
- INOUT struct ka_BBS *oanswer) = 23;
+ IN ka_CBS *atimes,
+ INOUT ka_BBS *oanswer) = 23;
IN int32_t oid) = 500;
ListEntry(IN int32_t id,
- OUT struct prcheckentry *entry) = 512;
+ OUT prcheckentry *entry) = 512;
DumpEntry(IN uint32_t pos,
- OUT struct prdebugentry *entry) = 502;
+ OUT prdebugentry *entry) = 502;
ChangeEntry(IN int32_t id,
IN string name<PR_MAXNAMELEN>,
AFSVolForward(IN int32_t fromTrans,
IN int32_t fromData,
- IN struct destServer *destination,
+ IN destServer *destination,
IN uint32_t destTrans,
- IN struct restoreCookie *cookie) = VOLFORWARD;
+ IN restoreCookie *cookie) = VOLFORWARD;
AFSVolClone(IN uint32_t trans,
IN uint32_t purgeVol,
AFSVolSetDate(IN uint32_t tid,
IN uint32_t newDate) = VOLSETDATE;
-AFSVolListPartitions(OUT struct pIDs *partIDs) = VOLLISTPARTITIONS;
+AFSVolListPartitions(OUT pIDs *partIDs) = VOLLISTPARTITIONS;
AFSVolPartitionInfo(IN string name<>,
- OUT struct diskPartition *partition) = VOLPARTITIONINFO;
+ OUT diskPartition *partition) = VOLPARTITIONINFO;
AFSVolListVolumes(IN uint32_t partID,
IN uint32_t flags,
- OUT struct volEntries *resultEntries) = VOLLISTVOLUMES;
+ OUT volEntries *resultEntries) = VOLLISTVOLUMES;
AFSVolListOneVolume(IN uint32_t partID,
IN uint32_t volid,
- OUT struct volEntries *resultEntries) = VOLLISTONEVOLUME;
+ OUT volEntries *resultEntries) = VOLLISTONEVOLUME;
AFSVolGetNthVolume(IN uint32_t index,
OUT uint32_t *volume,
AFSVolXListVolumes(IN uint32_t partID,
IN uint32_t flags,
- OUT struct xvolEntries *resultEntries) = VOLXLISTVOLUMES;
+ OUT xvolEntries *resultEntries) = VOLXLISTVOLUMES;
AFSVolXListOneVolume(IN uint32_t partID,
IN uint32_t volid,
- OUT struct xvolEntries *resultEntries) = VOLXLISTONEVOL;
+ OUT xvolEntries *resultEntries) = VOLXLISTONEVOL;
AFSVolSetInfo(IN uint32_t transid,
IN volintInfo *volinfo) = VOLSETINFO;
IN int32_t fromData,
IN manyDests *destinations,
IN uint32_t spare0,
- IN struct restoreCookie *cookie,
+ IN restoreCookie *cookie,
OUT multi_results *results) = VOLFORWARDMULTIPLE;