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

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

Completed in 53 milliseconds