Home
last modified time | relevance | path

Searched refs:supertype (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/sys/netgraph7/
H A Dng_parse.h282 const struct ng_parse_type *supertype; /* super-type, if any */ member
/dflybsd-src/sys/netgraph/
H A Dng_parse.h285 const struct ng_parse_type *supertype; /* super-type, if any */ member
/dflybsd-src/sys/netgraph/netgraph/
H A Dng_parse.c1691 t = t->supertype; in ng_get_parse_method()
1699 t = t->supertype; in ng_get_unparse_method()
1707 t = t->supertype; in ng_get_getDefault_method()
1715 t = t->supertype; in ng_get_getAlign_method()
/dflybsd-src/sbin/vinum/
H A Dcommands.c924 enum objecttype supertype; in vinum_attach() local
947 msg.otherobject = find_object(supername, &supertype); /* and the object to attach to */ in vinum_attach()
965 find_object(argv[1], &supertype); in vinum_attach()
966 if (supertype != plex_object) { /* huh? */ in vinum_attach()
979 find_object(argv[1], &supertype); in vinum_attach()
980 if (supertype != volume_object) { /* huh? */ in vinum_attach()
/dflybsd-src/sys/netgraph7/netgraph/
H A Dng_parse.c1887 t = t->supertype; in ng_get_parse_method()
1895 t = t->supertype; in ng_get_unparse_method()
1903 t = t->supertype; in ng_get_getDefault_method()
1911 t = t->supertype; in ng_get_getAlign_method()
/dflybsd-src/sys/netgraph7/ksocket/
H A Dng_ksocket.c216 return (*ng_ksocket_generic_sockaddr_type.supertype->parse) in ng_ksocket_sockaddr_parse()
367 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse) in ng_ksocket_sockaddr_unparse()
/dflybsd-src/sys/netgraph/ksocket/
H A Dng_ksocket.c214 return (*ng_ksocket_generic_sockaddr_type.supertype->parse) in ng_ksocket_sockaddr_parse()
366 return (*ng_ksocket_generic_sockaddr_type.supertype->unparse) in ng_ksocket_sockaddr_unparse()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree.def147 of this will point at the supertype (another INTEGER_TYPE,
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.def150 of this will point at the supertype (another INTEGER_TYPE,