Searched refs:typeinfo (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 237 typeinfo = _type_info(typeid) 239 cfunc = getattr(_lib, "nvpair_value_%s" % (typeinfo.suffix,), None) 243 valptr = _ffi.new(typeinfo.ctype) 251 val.append(typeinfo.convert(valptr[0][i])) 256 valptr = _ffi.new(typeinfo.ctype) 260 val = typeinfo.convert(valptr[0])
|
| /f-stack/tools/ngctl/ |
| H A D | types.c | 93 struct typeinfo *const ti = &tlist->typeinfo[k]; in TypesCmd()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_message.h | 283 struct typeinfo { struct 297 struct typeinfo typeinfo[]; member
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_message.h | 281 struct typeinfo { struct 295 struct typeinfo typeinfo[]; argument
|
| H A D | ng_base.c | 425 DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ()); 2750 (num * sizeof(struct typeinfo)), M_NOWAIT); in ng_generic_msg() 2761 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; in ng_generic_msg()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 6257 } typeinfo; typedef 6260 typeinfo type_list = { "list", "LLEN", "items" }; 6265 typeinfo type_other = { "other", NULL, "?" }; 6267 static typeinfo* typeinfo_add(dict *types, char* name, typeinfo* type_template) { in typeinfo_add() 6268 typeinfo *info = zmalloc(sizeof(typeinfo)); in typeinfo_add() 6276 typeinfo *info = val; in type_free() 6322 typeinfo *type = NULL; in getKeyTypes() 6391 typeinfo **types = NULL; in findBigKeys() 6438 typeinfo *type = types[i]; in findBigKeys() 6494 typeinfo *type = dictGetVal(de); in findBigKeys() [all …]
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 429 DEFINE_PARSE_STRUCT_TYPE(typeinfo, TYPEINFO, ()); 2770 (num * sizeof(struct typeinfo)), M_NOWAIT); in ng_generic_msg() 2781 struct typeinfo *const tp = &tl->typeinfo[tl->numtypes]; in ng_generic_msg()
|