Home
last modified time | relevance | path

Searched refs:ent_u (Results 1 – 2 of 2) sorted by relevance

/dports/misc/urbit/urbit-urbit-0.6.0/vere/
H A Draft.c522 msg_u->rest.apen.ent_u = calloc( in _raft_rmsg_read()
526 u3_rent* ent_u = msg_u->rest.apen.ent_u; in _raft_rmsg_read() local
545 ent_u[i_d].bob_w = c3_malloc(4 * ent_u[i_d].len_w); in _raft_rmsg_read()
546 memcpy(ent_u[i_d].bob_w, buf_u->buf_y + red_i, 4 * ent_u[i_d].len_w); in _raft_rmsg_read()
547 red_i += 4 * ent_u[i_d].len_w; in _raft_rmsg_read()
630 u3_rent* ent_u = msg_u->rest.apen.ent_u; in _raft_rmsg_send() local
640 _raft_bytes_send(ron_u, ent_u[i_d].bob_w, ent_u[i_d].len_w); in _raft_rmsg_send()
659 free(msg_u->rest.apen.ent_u); in _raft_rmsg_free()
660 msg_u->rest.apen.ent_u = 0; in _raft_rmsg_free()
1173 msg_u->rest.apen.ent_u = ent_u; in _raft_write_apen()
[all …]
H A Dunix.c320 struct dirent ent_u; in _unix_scan_mount_point() local
324 if ( 0 != (err_w = readdir_r(rid_u, &ent_u, &out_u)) ) { in _unix_scan_mount_point()
852 struct dirent ent_u; in _unix_update_dir() local
856 if ( (err_w = readdir_r(rid_u, &ent_u, &out_u)) != 0 ) { in _unix_update_dir()
1039 struct dirent ent_u; in _unix_initial_update_dir() local
1043 if ( 0 != (err_w = readdir_r(rid_u, &ent_u, &out_u)) ) { in _unix_initial_update_dir()