Home
last modified time | relevance | path

Searched refs:print_desc (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y452 print_desc(value, 0);
462 avd : AVD { print_desc(NULL, AVD); }
464 mvds : MVDS { print_desc(NULL, MVDS); }
466 rvds : RVDS { print_desc(NULL, RVDS); }
468 ints : INTS { print_desc(NULL, INTS); }
470 fsds : FSDS { print_desc(NULL, FSDS); }
472 root : ROOT { print_desc(NULL, ROOT); }
H A Dfsdb.c362 print_desc(uint32_t addr, int32_t id) in print_desc() function
411 print_desc(i << l2b, 0); in print_desc()
441 print_desc(block << l2b, 0); in print_desc()
731 print_desc(addr, 0); in print_inode()