Searched refs:tm_ptr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1286 uint32_t *tm_ptr; local
1299 tm_ptr = (uint32_t *)hal->CSR_topology_map;
1300 data_ptr = (uint32_t *)&(tm_ptr[3]);
1315 tm_ptr[1] = tm_ptr[1] + 1;
1320 tm_ptr[2] = (node_count << IEEE1394_TOP_MAP_LEN_SHIFT) |
1325 CRC = s1394_CRC16(&(tm_ptr[1]), length);
1326 tm_ptr[0] = (length << IEEE1394_TOP_MAP_LEN_SHIFT) | CRC;
1341 uint32_t *tm_ptr; local
1348 tm_ptr
[all...]
H A Dt1394.c3429 uint32_t *tm_ptr; local
3455 tm_ptr = (uint32_t *)hal->CSR_topology_map;
3456 length = tm_ptr[0] >> 16;
3473 bcopy(tm_ptr, tm_buffer, length);
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c1690 struct tm *tm_ptr; local
1719 tm_ptr = (struct tm *)localtime_r(&tloc, &tm_storage);
1729 (void) strftime(timebuf, 80, "%x %X", tm_ptr);
1767 (void) strftime(timebuf, 80, "%x %X", tm_ptr);
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c302 struct tm *tm_ptr; local
421 if ((tm_ptr = getdate(optarg)) == NULL) {
425 if ((date = mktime(tm_ptr)) < 0) {

Completed in 86 milliseconds