HomeSort by relevance Sort by last modified time
    Searched defs:uri_string (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/core/
open.c 76 * @v uri_string URI string (e.g. "http://etherboot.org/kernel")
83 const char *uri_string ) {
87 DBGC ( xfer, "XFER %p opening URI %s\n", xfer, uri_string );
89 uri = parse_uri ( uri_string );
140 const char *uri_string = va_arg ( args, const char * ); local
142 return xfer_open_uri_string ( xfer, uri_string ); }
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_file.c 64 char uri_string[ filename_len + 1 ]; local
66 copy_from_user ( uri_string, filename, 0,
67 sizeof ( uri_string ) );
68 DBG ( " %s", uri_string );
69 fd = open ( uri_string );
pxe_tftp.c 170 char uri_string[PXE_TFTP_URI_LEN]; local
188 snprintf ( uri_string, sizeof ( uri_string ),
193 DBG ( " %s", uri_string );
197 uri_string ) ) != 0 ) {
  /external/syslinux/gpxe/src/net/udp/
tftp.c 1258 char uri_string[32]; local
    [all...]

Completed in 104 milliseconds