/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | cpio.c | 32 * Set field within a CPIO header 34 * @v field Field within CPIO header 37 void cpio_set_field ( char *field, unsigned long value ) { argument 41 memcpy ( field, buf, 8 );
|
H A D | uri.c | 136 * terminator after the authority field, so shuffle 185 const char *field = uri_get_field ( uri, i ); local 186 if ( field && ( URI_ENCODED & ( 1 << i ) ) ) 187 uri_decode ( field, ( char * ) field, 188 strlen ( field ) + 1 /* NUL */ ); 246 const char *field = uri_get_field ( uri, i ); local 250 if ( ! field ) 253 /* Store this field if we were asked to */ 264 /* Only print separator if an earlier field exist [all...] |
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_currentheader.py | 43 field = '%s%s' % (k[:1].lower(),k[1:]) variable 44 print "\tGL%s_p %s;" % (name,field)
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/ |
H A D | UIWizardExportAppPageExpert.h | 60 /* Wrapper to access 'wizard-field' from base part: */ 61 QVariant fieldImp(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } 77 QVariant field(const QString &strFieldName) const { return UIWizardPage::field(strFieldName); } function in class:UIWizardExportAppPageExpert
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/nvs/ |
H A D | nvsvpd.c | 36 * Read from VPD field 39 * @v field VPD field descriptor 44 static int nvs_vpd_read ( struct nvs_device *nvs, unsigned int field, argument 53 /* Allow reading non-existent field */ 57 /* Locate VPD field */ 58 if ( ( rc = pci_vpd_find ( &nvsvpd->vpd, field, &address, 60 DBGC ( pci, PCI_FMT " NVS VPD could not locate field " 62 PCI_VPD_FIELD_ARGS ( field ), strerror ( rc ) ); 69 "beyond field " PCI_VPD_FIELD_FM 96 nvs_vpd_write( struct nvs_device *nvs, unsigned int field, const void *data, size_t len ) argument 145 nvs_vpd_resize( struct nvs_device *nvs, unsigned int field, size_t len ) argument 215 nvs_vpd_nvo_init( struct nvs_vpd_device *nvsvpd, unsigned int field, struct nvo_block *nvo, struct refcnt *refcnt ) argument [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | dhcppkt.c | 44 * Calculate used length of an IPv4 field within a DHCP packet 47 * @v len Length of field 48 * @ret used Used length of field 57 * Calculate used length of a string field within a DHCP packet 60 * @v len Length of field 61 * @ret used Used length of field 67 /** A dedicated field within a DHCP packet */ 73 /** Length of field */ 75 /** Calculate used length of field 78 * @v len Length of field 125 struct dhcp_packet_field *field; local 161 struct dhcp_packet_field *field; local 192 struct dhcp_packet_field *field; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/ |
H A D | pcivpd.c | 340 * Locate PCI VPD field 343 * @v field VPD field descriptor 344 * @ret address Address of field body 345 * @ret len Length of field body 348 int pci_vpd_find ( struct pci_vpd *vpd, unsigned int field, argument 354 if ( ( rc = pci_vpd_find_tag ( vpd, PCI_VPD_TAG ( field ), 358 /* Return immediately if we are searching for a whole-tag field */ 359 if ( ! PCI_VPD_KEYWORD ( field ) ) { 367 /* Read field heade 406 pci_vpd_resize( struct pci_vpd *vpd, unsigned int field, size_t len, unsigned int *address ) argument [all...] |
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/ |
H A D | VBoxCredProvProvider.cpp | 373 * Retrieves the total count of fields we're handling (needed for field enumeration 392 * Retrieves a descriptor of a specified field. 395 * @param dwIndex ID of field to retrieve descriptor for. 396 * @param ppFieldDescriptor Pointer which receives the allocated field 411 const VBOXCREDPROV_FIELD &field = s_VBoxCredProvFields[dwIndex]; local 415 pcpFieldDesc->dwFieldID = field.desc.dwFieldID; 416 pcpFieldDesc->cpft = field.desc.cpft; 417 if (field.desc.pszLabel) 418 hr = SHStrDupW(field.desc.pszLabel, &pcpFieldDesc->pszLabel);
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ |
H A D | rfbuffer.h | 58 * Struct to hold RF Buffer field 74 struct ath5k_rfb_field field; /* RF Buffer field for this register */ member in struct:ath5k_rf_reg
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
H A D | longobject.c | 4359 int field = 0; local 4363 PyStructSequence_SET_ITEM(long_info, field++, 4365 PyStructSequence_SET_ITEM(long_info, field++,
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlregexp.c | 6409 } field; member in struct:_xmlExpNode 6412 #define exp_min field.count.f_min 6413 #define exp_max field.count.f_max 6414 /* #define exp_left field.children.f_left */ 6415 #define exp_right field.children.f_right 6416 #define exp_str field.f_str
|
H A D | xmlschemas.c | 716 * The identity-constraint "field" and "selector" item, holding the 830 xmlSchemaIDCMatcherPtr matcher; /* the correspondent field/selector 8015 * field. 8046 * TODO: Differentiate between "selector" and "field". 8185 * <selector> and <field> elements. 8239 * URGENT TODO: "field"s have an other syntax than "selector"s. 8297 xmlSchemaIDCSelectPtr field = NULL, lastField = NULL; local 8379 "(annotation?, (selector, field+))"); 8389 * Child elements <field>. 8391 if (IS_SCHEMA(child, "field")) { [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxb-impl.jar | ... .lang.Class, java.lang.reflect.Field, boolean) throws javax.xml.bind.JAXBException public ... |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |