/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | snmp_msg.h | 215 s32_t rid; member in struct:snmp_msg_pstat
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | snmp_msg.h | 232 s32_t rid; member in struct:snmp_msg_pstat
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | prism2.c | 311 /* Write fid/rid and offset */ 422 * rid RID of the record to read/write. (host order) 427 static inline int hfa384x_cmd_access(hfa384x_t *hw, UINT16 write, UINT16 rid) argument 429 return hfa384x_docmd_wait(hw, HFA384x_CMD_CMDCODE_SET(HFA384x_CMDCODE_ACCESS) | HFA384x_CMD_WRITE_SET(write), rid, 0, 0); 437 * rid config/info record id (host order) 446 static int hfa384x_drvr_getconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len) argument 452 result = hfa384x_cmd_access( hw, 0, rid); 458 result = hfa384x_copy_from_bap( hw, rid, 0, &rec, sizeof(rec)); 464 printf ( "RID len mismatch, rid=%#hx hlen=%d fwlen=%d\n", rid, le 519 hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len) argument 556 hfa384x_drvr_setconfig16(hfa384x_t *hw, UINT16 rid, UINT16 *val) argument [all...] |
H A D | hfa384x.h | 952 UINT16 rid; member in struct:hfa384x_record 958 UINT16 rid; member in struct:hfa384x_record16 965 UINT16 rid; member in struct:hfa384x_record32 2040 UINT16 rid; member in struct:hfa384x_usb_wridreq 2047 UINT16 rid; member in struct:hfa384x_usb_rridreq 2093 UINT16 rid; member in struct:hfa384x_usb_rridresp 2416 UINT16 rid; member in struct:hfa384x_rridresult 2727 hfa384x_drvr_getconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len); 2750 hfa384x_drvr_setconfig(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len); 2753 hfa384x_drvr_getconfig16(hfa384x_t *hw, UINT16 rid, voi argument 2764 hfa384x_drvr_getconfig32(hfa384x_t *hw, UINT16 rid, void *val) argument 2777 hfa384x_drvr_setconfig16(hfa384x_t *hw, UINT16 rid, UINT16 val) argument 2784 hfa384x_drvr_setconfig32(hfa384x_t *hw, UINT16 rid, UINT32 val) argument 2806 hfa384x_drvr_setconfig_async(hfa384x_t *hw, UINT16 rid, void *buf, UINT16 len, void *ptr1, void *ptr2) argument 2816 hfa384x_drvr_setconfig16_async(hfa384x_t *hw, UINT16 rid, UINT16 val) argument 2824 hfa384x_drvr_setconfig32_async(hfa384x_t *hw, UINT16 rid, UINT32 val) argument [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 684 dtrace_aggvarid_t lid, rid; local 687 rid = dt_aggregate_aggvarid(rh); 689 if (lid < rid) 692 if (lid > rid)
|
H A D | dt_printf.c | 1217 dt_ident_t *lid, *rid; local 1227 rid = rhs->dn_ident; 1230 rproto = ((dt_idsig_t *)rid->di_data)->dis_args; 1244 "key%s", lid->di_name, rid->di_name, 1246 rid->di_name, rargc, rargc == 1 ? "" : "s"); 1253 rproto = ((dt_idsig_t *)rid->di_data)->dis_args; 1265 rid->di_name, argn, lid->di_name, lid->di_name, argn, 1266 dt_node_type_name(lproto, n1, sizeof (n1)), rid->di_name,
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/ |
H A D | net80211.c | 1072 u8 rid = ie->rates[i]; local 1073 u16 rate = ( rid & 0x7f ) * 5; 1075 if ( rid & 0x80 )
|
/vbox/src/VBox/Additions/solaris/DRM/include/ |
H A D | drmP.h | 483 int rid; /* PCI resource ID for bus_space */ member in struct:drm_local_map
|