Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c51 static int totalcount; variable
109 totalcount += nbytes + HDRSIZ; in alloc_malloc()
177 totalcount -= osize + HDRSIZ; in alloc_free()
183 return (totalcount); in alloc_total()
200 totalcount += nbytes; in alloc_xmalloc()
214 totalcount -= size; in alloc_xfree()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c51 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berv… in ldap_parse_page_control() argument
63 if ((rc = ber_scanf(theBer, "{iO}", totalcount, cookie)) == LBER_ERROR){ in ldap_parse_page_control()
H A Dllib-lldap377 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berv…
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dnfs_xdr.c187 return (xdr_u_int(xdrs, &objp->totalcount)); in xdr_readargs()
/titanic_41/usr/src/head/rpcsvc/
H A Dnfs_prot.x205 unsigned totalcount; /* total read count (from this offset)*/ member
230 unsigned totalcount; /* total write count (to this offset)*/ member
/titanic_41/usr/src/head/
H A Dldap.h459 unsigned int *totalcount, struct berval **cookie);