HomeSort by: relevance | last modified time | path
    Searched defs:buffer_head (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
cd9660_write.c 171 unsigned char *buffer_head; local in function:cd9660_write_path_table
177 buffer_head = buffer;
214 return cd9660_write_filedata(diskStructure, fd, sector, buffer_head,
  /src/bin/ed/
buf.c 53 line_t buffer_head; /* incore buffer */ variable in typeref:typename:line_t
65 if (lp == &buffer_head)
157 line_t *cp = &buffer_head;
160 while (cp != lp && (cp = cp->q_forw) != &buffer_head)
162 if (n && cp == &buffer_head) {
174 static line_t *lp = &buffer_head;
183 lp = buffer_head.q_back;
192 lp = &buffer_head;
300 REQUE(&buffer_head, &buffer_head);
    [all...]

Completed in 38 milliseconds