Home | Sort by: relevance | last modified time | path |
/src/sys/net/ | |
if_ieee1394subr.c | 407 struct ieee1394_reass_pkt *rp, *trp, *nrp = NULL; local in function:ieee1394_reass 541 trp = malloc(sizeof(*trp), M_FTABLE, M_NOWAIT); 542 if (trp == NULL) { 546 trp->rp_m = m0; 547 trp->rp_size = size; 548 trp->rp_etype = etype; /* valid only if off==0 */ 549 trp->rp_off = off; 550 trp->rp_dgl = dgl; 551 trp->rp_len = len [all...] |
/src/sys/arch/alpha/include/ | |
alpha_instruction.h | 192 trp : 3, member in struct:__anon8bb70b0d010a::__anon8bb70b0d0a08 |