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

  /external/e2fsprogs/lib/uuid/
gen_uuid.c 399 char op_buf[64]; local
433 op_buf[0] = op;
436 memcpy(op_buf+1, num, sizeof(*num));
441 ret = write(s, op_buf, op_len);
452 ret = read_all(s, op_buf, reply_len);
455 memcpy(op_buf+16, num, sizeof(int));
457 memcpy(out, op_buf, 16);
  /external/e2fsprogs/misc/
uuidd.c 114 char op_buf[8]; local
149 op_buf[0] = op;
152 memcpy(op_buf+1, num, sizeof(int));
156 ret = write(s, op_buf, op_len);

Completed in 58 milliseconds