Searched refs:uf_entry_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | fio.c | 284 uf_entry_t *ufp = &fip->fi_list[fd]; in fd_reserve() 341 uf_entry_t *src, *dst, *newlist, *oldlist, *newend, *oldend; in flist_grow() 347 newlist = kmem_zalloc(newcnt * sizeof (uf_entry_t), KM_SLEEP); in flist_grow() 353 kmem_free(newlist, newcnt * sizeof (uf_entry_t)); in flist_grow() 586 uf_entry_t *ufp; in getf() 630 uf_entry_t *ufp; in closeandsetf() 811 uf_entry_t *ufp; in releasef() 827 uf_entry_t *ufp; in areleasef() 843 uf_entry_t *pufp, *cufp; in flist_fork() 854 cfip->fi_list = kmem_zalloc(nfiles * sizeof (uf_entry_t), KM_SLEEP); in flist_fork() [all …]
|
H A D | fork.c | 687 kmem_free(fip->fi_list, fip->fi_nfiles * sizeof (uf_entry_t)); in fork_fail()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | user.h | 104 } uf_entry_t; typedef 111 uf_entry_t *ur_list; 123 uf_entry_t *volatile fi_list; /* current file list */ 160 uf_entry_t *_flist = (fip)->fi_list; \
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf_notes.c | 81 uf_entry_t *ufp; in setup_note_header() 340 uf_entry_t *ufp; in write_elfnotes()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | utssys.c | 389 uf_entry_t *ufp; in dofusers()
|
H A D | poll.c | 2519 uf_entry_t *ufp; in pollcheckphlist()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 3322 uf_entry_t uf; in fd() 3345 if (mdb_vread(&uf, sizeof (uf_entry_t), in fd()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 3982 uf_entry_t *ufp; in pr_lookup_fddir() 4060 uf_entry_t *ufp; in pr_lookup_pathdir()
|