Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/nvi/common/
HDmark.c165 LMARK *lmp, *lmt; in mark_set() local
178 MALLOC_RET(sp, lmt, LMARK *, sizeof(LMARK)); in mark_set()
180 SLIST_INSERT_HEAD(sp->ep->marks, lmt, q); in mark_set()
182 SLIST_INSERT_AFTER(lmp, lmt, q); in mark_set()
183 lmp = lmt; in mark_set()
/freebsd-11-stable/rescue/rescue/
HDMakefile147 CRUNCH_LIBS+= -lmt -lsbuf -lufs -lz
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
HDntb_hw_intel.c322 uint32_t *base, uint32_t *xlat, uint32_t *lmt);
748 uint32_t *xlat, uint32_t *lmt) in bar_get_xlat_params() argument
779 if (lmt != NULL) in bar_get_xlat_params()
780 *lmt = lmtv; in bar_get_xlat_params()
/freebsd-11-stable/sys/dev/ocs_fc/
HDsli4.h759 uint32_t lmt:16, /** Link Module Type */ member
HDsli4.c3687 sli4->config.link_module_type = read_config->lmt; in sli_get_config()