Searched refs:ATYPE (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/lintdump/ |
H A D | lnstuff.h | 84 } ATYPE; typedef in typeref:struct:__anon4478 90 ATYPE type; /* type information */
|
H A D | lintdump.c | 46 ATYPE atype; 68 static void print_atype(ATYPE *, int, ATYPE *, const char *); 69 static void print_mods(const char *, ATYPE *, int, ATYPE *, uint_t); 73 static int lsu_add(const char *, ATYPE *); 188 ATYPE atype, *args; 298 print_atype(ATYPE *atp, int nargs, ATYPE *args, const char *name) 351 print_mods(const char *name, ATYPE *at [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 67 #define ATYPE "_atype" /* name of the address type nvpair */ macro 1068 if ((err = nvlist_add_string(*nvl, ATYPE, strval)) != 0) 1137 } else if (strcmp(ATYPE, name) == 0) {
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 1785 #define ATYPE(x) \ macro 1787 int bcval = ATYPE(bc->cand_flags); 1788 int ccval = ATYPE(cc->cand_flags); 1789 #undef ATYPE macro
|
Completed in 54 milliseconds