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

  /src/usr.sbin/rbootd/
rmpproto.c 178 struct rmp_packet *rpl; local in function:SendServerID
182 rpl = &rconn->rmp; /* cache ptr to RMP packet */
187 rpl->r_brpl.rmp_type = RMP_BOOT_REPL;
188 rpl->r_brpl.rmp_retcode = RMP_E_OKAY;
189 ZEROWORD(rpl->r_brpl.rmp_seqno);
190 rpl->r_brpl.rmp_session = 0;
191 rpl->r_brpl.rmp_version = htons(RMP_VERSION);
193 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */
200 dst = (char *) &rpl->r_brpl.rmp_flnm;
229 struct rmp_packet *rpl; local in function:SendFileNo
292 struct rmp_packet *rpl; local in function:SendBootRepl
406 struct rmp_packet *rpl, *req; local in function:SendReadRepl
522 struct rmp_packet *rpl; local in function:BootDone
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_offload.c 645 struct cpl_smt_write_rpl *rpl = cplhdr(m); local in function:do_smt_write_rpl
647 if (rpl->status != CPL_ERR_NONE)
650 rpl->status, GET_TID(rpl));
658 struct cpl_l2t_write_rpl *rpl = cplhdr(m); local in function:do_l2t_write_rpl
660 if (rpl->status != CPL_ERR_NONE)
663 rpl->status, GET_TID(rpl));
671 struct cpl_act_open_rpl *rpl = cplhdr(m); local in function:do_act_open_rpl
672 unsigned int atid = G_TID(ntohl(rpl->atid))
764 struct cpl_abort_rpl *rpl; local in function:do_abort_req_rss
811 struct cpl_set_tcb_rpl *rpl = cplhdr(m); local in function:do_set_tcb_rpl
    [all...]
  /src/sys/dist/pf/net/
if_pfsync.h 40 u_int32_t rpl; member in struct:pfsync_tdb

Completed in 12 milliseconds