Searched refs:totalcount (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 51 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_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | spagectrl.c | 51 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 D | llib-lldap | 377 int ldap_parse_page_control(LDAP *ld, LDAPControl **controls, unsigned int *totalcount, struct berv…
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | nfs_xdr.c | 187 return (xdr_u_int(xdrs, &objp->totalcount)); in xdr_readargs()
|
/titanic_44/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 205 unsigned totalcount; /* total read count (from this offset)*/ member 230 unsigned totalcount; /* total write count (to this offset)*/ member
|
/titanic_44/usr/src/head/ |
H A D | ldap.h | 459 unsigned int *totalcount, struct berval **cookie);
|