Home
last modified time | relevance | path

Searched refs:mstart (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/ed/
Dif_ed_novell.c233 bus_size_t mstart = 0; in ed_probe_gwether() local
253 mstart = x * ED_PAGE_SIZE; in ed_probe_gwether()
259 if (mstart == 0) { in ed_probe_gwether()
265 for (x = (mstart / ED_PAGE_SIZE) + 1; x < 256; x++) { in ed_probe_gwether()
285 (int)mstart, x); in ed_probe_gwether()
290 "RAM start at %d, size : %d.\n", (int)mstart, msize); in ed_probe_gwether()
293 sc->mem_start = mstart; in ed_probe_gwether()
294 sc->mem_end = msize + mstart; in ed_probe_gwether()
295 sc->tx_page_start = mstart / ED_PAGE_SIZE; in ed_probe_gwether()
/freebsd-10-stable/sys/mips/nlm/
Dxlp_machdep.c444 mem_exclude_add(vm_paddr_t *avail, vm_paddr_t mstart, vm_paddr_t mend) in mem_exclude_add() argument
451 if (mstart > xlp_mem_excl[i + 1]) in mem_exclude_add()
453 if (mstart < xlp_mem_excl[i]) { in mem_exclude_add()
454 avail[pos++] = mstart; in mem_exclude_add()
460 mstart = xlp_mem_excl[i + 1]; in mem_exclude_add()
461 if (mend <= mstart) in mem_exclude_add()
464 if (mstart < mend) { in mem_exclude_add()
465 avail[pos++] = mstart; in mem_exclude_add()
/freebsd-10-stable/contrib/file/src/
Dapprentice.c1034 set_test_type(struct magic *mstart, struct magic *m) in set_test_type() argument
1072 mstart->flag |= BINTEST; in set_test_type()
1079 if (mstart->str_flags & STRING_TEXTTEST) in set_test_type()
1080 mstart->flag |= TEXTTEST; in set_test_type()
1082 mstart->flag |= BINTEST; in set_test_type()
1087 if (mstart->str_flags & STRING_BINTEST) in set_test_type()
1088 mstart->flag |= BINTEST; in set_test_type()
1089 if (mstart->str_flags & STRING_TEXTTEST) in set_test_type()
1090 mstart->flag |= TEXTTEST; in set_test_type()
1092 if (mstart->flag & (TEXTTEST|BINTEST)) in set_test_type()
[all …]