Symbol: r_type
crypto/openssh/openbsd-compat/port-aix.h
59
#ifdef r_type
include/res_update.h
44
ns_type r_type; /*%< type number */
lib/libc/resolv/res_mkupdate.c
138
rtype = rrecp->r_type;
lib/libc/resolv/res_mkupdate.c
198
if (numrrs != 1 || rrecp->r_type != T_SOA)
lib/libc/resolv/res_mkupdate.c
217
switch (rrecp->r_type) {
lib/libc/resolv/res_mkupdate.c
256
if (rrecp->r_type == T_SOA) {
lib/libc/resolv/res_mkupdate.c
942
rrecp->r_type = (ns_type)type;
libexec/rbootd/rbootd.c
305
EnetStr(rtmp), rtmp->rmp.r_type);
libexec/rbootd/rmpproto.c
149
EnetStr(rconn), rmp->r_type);
libexec/rbootd/rmpproto.c
417
((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
libexec/rbootd/rmpproto.c
521
((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session):
libexec/rbootd/rmpproto.c
85
switch(rmp->r_type) { /* do what we came here to do */
libexec/rbootd/utils.c
117
switch(rmp->r_type) {
libexec/rbootd/utils.c
168
rmp->r_type);
sys/dev/bhnd/bcma/bcma_erom.c
242
uint8_t r_type;
sys/dev/bhnd/bcma/bcma_erom.c
251
r_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE);
sys/dev/bhnd/bcma/bcma_erom.c
252
error = bcma_erom_region_to_port_type(sc, r_type, &p_type);
sys/dev/proto/proto.h
37
u_int r_type:8;
sys/dev/proto/proto_core.c
101
r->r_type = type;
sys/dev/proto/proto_core.c
187
switch (r->r_type) {
sys/dev/proto/proto_core.c
198
(r->r_type == SYS_RES_IOPORT) ? "io" : "mem");
sys/dev/proto/proto_core.c
241
switch (r->r_type) {
sys/dev/proto/proto_core.c
244
bus_release_resource(dev, r->r_type, r->r_rid,
sys/dev/proto/proto_core.c
248
bus_release_resource(dev, r->r_type, r->r_rid,
sys/dev/proto/proto_core.c
254
bus_release_resource(dev, r->r_type, r->r_rid,
sys/dev/proto/proto_core.c
265
r->r_type = PROTO_RES_UNUSED;
sys/dev/proto/proto_core.c
314
if (r->r_type == PROTO_RES_BUSDMA)
sys/dev/proto/proto_core.c
356
buf.x1[0] = (r->r_type == PROTO_RES_PCICFG) ?
sys/dev/proto/proto_core.c
360
buf.x2[0] = (r->r_type == PROTO_RES_PCICFG) ?
sys/dev/proto/proto_core.c
364
buf.x4[0] = (r->r_type == PROTO_RES_PCICFG) ?
sys/dev/proto/proto_core.c
369
if (r->r_type == PROTO_RES_PCICFG)
sys/dev/proto/proto_core.c
415
if (r->r_type == PROTO_RES_PCICFG)
sys/dev/proto/proto_core.c
421
if (r->r_type == PROTO_RES_PCICFG)
sys/dev/proto/proto_core.c
427
if (r->r_type == PROTO_RES_PCICFG)
sys/dev/proto/proto_core.c
434
if (r->r_type == PROTO_RES_PCICFG)
sys/dev/proto/proto_core.c
462
if (r->r_type == PROTO_RES_BUSDMA) {
sys/dev/proto/proto_core.c
468
if (r->r_type == PROTO_RES_PCICFG)
sys/dev/proto/proto_core.c
474
if (r->r_type != PROTO_RES_BUSDMA) {
sys/dev/proto/proto_core.c
501
switch (r->r_type) {
sys/kern/subr_rman.c
901
r->__r_i->r_type = type;
sys/kern/subr_rman.c
907
return (r->__r_i->r_type);
sys/kern/subr_rman.c
94
int r_type; /* optional type for this resource. */