OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srp_rsp
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
srp.h
512
struct
srp_rsp
{
struct
515
* This must be @c
SRP_RSP
554
#define
SRP_RSP
0xc1
583
static inline void * srp_rsp_response_data ( struct
srp_rsp
*rsp ) {
594
static inline size_t srp_rsp_response_data_len ( struct
srp_rsp
*rsp ) {
605
static inline void * srp_rsp_sense_data ( struct
srp_rsp
*rsp ) {
617
static inline size_t srp_rsp_sense_data_len ( struct
srp_rsp
*rsp ) {
/external/syslinux/gpxe/src/drivers/block/
srp.c
297
static int
srp_rsp
( struct srp_device *srp, struct io_buffer *iobuf ) {
function
298
struct
srp_rsp
*rsp = iobuf->data;
389
case
SRP_RSP
:
390
type =
srp_rsp
;
Completed in 120 milliseconds