Searched refs:mrh (Results 1 – 3 of 3) sorted by relevance
41 struct mgmt_barmap_hdr __iomem *mrh; in vnic_dev_discover_res() local50 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()
623 # (Shouldn't you take out ns and put in an nl instead? - mrh)746 # so please send me any corrections to this -- mrh1904 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
20495 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)