Home
last modified time | relevance | path

Searched refs:lmt (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DPzone.c68 struct lofs_mnttab *lmt; in rebuild_lofs_cache() local
75 for (lmt = lofs_mnttab; lmt != NULL; lmt = next) { in rebuild_lofs_cache()
76 next = lmt->l_next; in rebuild_lofs_cache()
77 free(lmt->l_special); in rebuild_lofs_cache()
78 free(lmt->l_mountp); in rebuild_lofs_cache()
79 free(lmt); in rebuild_lofs_cache()
100 if ((lmt = malloc(sizeof (struct lofs_mnttab))) == NULL) in rebuild_lofs_cache()
102 lmt->l_special = strdup(mt.mnt_special); in rebuild_lofs_cache()
103 lmt->l_mountp = strdup(mt.mnt_mountp); in rebuild_lofs_cache()
104 lmt->l_next = lofs_mnttab; in rebuild_lofs_cache()
[all …]
/titanic_50/usr/src/cmd/ls/
H A Dls.c199 timestruc_t lmt; member
1824 rep->lmt.tv_sec = time(NULL); in gstat()
2007 rep->lmt = statb.st_mtim; in gstat()
2625 format_time(p->lmt.tv_sec, p->lmt.tv_nsec); in print_time()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h552 uint32_t lmt; member
H A Demlxs_mbox.h753 uint32_t lmt; member
811 uint32_t lmt; /* Word 9 */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c923 vpd->link_speed = (uint16_t)mb->un.varRdConfig.lmt; in emlxs_sli3_online()
H A Demlxs_sli4.c1104 vpd->link_speed = (uint16_t)mb->un.varRdConfig4.lmt; in emlxs_sli4_online()