Operating System - HP-UX
1752297 Members
4940 Online
108786 Solutions
New Discussion юеВ

from where it can see a prototype?

 
anonys
Advisor

from where it can see a prototype?

in ddk\11.23\sample-drvs\rdisk\rdisk.c.
There function ktune_savedefault (), from where it can see a prototype?

/* Store the default value for a tunable (possibly in a transaction): */
extern void ktune_savedefault __(( ktune_txnid_t,
ktune_id_t,
uint64_t ));
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: from where it can see a prototype?

This looks like a prototype to me, though it would be nicer if it was in a .h file.
Don Morris_1
Honored Contributor

Re: from where it can see a prototype?

Perhaps /usr/include/sys/ktune.h?
Dennis Handly
Acclaimed Contributor

Re: from where it can see a prototype?

>Don: Perhaps /usr/include/sys/ktune.h?

Yes it's in .