Lines Matching refs:di_off_t

129 	((di_off_t *)(stack)->offset[(stack)->depth - 1])
133 ((di_off_t *)(stack)->offset[(stack)->depth - 2])
198 di_off_t self;
213 di_off_t self;
240 di_off_t hp_off; /* Offset of di_hp_t in snapshot */
249 di_off_t mem_size; /* total # bytes in memlist */
293 di_off_t off;
304 static di_off_t di_copyformat(di_off_t, struct di_state *, intptr_t, int);
305 static di_off_t di_snapshot_and_clean(struct di_state *);
306 static di_off_t di_copydevnm(di_off_t *, struct di_state *);
307 static di_off_t di_copytree(struct dev_info *, di_off_t *, struct di_state *);
308 static di_off_t di_copynode(struct dev_info *, struct di_stack *,
310 static di_off_t di_getmdata(struct ddi_minor_data *, di_off_t *, di_off_t,
312 static di_off_t di_getppdata(struct dev_info *, di_off_t *, struct di_state *);
313 static di_off_t di_getdpdata(struct dev_info *, di_off_t *, struct di_state *);
314 static di_off_t di_gethpdata(ddi_hp_cn_handle_t *, di_off_t *,
316 static di_off_t di_getprop(int, struct ddi_prop **, di_off_t *,
321 static di_off_t di_checkmem(struct di_state *, di_off_t, size_t);
322 static void *di_mem_addr(struct di_state *, di_off_t);
324 static void di_register_dip(struct di_state *, dev_info_t *, di_off_t);
325 static void di_register_pip(struct di_state *, mdi_pathinfo_t *, di_off_t);
326 static di_off_t di_getpath_data(dev_info_t *, di_off_t *, di_off_t,
328 static di_off_t di_getlink_data(di_off_t, struct di_state *);
329 static int di_dip_find(struct di_state *st, dev_info_t *node, di_off_t *off_p);
593 di_off_t off; in di_ioctl()
1053 static di_off_t
1054 di_checkmem(struct di_state *st, di_off_t off, size_t size) in di_checkmem()
1085 static di_off_t
1086 di_copyformat(di_off_t off, struct di_state *st, intptr_t arg, int mode) in di_copyformat()
1088 di_off_t size; in di_copyformat()
1154 di_mem_addr(struct di_state *st, di_off_t off) in di_mem_addr()
1301 di_copy_aliases(struct di_state *st, alias_pair_t *apair, di_off_t *offp) in di_copy_aliases()
1303 di_off_t off; in di_copy_aliases()
1306 di_off_t curroff; in di_copy_aliases()
1341 static di_off_t
1344 di_off_t off; in di_snapshot()
1485 static di_off_t
1488 di_off_t off; in di_snapshot_and_clean()
1523 di_off_t off; in build_vhci_list()
1569 di_off_t off; in build_phci_list()
1604 snap_driver_list(struct di_state *st, struct devnames *dnp, di_off_t *off_p) in snap_driver_list()
1608 di_off_t off; in snap_driver_list()
1638 static di_off_t
1639 di_copydevnm(di_off_t *off_p, struct di_state *st) in di_copydevnm()
1642 di_off_t off; in di_copydevnm()
1732 static di_off_t
1733 di_copytree(struct dev_info *root, di_off_t *off_p, struct di_state *st) in di_copytree()
1735 di_off_t off; in di_copytree()
1781 static di_off_t
1784 di_off_t off; in di_copynode()
1986 me->glob_prop = (di_off_t)-1; /* not global property */ in di_copynode()
2194 di_off_t soff, toff; in di_ldi_callback()
2317 di_off_t lnode_off;
2318 di_off_t link_off;
2453 static di_off_t
2454 di_getlink_data(di_off_t off, struct di_state *st) in di_getlink_data()
2520 static di_off_t
2521 di_getmdata(struct ddi_minor_data *mnode, di_off_t *off_p, di_off_t node, in di_getmdata()
2524 di_off_t off; in di_getmdata()
2585 di_register_dip(struct di_state *st, dev_info_t *dip, di_off_t off) in di_register_dip()
2612 di_dip_find(struct di_state *st, dev_info_t *dip, di_off_t *off_p) in di_dip_find()
2639 *off_p = (di_off_t)offset; in di_dip_find()
2654 di_register_pip(struct di_state *st, mdi_pathinfo_t *pip, di_off_t off) in di_register_pip()
2685 di_pip_find(struct di_state *st, mdi_pathinfo_t *pip, di_off_t *off_p) in di_pip_find()
2715 *off_p = (di_off_t)offset; in di_pip_find()
2753 static di_off_t
2754 di_path_getprop(mdi_pathinfo_t *pip, di_off_t *off_p, in di_path_getprop()
2855 di_path_one_endpoint(struct di_path *me, di_off_t noff, di_off_t **off_pp, in di_path_one_endpoint()
2880 static di_off_t
2881 di_getpath_data(dev_info_t *dip, di_off_t *off_p, di_off_t noff, in di_getpath_data()
2884 di_off_t off; in di_getpath_data()
2907 di_off_t stored_offset; in di_getpath_data()
3042 static di_off_t
3046 di_off_t off, di_off_t **off_pp) in di_getprop_add()
3169 static di_off_t
3170 di_getprop(int list, struct ddi_prop **pprop, di_off_t *off_p, in di_getprop()
3379 static di_off_t
3381 void *data, di_off_t *off_p, struct di_state *st) in di_getprvdata()
3386 di_off_t off, off0, *tmp; in di_getprvdata()
3425 tmp = (di_off_t *)(intptr_t)pa; in di_getprvdata()
3506 static di_off_t
3507 di_getppdata(struct dev_info *node, di_off_t *off_p, struct di_state *st) in di_getppdata()
3528 static di_off_t
3529 di_getdpdata(struct dev_info *node, di_off_t *off_p, struct di_state *st) in di_getdpdata()
3550 static di_off_t
3551 di_gethpdata(ddi_hp_cn_handle_t *hp_hdl, di_off_t *off_p, in di_gethpdata()
3557 di_off_t off; in di_gethpdata()
4262 di_off_t off; in di_hotplug_children()