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

/external/syslinux/gpxe/src/net/infiniband/
H A Dib_srp.c73 * @v rp_comp Root path component string
77 static int ib_srp_parse_byte_string ( const char *rp_comp, uint8_t *bytes, argument
80 size_t rp_comp_len = strlen ( rp_comp );
94 for ( ; size ; size--, rp_comp += 2, bytes++ ) {
95 memcpy ( buf, rp_comp, 2 );
107 * @v rp_comp Root path component string
111 static int ib_srp_parse_integer ( const char *rp_comp, int default_value ) { argument
115 value = strtoul ( rp_comp, &end, 16 );
119 if ( end == rp_comp )
128 * @v rp_comp Roo
145 ib_srp_parse_sgid( const char *rp_comp, struct ib_srp_root_path *rp ) argument
165 ib_srp_parse_initiator_id_ext( const char *rp_comp, struct ib_srp_root_path *rp ) argument
182 ib_srp_parse_initiator_hca_guid( const char *rp_comp, struct ib_srp_root_path *rp ) argument
203 ib_srp_parse_dgid( const char *rp_comp, struct ib_srp_root_path *rp ) argument
217 ib_srp_parse_pkey( const char *rp_comp, struct ib_srp_root_path *rp ) argument
234 ib_srp_parse_service_id( const char *rp_comp, struct ib_srp_root_path *rp ) argument
248 ib_srp_parse_lun( const char *rp_comp, struct ib_srp_root_path *rp ) argument
260 ib_srp_parse_target_id_ext( const char *rp_comp, struct ib_srp_root_path *rp ) argument
277 ib_srp_parse_target_ioc_guid( const char *rp_comp, struct ib_srp_root_path *rp ) argument
333 char *rp_comp[IB_SRP_NUM_RP_COMPONENTS]; local
[all...]
/external/syslinux/gpxe/src/net/tcp/
H A Discsi.c1618 char *rp_comp[NUM_RP_COMPONENTS]; local
1626 rp_comp[i++] = rp;
1640 iscsi->target_address = strdup ( rp_comp[RP_SERVERNAME] );
1643 iscsi->target_port = strtoul ( rp_comp[RP_PORT], NULL, 10 );
1646 if ( ( rc = scsi_parse_lun ( rp_comp[RP_LUN], &iscsi->lun ) ) != 0 ) {
1648 iscsi, rp_comp[RP_LUN] );
1651 iscsi->target_iqn = strdup ( rp_comp[RP_TARGETNAME] );

Completed in 107 milliseconds