/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
tmem.h | 77 uint64_t oid[3]; member in struct:xen_tmem_oid 98 uint64_t oid[3]; member in struct:tmem_op::__anonec5f1724010a::__anonec5f17240308 100 xen_tmem_oid_t oid;
|
sysctl.h | 761 xen_tmem_oid_t oid; member in struct:tmem_handle 825 xen_tmem_oid_t oid; /* IN: If not applicable to command use 0s. */ member in struct:xen_sysctl_tmem_op
|
/src/usr.sbin/mrouted/ |
snmp.c | 144 * Place an IP address into an OID starting at element n 148 oid *name; 160 /* Get an IP address from an OID starting at element n */ 163 oid *name; 192 oid *name; /* IN/OUT - input name requested, output name found */ 193 int *length; /* IN/OUT - length of input and output oid's */ 206 (int)vp->namelen * sizeof(oid)); 288 oid *name; /* IN/OUT - input name requested, output name found */ 289 int *length; /* IN/OUT - length of input and output oid's */ 297 oid newname[MAX_NAME_LEN] [all...] |
/src/sys/compat/freebsd/ |
freebsd_sysctl.c | 113 * sysctl MIB whose tree is rooted at oid 0. These OIDs are 119 * {0,1,...} return the name of the "..." OID. 120 * {0,2,...} return the next OID. 121 * {0,3} return the OID of the name in "new" 122 * {0,4,...} return the kind & format info for the "..." OID. 123 * {0,5,...} return the description the "..." OID. 133 int oid[CTL_MAXNAME]; local in function:freebsd_sys_sysctl 163 error = freebsd_sysctl_name2oid(locnew, oid, &oidlen); 170 error = copyout(oid, SCARG(uap, old), 186 freebsd_sysctl_name2oid(char *name, int *oid, int *oidlen [all...] |
/src/sys/dev/scsipi/ |
ses.c | 1842 int err, oid, r, i, hiwater, nitems, amt; local in function:safte_rdstat 1896 oid = r = 0; 1906 ssc->ses_objmap[oid].encstat[1] = 0; /* resvd */ 1907 ssc->ses_objmap[oid].encstat[2] = 0; /* resvd */ 1911 ssc->ses_objmap[oid].encstat[0] = SES_OBJSTAT_OK; 1917 ssc->ses_objmap[oid].encstat[3] = 7; 1921 ssc->ses_objmap[oid].encstat[0] = SES_OBJSTAT_CRIT; 1925 ssc->ses_objmap[oid].encstat[3] = 0x40; 1937 ssc->ses_objmap[oid].encstat[0] = 1939 ssc->ses_objmap[oid].encstat[3] = 0 [all...] |
/src/sys/miscfs/procfs/ |
procfs_cmdline.c | 68 int oid 106 return copy_procargs(p, oid, &len, procfs_doprocargs_helper, uio);
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_sysctl.c | 66 struct sysctl_oid *oid; local in function:drm_sysctl_init 84 SLIST_FOREACH(oid, SYSCTL_CHILDREN(drioid), oid_link) { 85 if (i <= oid->oid_arg2) 86 i = oid->oid_arg2 + 1; 99 oid = SYSCTL_ADD_OID(&info->ctx, 109 if (!oid)
|
/src/sys/dev/acpi/wmi/ |
wmi_acpivar.h | 66 char oid[2]; /* ACPI object ID. */ member in union:guid_t::__anon51c7cc39020a
|
wmi_acpi.c | 283 aprint_debug("oid %04X count %02X flags %02X\n", 284 UGET16(wmi->guid.oid), wmi->guid.count, wmi->guid.flags); 603 acpi_wmi_enable_collection(ACPI_HANDLE hdl, const char *oid, bool flag) 608 strlcat(path, oid, sizeof(path)); 659 (void)strlcat(path, wmi->guid.oid, sizeof(path)); 677 wmi->guid.oid, true); 686 wmi->guid.oid, false); 729 (void)strlcat(path, wmi->guid.oid, sizeof(path)); 771 (void)strlcat(path, wmi->guid.oid, sizeof(path));
|
/src/sys/net/npf/ |
npf_ext_normalize.c | 115 uint16_t oid = ip->ip_id, nid; local in function:npf_normalize_ip4 118 cksum = npf_fixup16_cksum(cksum, oid, nid);
|
npf_connkey.c | 192 const uint32_t oid = k[1]; local in function:npf_conn_adjkey 195 k[1] = ((uint32_t)id << shift) | (oid & mask);
|
/src/sys/arch/evbarm/stand/boot2440/ |
dev_sdmmc.h | 71 int oid; /* OEM/product identification number */ member in struct:sdmmc_cid
|
dev_sdmmc.c | 1104 cid->oid = SD_CID_OID(resp); 1123 cid->oid = MMC_CID_OID_V2(resp); 1140 printf("mid=0x%02x oid=0x%04x pnm=\"%s\" rev=0x%02x psn=0x%08x" 1141 " mdt=%03x\n", cid->mid, cid->oid, cid->pnm, cid->rev, cid->psn,
|
/src/usr.bin/netstat/ |
if.c | 425 mc_print(const int ifindex, const size_t ias, const char *oid, int *mcast_oids, 434 if (sysctlnametomib(oid, mcast_oids, &oidlen) == -1) { 435 warnx("'%s' not found", oid); 439 warnx("Wrong OID path for '%s'", oid); 450 warn("failed to read '%s'", oid);
|
/src/sys/dev/usb/ |
if_urndis.c | 491 urndis_ctrl_query(struct usbnet *un, uint32_t oid, 503 msg->rm_oid = htole32(oid); 512 DPRINTF(("%s: urndis_ctrl_query send: type %u len %u rid %u oid %#x " 541 urndis_ctrl_set(struct usbnet *un, uint32_t oid, void *buf, size_t len) 551 msg->rm_oid = htole32(oid); 560 DPRINTF(("%s: urndis_ctrl_set send: type %u len %u rid %u oid %#x "
|
/src/sys/netcan/ |
can.c | 414 canid_t oid; local in function:can_bpf_mtap 417 oid = cf->can_id; 418 cf->can_id = htonl(oid); 424 cf->can_id = oid;
|
/src/sys/dev/pcmcia/ |
if_malo_pcmcia.c | 1566 cmalo_cmd_set_snmp(struct malo_softc *sc, uint16_t oid) 1582 switch (oid) { 1584 body->oid = htole16(MALO_OID_RTSTRESH); 1589 body->oid = htole16(MALO_OID_SHORTRETRY); 1594 body->oid = htole16(MALO_OID_FRAGTRESH); 1599 body->oid = htole16(MALO_OID_80211D);
|
if_malo_pcmciavar.h | 150 uint16_t oid; member in struct:malo_cmd_body_snmp
|
/src/share/examples/puffs/pgfs/ |
newfs.sql | 75 loid Oid NOT NULL UNIQUE); 77 -- loid REFERENCES pg_largeobject_metadata(oid);
|
/src/sys/dev/sdmmc/ |
ld_sdmmc.c | 256 sa->sf->cid.mid, sa->sf->cid.oid, sa->sf->cid.pnm, 266 cardtype, sa->sf->cid.mid, sa->sf->cid.oid, sa->sf->cid.pnm);
|
sdmmcvar.h | 60 int oid; /* OEM/product identification number */ member in struct:sdmmc_cid
|
sdmmc_mem.c | 523 cid->oid = SD_CID_OID(resp); 542 cid->oid = MMC_CID_OID_V2(resp); 559 printf("mid=0x%02x oid=0x%04x pnm=\"%s\" rev=0x%02x psn=0x%08x" 560 " mdt=%03x\n", cid->mid, cid->oid, cid->pnm, cid->rev, cid->psn,
|
/src/sys/fs/nfs/nlm/ |
nlm_prot_impl.c | 847 struct sysctl_oid *oid; local in function:nlm_create_host 874 oid = SYSCTL_ADD_NODE(&host->nh_sysctl, 877 SYSCTL_ADD_STRING(&host->nh_sysctl, SYSCTL_CHILDREN(oid), OID_AUTO, 879 SYSCTL_ADD_UINT(&host->nh_sysctl, SYSCTL_CHILDREN(oid), OID_AUTO, 881 SYSCTL_ADD_UINT(&host->nh_sysctl, SYSCTL_CHILDREN(oid), OID_AUTO, 883 SYSCTL_ADD_PROC(&host->nh_sysctl, SYSCTL_CHILDREN(oid), OID_AUTO, 886 SYSCTL_ADD_PROC(&host->nh_sysctl, SYSCTL_CHILDREN(oid), OID_AUTO,
|
/src/sys/dev/hyperv/ |
if_hvn.c | 4951 hvn_rndis_query(struct hvn_softc *sc, uint32_t oid, void *res, size_t *length) 4954 return hvn_rndis_query2(sc, oid, NULL, 0, res, length, 0); 4958 hvn_rndis_query2(struct hvn_softc *sc, uint32_t oid, const void *idata, 4978 req->rm_oid = oid; 5020 hvn_rndis_set(struct hvn_softc *sc, uint32_t oid, void *data, size_t length) 5038 req->rm_oid = oid;
|
/src/sys/kern/ |
kern_proc.c | 2466 copy_procargs(struct proc *p, int oid, size_t *limit, 2501 switch (oid) {
|