Home
last modified time | relevance | path

Searched refs:f_count (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/
H A Dflist.c56 flist_object_p->f_count = 0; in flist_create()
91 if (flist_object_p->f_count < FLIST_SIZE) { in fl_push()
92 flist_object_p->f_items[flist_object_p->f_count] = (char *)ptr; in fl_push()
93 flist_object_p->f_count++; in fl_push()
111 if (flist_object_p->f_count > 0) in fl_pop()
112 flist_object_p->f_count--; in fl_pop()
131 flist_object_p->f_index = flist_object_p->f_count; in fl_top()
190 return (FLIST_SIZE - flist_object_p->f_count); in fl_space()
H A Dflist.h53 int f_count; /* Number of items on list. */ member
H A Ddbug.c691 if (flist_object_p->f_count > 0) { in db_push()
742 if (flist_object_p->f_count > 0) { in db_push()
808 if (flist_object_p->f_count > 0) { in db_push()
964 if ((flist_object_p == NULL) || (flist_object_p->f_count == 0) || in inlist()
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dalerts.c70 static int f_count(),
231 int n = f_count(fp, p->printer->name); in fformat()
308 f_count(FSTATUS *fp, char *name) in f_count() function
/titanic_44/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh44 CANREAD(f_count)
/titanic_44/usr/src/uts/common/syscall/
H A Dfcntl.c165 fp->f_count++; in fcntl()
173 fp->f_count--; in fcntl()
214 fp->f_count++; in fcntl()
224 if (fp->f_count > 1) { in fcntl()
225 fp->f_count--; in fcntl()
H A Dopen.c258 fp->f_count++; in copen()
/titanic_44/usr/src/uts/common/os/
H A Dfio.c940 ASSERT(fp->f_count > 0); in closef()
942 count = fp->f_count--; in closef()
954 ASSERT(fp->f_count == 0); in closef()
1101 fp->f_count = 1; in falloc()
1149 if (--fp->f_count <= 0) { in unfalloc()
1413 ASSERT((incr == 1 && fp->f_count >= 1) || in fcnt_add()
1414 (incr == -1 && fp->f_count >= 2)); in fcnt_add()
1415 fp->f_count += incr; in fcnt_add()
H A Dstreamio.c3996 fp->f_count++; in strioctl()
5388 srf->fp->f_count++; in strioctl()
5836 fp->f_count++; in do_sendfp()
H A Ddriver_lyr.c1321 fpdown->f_count--; in ldi_mlink_fp()
H A Dstrsubr.c1931 fpdown->f_count++; in mlink_file()
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h31 short f_count; /* reference count */ member
/titanic_44/usr/src/ucbhead/sys/
H A Dfile.h64 cnt_t f_count; /* reference count */ member
/titanic_44/usr/src/uts/common/sys/
H A Dfile.h68 int f_count; /* reference count */ member
/titanic_44/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c57 int f_count; member
751 if (amd_iommu_pgtable_freelist.f_count == 0) in amd_iommu_alloc_from_freelist()
756 amd_iommu_pgtable_freelist.f_count--; in amd_iommu_alloc_from_freelist()
911 if (amd_iommu_pgtable_freelist.f_count == in amd_iommu_move_to_freelist()
917 amd_iommu_pgtable_freelist.f_count++; in amd_iommu_move_to_freelist()
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf_notes.c89 if ((ufp->uf_file != NULL) && (ufp->uf_file->f_count > 0)) in setup_note_header()
350 if (((fp = ufp->uf_file) == NULL) || (fp->f_count < 1)) { in write_elfnotes()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c765 fp->f_count++; in fdbuf_extract()
772 i, fd, (void *)fp, fp->f_count)); in fdbuf_extract()
825 i, fds[i], (void *)fp, fp->f_count)); in fdbuf_create()
827 fp->f_count++; in fdbuf_create()
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1651 if (fp->f_count == 1 && DTOV(dp)->v_count == unref_count) in door_info_common()
2400 fp->f_count++; in door_overflow()
2561 fp->f_count++; in door_args()
2693 fp->f_count++; in door_translate_out()
2873 fp->f_count++; in door_results()
3469 fp->f_count++; in door_ki_hold()
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c445 fp->f_count++; in nm_mount()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c1130 f->f_count); in file_t_callback()