Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c79 char *absfile; variable
134 absfile = string; in main()
319 copystring(absfile, (char *)HSV_abstr_id(hs_buf), 37); in updatelabel()
330 copystring(absfile, (char *)ISO_abstr_id(unix_buf), 37); in updatelabel()
346 copystring(absfile, (char *)ISO_abstr_id(iso_buf), 37); in updatelabel()
367 absfile = (char *)HSV_abstr_id(hs_buf); in prntlabel()
383 absfile = (char *)ISO_abstr_id(iso_buf); in prntlabel()
399 absfile = (char *)ISO_abstr_id(unix_buf); in prntlabel()
424 prntstring("Abstract File id", absfile, 37); in prntlabel()
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c397 char *absfile; in get_attr() local
416 absfile = (char *)HSV_abstr_id(h->hs_buf); in get_attr()
433 absfile = (char *)ISO_abstr_id(h->iso_buf); in get_attr()
450 absfile = (char *)ISO_abstr_id(h->unix_buf); in get_attr()
476 copy_string(s, absfile, 37); in get_attr()