Searched refs:rp_comp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_srp.c274 * @v rp_comp Root path component string
278 static int ib_srp_parse_byte_string ( const char *rp_comp, uint8_t *bytes, argument
281 size_t rp_comp_len = strlen ( rp_comp );
294 decoded_size = base16_decode ( rp_comp, bytes );
304 * @v rp_comp Root path component string
308 static int ib_srp_parse_integer ( const char *rp_comp, int default_value ) { argument
312 value = strtoul ( rp_comp, &end, 16 );
316 if ( end == rp_comp )
325 * @v rp_comp Root path component string
329 static int ib_srp_parse_sgid ( const char *rp_comp, argument
349 ib_srp_parse_initiator_id_ext( const char *rp_comp, struct ib_srp_root_path *rp ) argument
365 ib_srp_parse_initiator_hca_guid( const char *rp_comp, struct ib_srp_root_path *rp ) argument
385 ib_srp_parse_dgid( const char *rp_comp, struct ib_srp_root_path *rp ) argument
399 ib_srp_parse_pkey( const char *rp_comp, struct ib_srp_root_path *rp ) argument
416 ib_srp_parse_service_id( const char *rp_comp, struct ib_srp_root_path *rp ) argument
430 ib_srp_parse_lun( const char *rp_comp, struct ib_srp_root_path *rp ) argument
442 ib_srp_parse_target_id_ext( const char *rp_comp, struct ib_srp_root_path *rp ) argument
458 ib_srp_parse_target_ioc_guid( const char *rp_comp, struct ib_srp_root_path *rp ) argument
507 char *rp_comp[IB_SRP_NUM_RP_COMPONENTS]; local
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Discsi.c1894 char *rp_comp[NUM_RP_COMPONENTS]; local
1902 rp_comp[i++] = rp;
1916 iscsi->target_address = strdup ( rp_comp[RP_SERVERNAME] );
1919 iscsi->target_port = strtoul ( rp_comp[RP_PORT], NULL, 10 );
1922 if ( ( rc = scsi_parse_lun ( rp_comp[RP_LUN], &iscsi->lun ) ) != 0 ) {
1924 iscsi, rp_comp[RP_LUN] );
1927 iscsi->target_iqn = strdup ( rp_comp[RP_TARGETNAME] );

Completed in 49 milliseconds