/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/ |
H A D | flist.c | 56 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 D | flist.h | 53 int f_count; /* Number of items on list. */ member
|
H A D | dbug.c | 691 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 D | alerts.c | 70 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 D | tst.getf.ksh | 44 CANREAD(f_count)
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 165 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 D | open.c | 258 fp->f_count++; in copen()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | fio.c | 940 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 D | streamio.c | 3996 fp->f_count++; in strioctl() 5388 srf->fp->f_count++; in strioctl() 5836 fp->f_count++; in do_sendfp()
|
H A D | driver_lyr.c | 1321 fpdown->f_count--; in ldi_mlink_fp()
|
H A D | strsubr.c | 1931 fpdown->f_count++; in mlink_file()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | file.h | 31 short f_count; /* reference count */ member
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | file.h | 64 cnt_t f_count; /* reference count */ member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | file.h | 68 int f_count; /* reference count */ member
|
/titanic_44/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_page_tables.c | 57 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 D | elf_notes.c | 89 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 D | socksubr.c | 765 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 D | door_sys.c | 1651 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 D | namevfs.c | 445 fp->f_count++; in nm_mount()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 1130 f->f_count); in file_t_callback()
|