Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c113 if ((long)fs_tab->ffree == -1L) in dockspace()
115 if (fs_tab->ffree < (LIM_FFREE + fs_tab->fused)) { in dockspace()
117 fs_tab->ffree, LIM_FFREE); in dockspace()
173 fs_tab->ffree = (svfsb.f_favail > 0) ? svfsb.f_favail : svfsb.f_ffree; in fsys_stat()
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dfloat.s312 0: ffree %st(7) /* clear tag bit to remove possible stack overflow */
340 0: ffree %st(7) /* clear tag bit to remove possible stack overflow */
373 0: ffree %st(7) /* clear tag bit to remove possible stack overflow */
400 0: ffree %st(7) /* clear tag bit to remove possible stack overflow */
/titanic_44/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h116 fsblkcnt_t ffree; /* total # of free file nodes */ member
/titanic_44/usr/src/cmd/troff/
H A Dn3.c273 ffree((filep)contab[i].mx);
469 ffree(i) /*free blist[i] and blocks pointed to*/ in ffree() function
/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1264 return (fs_tab[n]->ffree); in get_inode_free_n()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3628 local void ffree OF((
3990 local void ffree(q, p, n) in ffree() function
4017 z.zfree = ffree;