Searched defs:tlabel (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c31 * These routines track the tlabel usage for a 1394 adapter.
46 * Initialize the tlabel structures. These structures will be protected
49 * for the rest of the tlabel functions.
61 /* alloc space for tlabel data */
68 * Initialize tlabel structure. We start with max node set to the
83 * used in normal tlabel processing (i.e. not just during
121 * alloc a tlabel based on the node id. If alloc fails, we are out of
123 * bad tlabel's are free to be used again.
167 * If there are any bad tlabels, see if the last bad tlabel recorded for
189 * Find a free tlabel
270 uint_t tlabel; local
313 uint_t tlabel; local
349 uint_t tlabel; local
394 uint_t tlabel; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c217 char tlabel[CRYPTO_EXT_SIZE_LABEL]; local
218 bzero(tlabel, sizeof (tlabel));
219 (void) strlcpy(tlabel, token_label, sizeof (tlabel));
227 bcopy(tlabel, kssl_params->kssl_token.toklabel,
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h120 char *tlabel; /* what goes in tape header c_label field */ variable

Completed in 62 milliseconds