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

  /src/lib/libperfuse/
perfuse.c 705 struct fuse_out_header *foh; local in function:perfuse_fsreq
708 foh = GET_OUTHDR(ps, pm);
717 switch (foh->error) {
726 DWARN("operation unique = %"PRId64" failed", foh->unique);
730 foh->unique, foh->error);
ops.c 2473 struct fuse_out_header *foh; local in function:perfuse_node_readdir
2532 fd_maxlen = ps->ps_max_readahead - sizeof(*foh);
2557 * therefore foh will not be valid for a long time.
2560 foh = GET_OUTHDR(ps, pm);
2561 foh_len = foh->len;
2566 if (foh_len == sizeof(*foh)) {
2575 if (foh_len < sizeof(*foh) + sizeof(*fd)) {
2584 fd_len = foh_len - sizeof(*foh);
2645 struct fuse_out_header *foh; local in function:perfuse_node_readlink
2658 foh = GET_OUTHDR(ps, pm)
2966 struct fuse_out_header *foh; local in function:perfuse_node_advlock
3086 struct fuse_out_header *foh; local in function:perfuse_node_read
3384 struct fuse_out_header *foh; local in function:perfuse_node_getextattr
3515 struct fuse_out_header *foh; local in function:perfuse_node_listextattr
    [all...]
  /src/usr.sbin/perfused/
msg.c 113 struct fuse_out_header foh; local in function:perfused_recv_early
122 len = sizeof(foh);
127 iov.iov_base = &foh;
152 len = foh.len;
284 struct fuse_out_header *foh; local in function:perfused_xchg_pb
320 foh = perfused_get_outhdr((perfuse_msg_t *)(void *)pb);
322 unique_out = foh->unique;
328 perfuse_opname(opcode), opcode, foh->error);
331 perfused_hexdump((char *)foh, foh->len)
393 struct fuse_out_header *foh; local in function:perfused_get_outhdr
440 struct fuse_out_header *foh; local in function:perfused_get_outpayload
481 struct fuse_out_header foh; local in function:perfused_readframe
621 struct fuse_out_header *foh; local in function:perfused_cmpframe
641 struct fuse_out_header *foh; local in function:perfused_gotframe
    [all...]

Completed in 14 milliseconds