Searched defs:basis (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1971 __svc_vc_dupcache_init(SVCXPRT *xprt, void *condition, int basis) argument
1973 return (__svc_dupcache_init(condition, basis,
H A Dsvc.c1691 * __svc_dupcache_init(void *condition, int basis, char *xprt_cache)
1693 * Use default values depending on the cache condition and basis.
1697 __svc_dupcache_init(void *condition, int basis, char **xprt_cache) argument
1711 switch (basis) {
1727 dc->dc_basis = basis;
1745 "__svc_dupcache_init: undefined dup cache basis");
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c183 struct config *bp; /* The next basis configuration */
210 struct config *bp; /* The basis configurations for this state */
269 int basisflag; /* Print only basis configurations */
703 /* The basis configuration set for the first state
729 /* Extract the sorted basis of the new state. The basis was constructed
734 /* Get a state with the same basis */
737 /* A state with the same basis already exists! Copy all the follow-set
755 stp->bp = bp; /* Remember the configuration basis */
791 ** following its dot, add the same configuration to the basis se
1037 static struct config *basis = 0; /* Top of list of basis configs */ variable in typeref:struct:config
[all...]

Completed in 445 milliseconds