Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
H A Dvnic_dev.c41 struct mgmt_barmap_hdr __iomem *mrh; in vnic_dev_discover_res() local
50 mrh = malloc(sizeof(*mrh), M_DEVBUF, M_NOWAIT | M_ZERO); in vnic_dev_discover_res()
54 free(mrh, M_DEVBUF); in vnic_dev_discover_res()
60 ENIC_BUS_READ_REGION_4(softc, mem, 0, (void *)mrh, sizeof(*mrh) / 4); in vnic_dev_discover_res()
63 if ((mrh->magic != MGMTVNIC_MAGIC) || in vnic_dev_discover_res()
64 mrh->version != MGMTVNIC_VERSION) { in vnic_dev_discover_res()
71 free(mrh, M_DEVBUF); in vnic_dev_discover_res()
76 if (mrh->magic == MGMTVNIC_MAGIC) in vnic_dev_discover_res()
77 r_offset = sizeof(*mrh); in vnic_dev_discover_res()
114 free(mrh, M_DEVBUF); in vnic_dev_discover_res()
/freebsd/share/termcap/
H A Dtermcap623 # (Shouldn't you take out ns and put in an nl instead? - mrh)
746 # so please send me any corrections to this -- mrh
1904 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src20495 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)