Home
last modified time | relevance | path

Searched refs:tlabel (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c244 uint_t tlabel; in hci1394_tlabel_free() local
253 tlabel = tlabel_info->tbi_tlabel; in hci1394_tlabel_free()
263 tlabel_handle->tb_lookup[node_number][tlabel] = NULL; in hci1394_tlabel_free()
280 uint_t tlabel; in hci1394_tlabel_register() local
289 tlabel = tlabel_info->tbi_tlabel; in hci1394_tlabel_register()
294 tlabel_handle->tb_lookup[node_number][tlabel] = cmd; in hci1394_tlabel_register()
311 uint_t tlabel; in hci1394_tlabel_lookup() local
321 tlabel = tlabel_info->tbi_tlabel; in hci1394_tlabel_lookup()
329 *cmd = tlabel_handle->tb_lookup[node_number][tlabel]; in hci1394_tlabel_lookup()
347 uint_t tlabel; in hci1394_tlabel_bad() local
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c49 char *tlabel; variable
181 tlabel = "none"; in main()
470 tlabel = *argv; in main()
471 if (strlen(tlabel) > (sizeof (spcl.c_label) - 1)) { in main()
472 tlabel[sizeof (spcl.c_label) - 1] = '\0'; in main()
475 tlabel); in main()
546 (void) strcpy(spcl.c_label, tlabel); in main()
552 (void) strcpy(spcl.c_label, tlabel); in main()
H A Ddump.h120 extern char *tlabel; /* what goes in tape header c_label field */
H A Ddumptape.c1181 (void) strcpy(spcl.c_label, tlabel); in changevol()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files379 tlabel.o \