Home
last modified time | relevance | path

Searched refs:ATYPE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/lintdump/
H A Dlintdump.c43 ATYPE atype;
65 static void print_atype(ATYPE *, int, ATYPE *, const char *);
66 static void print_mods(const char *, ATYPE *, int, ATYPE *, uint_t);
70 static int lsu_add(const char *, ATYPE *);
185 ATYPE atype, *args; in print_pass()
295 print_atype(ATYPE *atp, int nargs, ATYPE *args, const char *name) in print_atype()
348 print_mods(const char *name, ATYPE *atp, int nargs, ATYPE *args, uint_t pos) in print_mods()
411 lsu_add(const char *name, ATYPE *atp) in lsu_add()
476 (void) fseek(fp, sizeof (ATYPE) * nargs, SEEK_CUR); in lsu_build()
485 (void) fseek(fp, sizeof (ATYPE), SEEK_CUR); in lsu_build()
H A Dlnstuff.h82 } ATYPE; typedef
88 ATYPE type; /* type information */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1785 #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()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c70 #define ATYPE "_atype" /* name of the address type nvpair */ macro
1321 if ((err = nvlist_add_string(*nvl, ATYPE, strval)) != 0) in i_ipmgmt_node2nvl()
1403 } else if (strcmp(ATYPE, name) == 0) { in ipmgmt_aobjmap_init()