rde
u_int8_t rde[2]; /* root directory entries */
u_int rde; /* root directory entries */
bpb.rde = 0;
bpb.rde = opt_e;
howmany(bpb.rde ? bpb.rde : DEFRDE,
else if (bpb.rde || bpb.bsec <
if (fat != 32 && !bpb.rde)
bpb.rde = DEFRDE;
rds = howmany(bpb.rde, bpb.bps / sizeof(struct de));
mk2(bsbpb->rde, bpb.rde);
if (bpb->rde)
printf(" rde=%u", bpb->rde);
imsg_send_sockets(struct imsgbuf *se, struct imsgbuf *rde, struct imsgbuf *rtr)
if (imsg_compose(rde, IMSG_SOCKET_CONN, 0, 0, pipe_s2r[1],
if (imsg_compose(rde, IMSG_SOCKET_CONN_CTL, 0, 0, pipe_s2r_ctl[1],
if (imsg_compose(rde, IMSG_SOCKET_CONN_RTR, 0, 0, pipe_r2r[1],
mrt_init(struct imsgbuf *rde, struct imsgbuf *se)
mrt_imsgbuf[RDEIDX] = rde;
rde_pid = rde(conf, pipe_parent2rde, pipe_dvmrpe2rde,
pid_t rde(struct dvmrpd_conf *, int [2], int [2], int [2]);
rde(debug, global.cmd_opts & EIGRPD_OPT_VERBOSE);
void rde(int, int);
u_int8_t rde[2]; /* root directory entries */
u_int rde; /* root directory entries */
{ .bps = a, .spc = b, .res = c, .nft = d, .rde = e, \
bpb.rde = 0;
bpb.rde = o.directory_entries;
howmany(bpb.rde ? bpb.rde : DEFRDE,
else if (bpb.rde || bpb.bsec <
if (o.fat_type != 32 && !bpb.rde)
bpb.rde = DEFRDE;
rds = howmany(bpb.rde, bpb.bps / sizeof(struct de));
mk2(bsbpb->rde, bpb.rde);
if (bpb->rde)
printf(" rde=%u", bpb->rde);
rde_pid = rde(ospfd_conf, pipe_parent2rde, pipe_ospfe2rde,
pid_t rde(struct ospfd_conf *, int [2], int [2], int [2]);
rde_pid = rde(ospfd_conf, pipe_parent2rde, pipe_ospfe2rde,
pid_t rde(struct ospfd_conf *, int [2], int [2], int [2]);
pid_t rde(struct ripd_conf *, int [2], int [2], int [2]);
rde_pid = rde(conf, pipe_parent2rde, pipe_ripe2rde, pipe_parent2ripe);