Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c128 static uint_t parse_susp(char *, uint_t *, struct hs_direct *);
722 ce_lbn = parse_susp((char *)IDE_sys_use_area(bufp), &ce_len, hsdep); in parse_dir()
744 ce_lbn = parse_susp(filep->fi_memp, &ce_len, in parse_dir()
760 parse_susp(char *bufp, uint_t *len, struct hs_direct *hsdep) in parse_susp() function
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c108 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