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

  /src/usr.sbin/mscdlabel/
main.c 59 struct cd_toc_entry *tocbuf; variable in typeref:struct:cd_toc_entry *
79 tocbuf = malloc(tocbufsize);
80 if (!tocbuf)
86 te.data = tocbuf;
108 tocbuf = malloc(2 * sizeof(struct cd_toc_entry));
109 if (!tocbuf)
116 tocbuf[0].addr.lba = 0;
117 tocbuf[0].control = 4;
118 tocbuf[1].addr.lba = st.st_size / 2048;
119 tocbuf[1].control = 0
    [all...]
main.c 59 struct cd_toc_entry *tocbuf; variable in typeref:struct:cd_toc_entry *
79 tocbuf = malloc(tocbufsize);
80 if (!tocbuf)
86 te.data = tocbuf;
108 tocbuf = malloc(2 * sizeof(struct cd_toc_entry));
109 if (!tocbuf)
116 tocbuf[0].addr.lba = 0;
117 tocbuf[0].control = 4;
118 tocbuf[1].addr.lba = st.st_size / 2048;
119 tocbuf[1].control = 0
    [all...]
main.c 59 struct cd_toc_entry *tocbuf; variable in typeref:struct:cd_toc_entry *
79 tocbuf = malloc(tocbufsize);
80 if (!tocbuf)
86 te.data = tocbuf;
108 tocbuf = malloc(2 * sizeof(struct cd_toc_entry));
109 if (!tocbuf)
116 tocbuf[0].addr.lba = 0;
117 tocbuf[0].control = 4;
118 tocbuf[1].addr.lba = st.st_size / 2048;
119 tocbuf[1].control = 0
    [all...]

Completed in 30 milliseconds