Searched refs:ATYPE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/tools/lintdump/ |
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; in print_pass() 298 print_atype(ATYPE *atp, int nargs, ATYPE *args, const char *name) in print_atype() 351 print_mods(const char *name, ATYPE *atp, int nargs, ATYPE *args, uint_t pos) in print_mods() 414 lsu_add(const char *name, ATYPE *atp) in lsu_add() 479 (void) fseek(fp, sizeof (ATYPE) * nargs, SEEK_CUR); in lsu_build() 488 (void) fseek(fp, sizeof (ATYPE), SEEK_CUR); in lsu_build()
|
H A D | lnstuff.h | 84 } ATYPE; typedef 90 ATYPE type; /* type information */
|
/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 66 #define ATYPE "_atype" /* name of the address type nvpair */ macro 1064 if ((err = nvlist_add_string(*nvl, ATYPE, strval)) != 0) in i_ipmgmt_node2nvl() 1133 } else if (strcmp(ATYPE, name) == 0) { in ipmgmt_aobjmap_init()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 1785 #define ATYPE(x) \ in rule_addr_type() macro 1787 int bcval = ATYPE(bc->cand_flags); in rule_addr_type() 1788 int ccval = ATYPE(cc->cand_flags); in rule_addr_type() 1789 #undef ATYPE in rule_addr_type()
|