| /src/usr.bin/rump_dhcpclient/ |
| configure.c | 290 struct rt *rtp, *rtl, *rtn; local 293 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) { 294 if (rtp->dest.s_addr != INADDR_ANY) 297 for (rtn = rt; rtn != rtp; rtn = rtn->next) { 299 if (rtn->dest.s_addr == rtp->gate.s_addr) 302 cp = (const char *)&rtp->gate.s_addr [all...] |
| /src/sys/compat/freebsd/ |
| freebsd_syscallargs.h | 330 syscallarg(struct freebsd_rtprio *) rtp; member in struct:freebsd_sys_rtprio_args
|
| /src/usr.sbin/mrouted/ |
| route.c | 36 static struct rtentry *rtp; /* pointer to a route entry */ variable in typeref:struct:rtentry 237 rtp = RT_ADDR; 242 * Starting at the route entry following the one to which 'rtp' points, 244 * match is found, return TRUE and leave 'rtp' pointing at the found entry. 245 * If no match is found, return FALSE and leave 'rtp' pointing to the route 255 r = rtp->rt_next; 258 rtp = r; 264 rtp = r; 274 * the routing table. The shared variable 'rtp' is assumed to point to the 304 r->rt_next = rtp->rt_next [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_atombios_dp.c | 510 int rtp = 0; local 515 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; 518 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; 521 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; 524 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0);
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_atombios_dp.c | 579 int rtp = 0; local 585 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; 588 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; 591 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; 594 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); 598 rtp = 0; 601 rtp = 1; 605 dp_info->dp_clock, dp_info->enc_id, rtp);
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 1507 const type_t *rtp = rn->u.ops.left->tn_type; local 1508 const sym_t *ec = rtp->u.enumer->en_first_enumerator; 1536 warning(348, (int)max_enum_value, max_ec->s_name, type_name(rtp), 2595 const type_t *rtp, tspec_t rt) 2604 error(171, type_name(ltp), type_name(rtp)); 2607 error(107, op_name(op), type_name(ltp), type_name(rtp)); 2618 const type_t *rtp, tspec_t rt) 2622 warn_incompatible_types(op, ltp, lt, rtp, rt); 2631 const type_t *rtp, tspec_t rt) 2636 warn_incompatible_types(op, ltp, lt, rtp, rt) 2789 type_t *ltp = ln->tn_type, *rtp = rn->tn_type; local 3243 type_t *ltp, *rtp, *lstp = NULL, *rstp = NULL; local 3559 type_t *rtp = mp->m_binary ? rn->tn_type : NULL; local [all...] |