Home
last modified time | relevance | path

Searched refs:typenames (Results 1 – 6 of 6) sorted by path

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dnvlist.c1492 static const char *typenames[] = { variable
1527 for (i = 0; i < nitems(typenames); i++) { in nvpair_type_from_name()
1528 if (strcmp(name, typenames[i]) == 0) in nvpair_type_from_name()
1574 printf("%s [%d] %.*s", typenames[nvp_data->nv_type], in nvpair_print()
1658 typenames[nvp_data->nv_type], in nvpair_print()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c638 const char *typenames[] = { in dump_zpldir() local
665 typenames[ZFS_DIRENT_TYPE(attr.za_first_integer)]); in dump_zpldir()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DTYPES12 By convention, typenames begin with a capitol letter and end in _t.
/illumos-gate/usr/src/head/arpa/
H A Dftp.h64 char *typenames[] = variable
/illumos-gate/usr/src/lib/libzfsbootenv/common/
H A Dlzbe_pair.c137 static const char *typenames[] = { variable
172 for (i = 0; i < ARRAY_SIZE(typenames); i++) { in nvpair_type_from_name()
173 if (strcmp(name, typenames[i]) == 0) in nvpair_type_from_name()
/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c230 } typenames[] = { variable
267 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_typename()
268 if (typenames[i].sym == sym) in builtin_typename()
269 return typenames[i].name; in builtin_typename()
277 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_type_suffix()
278 if (typenames[i].sym == sym) in builtin_type_suffix()
279 return typenames[i].suffix; in builtin_type_suffix()
287 for (i = 0; i < ARRAY_SIZE(typenames); i++) in builtin_ctypename()
288 if (&typenames[i].sym->ctype == ctype) in builtin_ctypename()
289 return typenames[i].name; in builtin_ctypename()