Searched refs:buffer_end (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent.c | 319 add_host_line(char **buffer_end, char **alias_end, int *buflenp, argument 337 (void) memcpy(*buffer_end, line, linelen); 339 *buffer_end += linelen; 340 *alias_end = *buffer_end; 341 **buffer_end = '\0'; 345 erange = add_host_line(buffer_end, alias_end, buflenp, 368 *buffer_end - *alias_end); 374 *buffer_end += alen; 377 (void) memcpy(*buffer_end + 1, line, 381 **buffer_end [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/ |
H A D | ohci.c | 58 grub_uint32_t buffer_end; /* LittleEndian physical address */ member in struct:grub_ohci_td 610 grub_uint32_t buffer_end; 640 buffer_end = buffer + size - 1; 646 buffer_end = buffer + size - 1; 648 td->buffer_end = grub_cpu_to_le32 (buffer_end); 653 td->buffer_end = 0; 1026 - (grub_le_to_cpu32 (tderr_virt->buffer_end) 608 grub_uint32_t buffer_end; local
|
Completed in 25 milliseconds