Searched defs:lmt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c68 struct lofs_mnttab *lmt; local
75 for (lmt = lofs_mnttab; lmt != NULL; lmt = next) {
76 next = lmt->l_next;
77 free(lmt->l_special);
78 free(lmt->l_mountp);
79 free(lmt);
100 if ((lmt = malloc(sizeof (struct lofs_mnttab))) == NULL)
102 lmt
114 struct lofs_mnttab *lmt; local
[all...]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c200 timestruc_t lmt; member in struct:lbuf
1831 rep->lmt.tv_sec = time(NULL);
2014 rep->lmt = statb.st_mtim;
2711 format_time(p->lmt.tv_sec, p->lmt.tv_nsec);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h552 uint32_t lmt; member in struct:read_cfg_var
H A Demlxs_mbox.h753 uint32_t lmt; member in struct:__anon7413
811 uint32_t lmt; /* Word 9 */ member in struct:__anon7414

Completed in 174 milliseconds