Searched refs:lmt (Results 1 – 6 of 6) sorted by relevance
68 struct lofs_mnttab *lmt; in rebuild_lofs_cache() local75 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 …]
201 timestruc_t lmt; member1850 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()
552 uint32_t lmt; member
767 uint32_t lmt; member836 uint32_t lmt; /* Word 9 */ member
926 vpd->link_speed = (uint16_t)mb->un.varRdConfig.lmt; in emlxs_sli3_online()
1161 vpd->link_speed = (uint16_t)mb->un.varRdConfig4.lmt; in emlxs_sli4_online()