Home
last modified time | relevance | path

Searched refs:sdev_node (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h105 struct sdev_node *dh_data; /* the sdev_node */
125 struct sdev_node *sdev_lorigin; /* corresponding global sdev_node */
132 typedef struct sdev_node { struct
140 struct sdev_node *sdev_dotdot; /* parent */ argument
233 #define VTOSDEV(vp) ((struct sdev_node *)(vp)->v_data)
264 extern int devname_lookup_func(struct sdev_node *, char *, struct vnode **,
265 struct cred *, int (*)(struct sdev_node *, char *, void **, struct cred *,
288 struct cred *, int (*)(struct sdev_node *, struct vattr *, int), int);
304 struct sdev_node *sdev_root;
347 extern void sdev_unblock_others(struct sdev_node *, uint_t);
[all …]
/titanic_41/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c63 static void process_rule(struct sdev_node *, struct sdev_node *,
68 prof_getattr(struct sdev_node *dir, char *name, struct vnode *gdv, in prof_getattr()
110 apply_glob_pattern(struct sdev_node *pdir, struct sdev_node *cdir) in apply_glob_pattern()
143 prof_mknode(struct sdev_node *dir, char *name, struct sdev_node **newdv, in prof_mknode()
146 struct sdev_node *dv; in prof_mknode()
190 prof_make_dir(char *name, struct sdev_node **gdirp, struct sdev_node **dirp) in prof_make_dir()
192 struct sdev_node *dir = *dirp; in prof_make_dir()
193 struct sdev_node *gdir = *gdirp; in prof_make_dir()
194 struct sdev_node *newdv; in prof_make_dir()
245 prof_lookup_globaldev(struct sdev_node *dir, struct sdev_node *gdir, in prof_lookup_globaldev()
[all …]
H A Dsdev_subr.c154 static struct vnodeops *sdev_get_vop(struct sdev_node *);
155 static void sdev_set_no_negcache(struct sdev_node *);
160 sdev_prof_free(struct sdev_node *dv) in sdev_prof_free()
181 struct sdev_node *dv = (struct sdev_node *)buf; in i_sdev_node_ctor()
184 bzero(buf, sizeof (struct sdev_node)); in i_sdev_node_ctor()
199 struct sdev_node *dv = (struct sdev_node *)buf; in i_sdev_node_dtor()
220 sizeof (struct sdev_node), 0, i_sdev_node_ctor, i_sdev_node_dtor, in sdev_node_cache_init()
237 sdev_compare_nodes(const struct sdev_node *dv1, const struct sdev_node *dv2) in sdev_compare_nodes()
246 sdev_set_nodestate(struct sdev_node *dv, sdev_node_state_t state) in sdev_set_nodestate()
254 sdev_attr_update(struct sdev_node *dv, vattr_t *vap) in sdev_attr_update()
[all …]
H A Dsdev_vtops.c44 _NOTE(SCHEME_PROTECTS_DATA("Do not care", sdev_node vattr vnode))
98 devvt_validate(struct sdev_node *dv) in devvt_validate()
151 devvt_create_rvp(struct sdev_node *ddv, char *nm, in devvt_create_rvp()
188 struct sdev_node *sdvp = VTOSDEV(dvp); in devvt_lookup()
189 struct sdev_node *dv; in devvt_lookup()
230 devvt_create_snode(struct sdev_node *ddv, char *nm, struct cred *cred, int type) in devvt_create_snode()
233 struct sdev_node *sdv = NULL; in devvt_create_snode()
287 devvt_rebuild_stale_link(struct sdev_node *ddv, struct sdev_node *dv) in devvt_rebuild_stale_link()
317 devvt_prunedir(struct sdev_node *ddv) in devvt_prunedir()
320 struct sdev_node *dv, *next = NULL; in devvt_prunedir()
[all …]
H A Dsdev_vnops.c321 struct sdev_node *dv = VTOSDEV(*vpp); in sdev_open()
322 struct sdev_node *ddv = dv->sdev_dotdot; in sdev_open()
353 struct sdev_node *dv = VTOSDEV(vp); in sdev_close()
377 struct sdev_node *dv = (struct sdev_node *)VTOSDEV(vp); in sdev_read()
404 struct sdev_node *dv = VTOSDEV(vp); in sdev_write()
435 struct sdev_node *dv = VTOSDEV(vp); in sdev_ioctl()
453 struct sdev_node *dv = VTOSDEV(vp); in sdev_getattr()
454 struct sdev_node *parent = dv->sdev_dotdot; in sdev_getattr()
493 struct sdev_node *dv = VTOSDEV(vp); in sdev_getsecattr()
518 struct sdev_node *dv = VTOSDEV(vp); in sdev_setsecattr()
[all …]
H A Dsdev_ipnetops.c65 devipnet_validate(struct sdev_node *dv) in devipnet_validate()
83 devipnet_create_rvp(struct sdev_node *ddv, char *nm, in devipnet_create_rvp()
109 struct sdev_node *sdvp = VTOSDEV(dvp); in devipnet_lookup()
110 struct sdev_node *dv; in devipnet_lookup()
140 struct sdev_node *ddv = arg; in devipnet_filldir_entry()
142 struct sdev_node *dv; in devipnet_filldir_entry()
156 devipnet_filldir(struct sdev_node *ddv) in devipnet_filldir()
213 struct sdev_node *sdvp = VTOSDEV(dvp); in devipnet_readdir()
H A Dsdev_ptsops.c102 devpts_validate(struct sdev_node *dv) in devpts_validate()
164 devpts_create_rvp(struct sdev_node *ddv, char *nm, in devpts_create_rvp()
220 devpts_prunedir(struct sdev_node *ddv) in devpts_prunedir()
223 struct sdev_node *dv, *next = NULL; in devpts_prunedir()
224 int (*vtor)(struct sdev_node *) = NULL; in devpts_prunedir()
228 vtor = (int (*)(struct sdev_node *))sdev_get_vtor(ddv); in devpts_prunedir()
295 struct sdev_node *sdvp = VTOSDEV(dvp); in devpts_lookup()
296 struct sdev_node *dv; in devpts_lookup()
371 struct sdev_node *sdvp = VTOSDEV(dvp); in devpts_readdir()
381 devpts_set_id(struct sdev_node *dv, struct vattr *vap, int protocol) in devpts_set_id()
H A Dsdev_netops.c56 devnet_validate(struct sdev_node *dv) in devnet_validate()
116 struct sdev_node *ddv = VTOSDEV(dvp); in devnet_lookup()
117 struct sdev_node *dv = NULL; in devnet_lookup()
208 struct sdev_node *ddv = arg; in devnet_filldir_datalink()
210 struct sdev_node *dv; in devnet_filldir_datalink()
248 devnet_filldir(struct sdev_node *ddv) in devnet_filldir()
318 struct sdev_node *sdvp = VTOSDEV(dvp); in devnet_readdir()
335 struct sdev_node *sdvp = VTOSDEV(dvp); in devnet_inactive_callback()
H A Dsdev_comm.c109 sdev_wait4lookup(struct sdev_node *dv, int cmd) in sdev_wait4lookup()
186 sdev_unblock_others(struct sdev_node *dv, uint_t cmd) in sdev_unblock_others()
407 sdev_config_all_thread(struct sdev_node *dv) in sdev_config_all_thread()
441 sdev_devfsadmd_thread(struct sdev_node *ddv, struct sdev_node *dv, in sdev_devfsadmd_thread()
H A Dsdev_zvolops.c249 devzvol_validate(struct sdev_node *dv) in devzvol_validate()
393 devzvol_create_dir(struct sdev_node *ddv, char *nm, void **arg, in devzvol_create_dir()
413 devzvol_create_link(struct sdev_node *ddv, char *nm, in devzvol_create_link()
451 devzvol_prunedir(struct sdev_node *ddv) in devzvol_prunedir()
453 struct sdev_node *dv; in devzvol_prunedir()
502 devzvol_mk_ngz_node(struct sdev_node *parent, char *nm) in devzvol_mk_ngz_node()
508 struct sdev_node *dv = NULL; in devzvol_mk_ngz_node()
577 struct sdev_node *parent = VTOSDEV(dvp); in devzvol_lookup()
766 struct sdev_node *sdvp = VTOSDEV(dvp); in devzvol_readdir()
H A Dsdev_vfsops.c191 struct sdev_node *dv; in sdev_mount()
357 struct sdev_node *dv; in sdev_unmount()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c130 char *sdev_node; /* sensed device node name */ member
542 refnode = snodep->sdev_node; in add_sensor_nodes_and_props()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c102 char *sdev_node; /* sensed device node name */ member
580 refnode = snodep->sdev_node; in add_sensor_nodes_and_props()