Searched refs:tstruct (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_tlabel.c | 55 hci1394_tlabel_t *tstruct; in hci1394_tlabel_init() local 62 tstruct = kmem_alloc(sizeof (hci1394_tlabel_t), KM_SLEEP); in hci1394_tlabel_init() 65 *tlabel_handle = tstruct; in hci1394_tlabel_init() 72 tstruct->tb_drvinfo = drvinfo; in hci1394_tlabel_init() 73 tstruct->tb_reclaim_time = reclaim_time_nS; in hci1394_tlabel_init() 74 tstruct->tb_max_node = TLABEL_RANGE - 1; in hci1394_tlabel_init() 75 tstruct->tb_bcast_sent = B_FALSE; in hci1394_tlabel_init() 77 mutex_init(&tstruct->tb_mutex, NULL, MUTEX_DRIVER, in hci1394_tlabel_init() 86 hci1394_tlabel_reset(tstruct); in hci1394_tlabel_init() 101 hci1394_tlabel_t *tstruct; in hci1394_tlabel_fini() local [all …]
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 829 struct tm tstruct; in z_mount_in_lz() local 919 (void) localtime_r(&thetime, &tstruct); in z_mount_in_lz() 923 tstruct.tm_mday, tstruct.tm_mon, tstruct.tm_year, in z_mount_in_lz() 924 tstruct.tm_yday, tstruct.tm_hour, tstruct.tm_min, in z_mount_in_lz() 925 tstruct.tm_sec, tstruct.tm_wday, hretime); in z_mount_in_lz()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | lock.c | 2071 struct tm tstruct; in _getUniqueId() local 2108 (void) localtime_r(&thetime, &tstruct); in _getUniqueId() 2111 "%02d%02d%02d%03d-%02d%02d%02d%d-%016llx", tstruct.tm_mday, in _getUniqueId() 2112 tstruct.tm_mon, tstruct.tm_year, tstruct.tm_yday, in _getUniqueId() 2113 tstruct.tm_hour, tstruct.tm_min, tstruct.tm_sec, in _getUniqueId() 2114 tstruct.tm_wday, hretime); in _getUniqueId()
|