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

/illumos-gate/usr/src/common/fs/
H A Dhsfs.c130 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);
745 ce_lbn = parse_susp(filep->fi_memp, &ce_len,
761 parse_susp(char *bufp, uint_t *len, struct hs_direct *hsdep) function
771 dprintf("parse_susp: len = %d\n", *len);
/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),
842 ce_lbn = parse_susp(filep->fi_memp, &ce_len, hsdep);
859 parse_susp(char *bufp, uint_t *ce_len, struct hs_direct *hsdep) function
903 printf("parse_susp(): "
911 printf("parse_susp(): ST: returning "
919 printf("parse_susp(): "
944 printf("parse_susp(): Bad SUSP\n");

Completed in 60 milliseconds