HomeSort by relevance Sort by last modified time
    Searched refs:op_buf (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/uuid/
gen_uuid.c 478 char op_buf[64]; local
518 op_buf[0] = op;
521 memcpy(op_buf+1, num, sizeof(*num));
526 ret = write(s, op_buf, op_len);
537 ret = read_all(s, op_buf, reply_len);
540 memcpy(op_buf+16, num, sizeof(int));
542 memcpy(out, op_buf, 16);
  /external/e2fsprogs/misc/
uuidd.c 144 char op_buf[8]; local
180 op_buf[0] = op;
183 memcpy(op_buf+1, num, sizeof(int));
187 ret = write_all(s, op_buf, op_len);

Completed in 18 milliseconds