Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c49 static int totalcount; variable
107 totalcount += nbytes + HDRSIZ; in alloc_malloc()
175 totalcount -= osize + HDRSIZ; in alloc_free()
181 return (totalcount); in alloc_total()
198 totalcount += nbytes; in alloc_xmalloc()
212 totalcount -= size; in alloc_xfree()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dspagectrl.c49 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berv… in ldap_parse_page_control() argument
61 if ((rc = ber_scanf(theBer, "{iO}", totalcount, cookie)) == LBER_ERROR){ in ldap_parse_page_control()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_xdr.c187 return (xdr_u_int(xdrs, &objp->totalcount)); in xdr_readargs()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x202 unsigned totalcount; /* total read count (from this offset)*/ member
227 unsigned totalcount; /* total write count (to this offset)*/ member
/illumos-gate/usr/src/head/
H A Dldap.h459 unsigned int *totalcount, struct berval **cookie);