Searched refs:parse_susp (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/fs/ |
H A D | hsfs.c | 130 static uint_t parse_susp(char *, uint_t *, struct hs_direct *); 723 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp), &ce_len, hsdep); in parse_dir() 745 ce_lbn = parse_susp(filep->fi_memp, &ce_len, in parse_dir() 761 parse_susp(char *bufp, uint_t *len, struct hs_direct *hsdep) in parse_susp() function
|
/titanic_50/usr/src/stand/lib/fs/hsfs/ |
H A D | hsfsops.c | 108 static uint_t parse_susp(char *, uint_t *, struct hs_direct *); 806 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp), in parse_dir() 842 ce_lbn = parse_susp(filep->fi_memp, &ce_len, hsdep); in parse_dir() 859 parse_susp(char *bufp, uint_t *ce_len, struct hs_direct *hsdep) in parse_susp() function
|