Home
last modified time | relevance | path

Searched refs:ricb_prn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y34 extern uint16_t ricb_prn;
232 if ((temp = ud_xlate_to_daddr(ricb_prn,
237 ricb_prn, ricb_loc);
260 if ((block = ud_xlate_to_daddr(ricb_prn,
265 ricb_prn, ricb_loc);
H A Dfsdb.c104 uint16_t ricb_prn; variable
192 ricb_prn = udh->udfs.ricb_prn; in main()
196 value = i_number = ud_xlate_to_daddr(udh, ricb_prn, ricb_loc); in main()
425 prn = ricb_prn; in print_desc()
979 if ((*in = ud_xlate_to_daddr(udh, ricb_prn, ricb_loc)) == 0) { in inode_from_path()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h117 uint16_t ricb_prn; member
H A Dud_lib.c893 h->udfs.ricb_prn = in ud_get_latest_fsd()