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

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c69 char unix_buf[ISO_SECTOR_SIZE]; variable
299 if (findunixvol(unix_buf))
323 copystring(sysid, (char *)ISO_sys_id(unix_buf), 32);
324 copystring(volid, (char *)ISO_vol_id(unix_buf), 32);
325 copystring(volsetid, (char *)ISO_vol_set_id(unix_buf), 128);
326 copystring(pubid, (char *)ISO_pub_id(unix_buf), 128);
327 copystring(prepid, (char *)ISO_prep_id(unix_buf), 128);
328 copystring(applid, (char *)ISO_appl_id(unix_buf), 128);
329 copystring(copyfile, (char *)ISO_copyr_id(unix_buf), 37);
330 copystring(absfile, (char *)ISO_abstr_id(unix_buf), 3
[all...]
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c54 char unix_buf[ISO_SECTOR_SIZE]; member in struct:fstyp_hsfs
340 if (findunixvol(h, h->unix_buf) == 0) {
443 sysid = (char *)ISO_sys_id(h->unix_buf);
444 volid = (char *)ISO_vol_id(h->unix_buf);
445 volsetid = (char *)ISO_vol_set_id(h->unix_buf);
446 pubid = (char *)ISO_pub_id(h->unix_buf);
447 prepid = (char *)ISO_prep_id(h->unix_buf);
448 applid = (char *)ISO_appl_id(h->unix_buf);
449 copyfile = (char *)ISO_copyr_id(h->unix_buf);
450 absfile = (char *)ISO_abstr_id(h->unix_buf);
[all...]

Completed in 46 milliseconds