Home
last modified time | relevance | path

Searched refs:extpath (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c1034 unsigned char *extpath = NULL; in decode_rfc1533() local
1082 extpath = p; in decode_rfc1533()
1113 if (block <= 0 && extpath != NULL) { in decode_rfc1533()
1115 if (TAG_LEN(extpath) >= sizeof(fname)){ in decode_rfc1533()
1120 memcpy(fname, extpath+2, TAG_LEN(extpath)); in decode_rfc1533()
1121 fname[(int)TAG_LEN(extpath)] = '\0'; in decode_rfc1533()