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 …]
199 timestruc_t lmt; member1824 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()
552 uint32_t lmt; member
753 uint32_t lmt; member811 uint32_t lmt; /* Word 9 */ member
923 vpd->link_speed = (uint16_t)mb->un.varRdConfig.lmt; in emlxs_sli3_online()
1104 vpd->link_speed = (uint16_t)mb->un.varRdConfig4.lmt; in emlxs_sli4_online()