Home
last modified time | relevance | path

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

/illumos-gate/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()
104 lmt->l_next = lofs_mnttab; in rebuild_lofs_cache()
105 lofs_mnttab = lmt; in rebuild_lofs_cache()
114 struct lofs_mnttab *lmt; in lookup_lofs_mount_point() local
118 for (lmt = lofs_mnttab; lmt != NULL; lmt = lmt->l_next) { in lookup_lofs_mount_point()
[all …]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c201 timestruc_t lmt; member
1850 rep->lat.tv_sec = rep->lct.tv_sec = rep->lmt.tv_sec = starttime; in gstat()
2033 rep->lmt = statb.st_mtim; in gstat()
2716 format_time(p->lmt.tv_sec, p->lmt.tv_nsec); in print_time()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h552 uint32_t lmt; member
H A Demlxs_mbox.h767 uint32_t lmt; member
836 uint32_t lmt; /* Word 9 */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c926 vpd->link_speed = (uint16_t)mb->un.varRdConfig.lmt; in emlxs_sli3_online()
H A Demlxs_sli4.c1161 vpd->link_speed = (uint16_t)mb->un.varRdConfig4.lmt; in emlxs_sli4_online()