/src/sys/dev/hyperv/ |
hvheartbeat.c | 114 uint64_t rid; local in function:hvheartbeat_channel_cb 119 &rlen, &rid, 0); 159 (void) vmbusic_sendresp(vsc, ch, vsc->sc_buf, rlen, rid);
|
hvshutdown.c | 136 uint64_t rid; local in function:hvshutdown_channel_cb 142 &rlen, &rid, 0); 191 (void) vmbusic_sendresp(vsc, ch, vsc->sc_buf, rlen, rid);
|
hvtimesync.c | 185 uint64_t rid; local in function:hvtimesync_channel_cb 190 &rlen, &rid, 0); 249 (void) vmbusic_sendresp(vsc, ch, vsc->sc_buf, rlen, rid);
|
hvkbd.c | 474 uint64_t rid; local in function:hvkbd_intr 481 HVKBD_BUFSIZE, &rlen, &rid, 1);
|
hvs.c | 576 printf("%s: %u.%u: rid %"PRIu64" opcode %#x control %#x datalen %d\n", 674 uint64_t rid; local in function:hvs_intr 680 &rlen, &rid, 0); 698 printf("%s: rid %"PRIu64" operation %u flags %#x status %#x\n", 699 device_xname(sc->sc_dev), rid, cmd.cmd_op, cmd.cmd_flags, 705 if (rid >= sc->sc_nccb) { 707 "invalid response %#"PRIx64"\n", rid); 710 ccb = &sc->sc_ccbs[rid];
|
if_hvn.c | 3534 uint64_t rid; local in function:hvn_handle_ring 3543 HVN_NVS_BUFSIZE, &rlen, &rid, 1); 4888 uint64_t rid = (uint64_t)txd->txd_id << 32; local in function:hvn_rndis_output_sgl 4892 &sc->sc_data_msg, sizeof(sc->sc_data_msg), rid); 4905 uint64_t rid = (uint64_t)txd->txd_id << 32; local in function:hvn_rndis_output_chim 4915 rid, VMBUS_CHANPKT_TYPE_INBAND, VMBUS_CHANPKT_FLAG_RC);
|
/src/usr.bin/id/ |
id.c | 180 u_int eid, rid; local in function:pretty 191 pw = getpwuid(rid = getuid()); 197 (void)printf("uid\t%u\n", rid); 199 if ((eid = geteuid()) != rid) { 205 if ((rid = getgid()) != (eid = getegid())) { 206 if ((gr = getgrgid(rid)) != NULL) 209 (void)printf("rgid\t%u\n", rid);
|
/src/sys/arch/arm/pci/ |
pci_msi_machdep.c | 66 uint32_t rid, frameid; local in function:arm_pci_msi_lookup 71 rid = (b << 8) | (d << 3) | f; 72 frameid = pci_get_frameid(pa->pa_pc, rid);
|
/src/sys/arch/playstation2/playstation2/ |
sifbios.h | 159 u_int32_t rid; member in struct:sifrpc_server
|
/src/sys/dev/ic/ |
an.c | 169 int buflen, kid, rid; local in function:an_attach 218 for (rid = 0; rid < sizeof(dumprid)/sizeof(dumprid[0]); rid++) { 220 if (an_read_rid(sc, dumprid[rid], &sc->sc_buf, &buflen) 223 printf("%04x (%d):\n", dumprid[rid], buflen); 234 rid = AN_RID_WEP_VOLATILE; /* first persistent key */ 235 while (an_read_rid(sc, rid, akey, &buflen) == 0) { 237 DPRINTF(("an_attach: wep rid=0x%x len=%d(%zu) index=0x%04x " 239 rid, buflen, sizeof(*akey), kid [all...] |
isp.c | 5991 isp_ridacq_t rid; local in function:isp_handle_other_response 5992 isp_get_ridacq(isp, (isp_ridacq_t *)hp, &rid); 5993 if (rid.ridacq_format == 0) {
|
/src/sys/net/npf/ |
npf_ruleset.c | 669 npf_rid_export(nvlist_t *rl, struct r_id rid, const char *name) 671 uint64_t uid_element[3] = { rid.id[0], rid.id[1], rid.op }; 744 const uint64_t *rid = nvlist_get_number_array(req, name, &nitems); local in function:npf_rule_setrid 747 id.id[0] = (uint32_t)rid[0]; 748 id.id[1] = (uint32_t)rid[1]; 749 id.op = (uint8_t)rid[2];
|
/src/sys/arch/arm/apple/ |
apple_pcie.c | 391 const uint32_t rid = pba->pba_bus << 8; local in function:apple_pcie_attach_hook 393 dmat = fdtbus_iommu_map_pci(phandle, rid, sc->sc_pcihost.sc_dmat);
|
/src/sys/dev/hdaudio/ |
hdaudio.c | 720 uint32_t rid = hdaudio_command(co, 0, CORB_GET_PARAMETER, local in function:hdaudio_codec_attach 724 (rid >> 20) & 0xf, (rid >> 16) & 0xf, 725 (rid >> 8) & 0xff, rid & 0xff);
|
/src/sys/dev/pci/cxgb/ |
cxgb_main.c | 634 int i, j, k, nqsets, rid; local in function:cxgb_setup_msix 654 rid = k + 2; 656 printf("rid=%d ", rid);
|
/src/sys/arch/hppa/dev/ |
astro.c | 41 uint32_t rid; member in struct:astro_regs 232 uint32_t rid, ioc_ctrl; local in function:astro_attach 251 rid = le32toh(r->rid); 252 aprint_normal(": Astro rev %d.%d\n", (rid & 7) + 1, (rid >> 3) & 3);
|
/src/usr.sbin/npf/npfctl/ |
npf_show.c | 635 struct r_id rid; local in function:npfctl_print_rule 679 if (!npf_rule_getrid(&rid, rl, "r_user")) { 680 ctx->fpos += fprintf(ctx->fp, "user %s ", print_guid(buf, rid, BUF_SIZE)); 683 if (!npf_rule_getrid(&rid, rl, "r_group")) { 684 ctx->fpos += fprintf(ctx->fp, "group %s ", print_guid(buf, rid, BUF_SIZE));
|
/src/sys/dev/pci/ixgbe/ |
ixv.c | 1593 int rid; local in function:ixv_free_pci_resources 1606 rid = sc->vector; 1608 if (sc->osdep.ihs[rid] != NULL) { 1610 sc->osdep.ihs[rid]); 1611 sc->osdep.ihs[rid] = NULL; 3367 int error, msix_ctrl, rid, vector = 0; local in function:ixv_allocate_msix 3503 pci_get_capability(pc, tag, PCI_CAP_MSIX, &rid, NULL); 3504 rid += PCI_MSIX_CTL; 3505 msix_ctrl = pci_conf_read(pc, tag, rid); 3507 pci_conf_write(pc, tag, rid, msix_ctrl) [all...] |
ixgbe.c | 5365 int rid; local in function:ixgbe_free_pciintr_resources 5379 rid = sc->vector; 5381 rid = 0; 5383 if (sc->osdep.ihs[rid] != NULL) { 5384 pci_intr_disestablish(sc->osdep.pc, sc->osdep.ihs[rid]); 5385 sc->osdep.ihs[rid] = NULL;
|
/src/sys/arch/ia64/ia64/ |
pmap.c | 256 * Data for the RID allocator 387 * We currently need at least 19 bits in the RID because PID_MAX 399 * of bits in the RID, because that may result in a RID map of 400 * 2MB in size for a 24-bit RID. A 64KB map is enough. 599 int rid; local in function:pmap_allocate_rid 612 rid = pmap_rididx * 64; 617 rid++; 626 return rid; 630 pmap_free_rid(uint32_t rid) [all...] |
/src/lib/libnpf/ |
npf.c | 740 npf_rule_setrid(nl_rule_t *rl, struct r_id rid, const char *name) 742 uint64_t uid_element[3] = { rid.id[0], rid.id[1], rid.op }; 860 const uint64_t *rid = nvlist_get_number_array(rl->rule_dict, key, &nitems); local in function:npf_rule_getrid 863 r_id->id[0] = (uint32_t)rid[0]; 864 r_id->id[1] = (uint32_t)rid[1]; 865 r_id->op = (uint8_t)rid[2];
|
/src/sys/dev/pci/ |
pvscsi.c | 1664 int rid; local in function:pvscsi_attach 1692 for (rid = PCI_MAPREG_START; rid < PCI_MAPREG_END; rid += sizeof(regt)) { 1693 regt = pci_mapreg_type(pa->pa_pc, pa->pa_tag, rid); 1698 if (rid >= PCI_MAPREG_END) { 1703 memh_valid = (pci_mapreg_map(pa, rid, regt, 0, &memt, &memh,
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drmP.h | 642 int rid; /* PCI resource ID for bus_space */ member in struct:drm_local_map
|