Searched refs:lmt (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/nvi/common/ |
| HD | mark.c | 165 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/ |
| HD | Makefile | 147 CRUNCH_LIBS+= -lmt -lsbuf -lufs -lz
|
| /freebsd-11-stable/sys/dev/ntb/ntb_hw/ |
| HD | ntb_hw_intel.c | 322 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/ |
| HD | sli4.h | 759 uint32_t lmt:16, /** Link Module Type */ member
|
| HD | sli4.c | 3687 sli4->config.link_module_type = read_config->lmt; in sli_get_config()
|