Home
last modified time | relevance | path

Searched refs:pubid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c75 char *pubid; variable
118 pubid = string; in main()
315 copystring(pubid, (char *)HSV_pub_id(hs_buf), 128); in updatelabel()
326 copystring(pubid, (char *)ISO_pub_id(unix_buf), 128); in updatelabel()
342 copystring(pubid, (char *)ISO_pub_id(iso_buf), 128); in updatelabel()
363 pubid = (char *)HSV_pub_id(hs_buf); in prntlabel()
379 pubid = (char *)ISO_pub_id(iso_buf); in prntlabel()
395 pubid = (char *)ISO_pub_id(unix_buf); in prntlabel()
416 prntstring("Publisher id", pubid, 128); in prntlabel()
/illumos-gate/usr/src/lib/libbsm/
H A DxmlHandlers.pm211 my ($obj, $base, $sysid, $pubid) = @_;
214 $pubid = '' if !$pubid;
215 print "external: base $base\nexternal: sysid $sysid\nexternal: pubid $pubid\n";
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c393 char *pubid; in get_attr() local
412 pubid = (char *)HSV_pub_id(h->hs_buf); in get_attr()
429 pubid = (char *)ISO_pub_id(h->iso_buf); in get_attr()
446 pubid = (char *)ISO_pub_id(h->unix_buf); in get_attr()
468 copy_string(s, pubid, 128); in get_attr()