/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 86 struct pcfs *fsp, /* filsystem for node */ in pc_getnode() 219 struct pcfs *fsp; in pc_rele() local 306 pc_mark_mod(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_mod() 328 pc_mark_acc(struct pcfs *fsp, struct pcnode *pcp) in pc_mark_acc() 363 struct pcfs *fsp; in pc_truncate() local 463 struct pcfs *fsp; in pc_getentryblock() local 493 struct pcfs *fsp; in pc_nodesync() local 532 struct pcfs *fsp; in pc_nodeupdate() local 576 pc_verify(struct pcfs *fsp) in pc_verify() 650 pc_mark_irrecov(struct pcfs *fsp) in pc_mark_irrecov() [all …]
|
H A D | pc_alloc.c | 59 struct pcfs *fsp; /* pcfs that file is in */ in pc_bmap() local 167 struct pcfs *fsp; /* pcfs that file is in */ in pc_balloc() local 256 struct pcfs *fsp; in pc_bfree() local 330 pc_freeclusters(struct pcfs *fsp) in pc_freeclusters() 365 pc_getcluster(struct pcfs *fsp, pc_cluster32_t cn) in pc_getcluster() 406 pc_setcluster(struct pcfs *fsp, pc_cluster32_t cn, pc_cluster32_t ncn) in pc_setcluster() 454 struct pcfs *fsp, /* file sys to allocate in */ in pc_alloccluster() 503 struct pcfs *fsp, in pc_fileclsize()
|
H A D | pc_vfsops.c | 453 struct pcfs *fsp; in pcfs_device_ismounted() local 547 pcfs_parse_mntopts(struct pcfs *fsp) in pcfs_parse_mntopts() 632 struct pcfs *fsp; in pcfs_mount() local 816 struct pcfs *fsp, *fsp1; in pcfs_unmount() local 877 struct pcfs *fsp; in pcfs_root() local 900 struct pcfs *fsp; in pcfs_statvfs() local 927 pc_syncfsnodes(struct pcfs *fsp) in pc_syncfsnodes() 967 struct pcfs *fsp; in pcfs_sync() local 1002 pc_lockfs(struct pcfs *fsp, int diskchanged, int releasing) in pc_lockfs() 1035 pc_unlockfs(struct pcfs *fsp) in pc_unlockfs() [all …]
|
H A D | pc_vnops.c | 228 struct pcfs *fsp; in pcfs_read() local 262 struct pcfs *fsp; in pcfs_write() local 306 struct pcfs *fsp; in rwpcp() local 574 struct pcfs *fsp; in pcfs_getattr() local 711 struct pcfs *fsp; in pcfs_setattr() local 858 struct pcfs *fsp; in pcfs_access() local 889 struct pcfs *fsp; in pcfs_fsync() local 919 struct pcfs *fsp; in pcfs_inactive() local 992 struct pcfs *fsp; in pcfs_lookup() local 1052 struct pcfs *fsp; in pcfs_create() local [all …]
|
H A D | pc_dir.c | 135 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_direnter() local 275 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_makedirentry() local 396 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirremove() local 568 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_rename() local 847 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_dirfixdotdot() local 903 struct pcfs *fsp; in pc_findentry() local 993 struct pcfs *fsp; in pc_blkatoff() local 1109 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_long_fn() local 1149 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_match_short_fn() local 1201 struct pcfs *fsp = VFSTOPCFS(vp->v_vfsp); in pc_remove_long_fn() local [all …]
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_node.c | 211 struct hsfs *fsp; in hs_hsnode_cache_reclaim() local 255 hs_addfreeb(struct hsfs *fsp, struct hsnode *hp) in hs_addfreeb() 278 hs_getfree(struct hsfs *fsp) in hs_getfree() 351 hs_remfree(struct hsfs *fsp, struct hsnode *hp) in hs_remfree() 382 struct hsfs *fsp; in hs_findhash() local 427 hs_addhash(struct hsfs *fsp, struct hsnode *hp) in hs_addhash() 445 struct hsfs *fsp; in hs_synchash() local 520 struct hsfs *fsp; in hs_makenode() local 663 hs_freenode(vnode_t *vp, struct hsfs *fsp, int nopage) in hs_freenode() 716 struct hsfs *fsp; in hs_remakenode() local [all …]
|
H A D | hsfs_vfsops.c | 371 struct hsfs *fsp; in hsfs_unmount() local 445 struct hsfs *fsp; in hsfs_statvfs() local 484 struct hsfs *fsp; in hsfs_vget() local 526 compute_cdrom_id(struct hsfs *fsp, vnode_t *devvp) in compute_cdrom_id() 578 struct hsfs *fsp = NULL; in hs_mountfs() local 955 struct hsfs *fsp, in hs_getrootvp() 1001 hs_findhsvol(struct hsfs *fsp, struct vnode *vp, struct hs_volume *hvp) in hs_findhsvol() 1077 hs_parsehsvol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp) in hs_parsehsvol() 1128 hs_findisovol(struct hsfs *fsp, struct vnode *vp, in hs_findisovol() 1294 hs_parseisovol(struct hsfs *fsp, uchar_t *volp, struct hs_volume *hvp) in hs_parseisovol() [all …]
|
H A D | hsfs_subr.c | 309 hs_log_bogus_disk_warning(fsp, errtype, data) in hs_log_bogus_disk_warning() argument 350 struct hsfs *fsp; in hsfs_kstats_update() local 394 hsfs_setup_named_kstats(struct hsfs *fsp, int fsid, char *name, in hsfs_setup_named_kstats() 428 hsfs_init_kstats(struct hsfs *fsp, int fsid) in hsfs_init_kstats() 435 hsfs_fini_kstats(struct hsfs *fsp) in hsfs_fini_kstats()
|
H A D | hsfs_susp_subr.c | 89 struct hsfs *fsp, /* filesystem pointer */ in parse_sua() 369 struct hsfs *fsp; in hs_check_root_dirent() local 473 get_cont_area(struct hsfs *fsp, uchar_t **buf_pp, cont_info_t *cont_info_p) in get_cont_area()
|
H A D | hsfs_vnops.c | 313 struct hsfs *fsp; in hsfs_getattr() local 379 struct hsfs *fsp; in hsfs_inactive() local 482 struct hsfs *fsp; in hsfs_readdir() local 803 struct hsfs *fsp, in hsfs_getpage_ra() 1098 struct hsfs *fsp; in hsfs_getapage() local 1580 struct hsfs *fsp; in hsfs_getpage() local 1992 hsched_init(struct hsfs *fsp, int fsid, struct modlinkage *modlinkage) in hsched_init() 2118 hsched_invoke_strategy(struct hsfs *fsp) in hsched_invoke_strategy() 2373 hsched_enqueue_io(struct hsfs *fsp, struct hio *hsio, int ra) in hsched_enqueue_io() 2400 struct hsfs *fsp; in hsfs_pathconf() local
|
H A D | hsfs_rrip.c | 446 struct hsfs *fsp, /* filesystem pointer */ in rrip_namecopy()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | hsfs_susp.h | 56 #define SET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) |= (0x01L) << (y)) argument 57 #define UNSET_IMPL_BIT(fsp, y) ((fsp->hsfs_ext_impl) &= ~((0x01L) << (y))) argument 58 #define IS_IMPL_BIT_SET(fsp, y) ((fsp->hsfs_ext_impl) & ((0x01L) << (y))) argument 67 #define SET_SUSP_BIT(fsp) (SET_IMPL_BIT((fsp), HAVE_SUSP)) argument 68 #define UNSET_SUSP_BIT(fsp) (UNSET_IMPL_BIT((fsp), HAVE_SUSP)) argument 69 #define IS_SUSP_IMPLEMENTED(fsp) (IS_IMPL_BIT_SET(fsp, 0) ? 1 : 0) argument 232 struct hsfs *fsp; /* file system */ member
|
H A D | hsfs_node.h | 208 struct hsfs *fsp; /* The filesystem structure */ member 306 #define HSFS_HAVE_LOWER_CASE(fsp) \ argument
|
H A D | pc_dir.h | 213 #define PCA_IS_HIDDEN(fsp, attr) \ argument
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | fstab.c | 114 struct fstab *fsp; in getfsspec() local 127 struct fstab *fsp; in getfsfile() local
|
/titanic_44/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 213 struct fs *fsp = &h->afs; in get_attr() local 305 struct fs *fsp = &h->afs; in dumpfs() local 376 if (fs_postbl(fsp, c)[i] == -1) in dumpfs() local 461 struct fs *fsp = &h->afs; in dumplog() local 538 struct fs *fsp = &h->afs; in dumpcg() local
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | df.c | 1250 g_output(struct df_request *dfrp, struct statvfs64 *fsp) in g_output() 1367 k_output(struct df_request *dfrp, struct statvfs64 *fsp) in k_output() 1514 t_output(struct df_request *dfrp, struct statvfs64 *fsp) in t_output() 1556 eb_output(struct df_request *dfrp, struct statvfs64 *fsp) in eb_output() 1580 e_output(struct df_request *dfrp, struct statvfs64 *fsp) in e_output() 1592 b_output(struct df_request *dfrp, struct statvfs64 *fsp) in b_output() 1605 n_output(struct df_request *dfrp, struct statvfs64 *fsp) in n_output() 1614 default_output(struct df_request *dfrp, struct statvfs64 *fsp) in default_output() 1635 V_output(struct df_request *dfrp, struct statvfs64 *fsp) in V_output()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 468 struct fs *fsp; in ufs_mountroot() local 583 struct fs *fsp = (struct fs *)bp->b_un.b_addr; in remountfs() local 802 struct fs *fsp; in mountfs() local 1783 struct fs *fsp; in ufs_statvfs() local
|
H A D | ufs_filio.c | 449 struct fs *fsp = ufsvfsp->vfs_fs; in ufs_fioffs() local
|
/titanic_44/usr/src/lib/libipmi/common/ |
H A D | ipmi_entity.c | 113 ipmi_sdr_full_sensor_t *fsp = in ipmi_entity_sdr_parse() local 293 ipmi_sdr_full_sensor_t *fsp; in ipmi_entity_present_sdr() local 412 ipmi_sdr_full_sensor_t *fsp; in ipmi_entity_present() local
|
/titanic_44/usr/src/cmd/fm/ipmitopo/common/ |
H A D | ipmitopo.c | 48 ipmi_sdr_full_sensor_t *fsp; in sdr_print() local
|
/titanic_44/usr/src/cmd/fs.d/ufs/labelit/ |
H A D | labelit.c | 143 struct fs *fsp, *altfsp; in label() local
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | solaris.c | 320 filterstats_t *fsp; in ipf_kstat_update() local
|
/titanic_44/usr/src/lib/libmalloc/common/ |
H A D | malloc.c | 973 ssize_t fsp; /* free space in 1 hold block */ in mallinfo() local
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | ttyname.c | 201 _ttyname_common(struct stat64 *fsp, char *buffer, uint_t match_mask) in _ttyname_common()
|