Searched refs:za_lua_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp_synctask.c | 106 {.za_name = "filesystem | snapshot", .za_lua_type = LUA_TSTRING}, 110 {.za_name = "defer", .za_lua_type = LUA_TBOOLEAN}, 159 {.za_name = "clone", .za_lua_type = LUA_TSTRING}, 198 {.za_name = "filesystem", .za_lua_type = LUA_TSTRING}, 228 .za_lua_type = LUA_TSTRING},
|
| H A D | zcp.c | 656 { .za_name = "debug string", .za_lua_type = LUA_TSTRING}, 685 { .za_name = "dataset", .za_lua_type = LUA_TSTRING}, 1233 msglen += strlen(lua_typename(state, pargs[i].za_lua_type)); in zcp_args_error() 1259 lua_typename(state, pargs[i].za_lua_type), len)); in zcp_args_error() 1269 lua_typename(state, kwargs[i].za_lua_type), len)); in zcp_args_error() 1301 } else if (type != pargs[i].za_lua_type) { in zcp_parse_table_args() 1305 lua_typename(state, pargs[i].za_lua_type)); in zcp_parse_table_args() 1326 if (type != LUA_TNIL && type != kwargs[i].za_lua_type) { in zcp_parse_table_args() 1330 lua_typename(state, kwargs[i].za_lua_type)); in zcp_parse_table_args() 1376 } else if (type != pargs[i].za_lua_type) { in zcp_parse_pos_args() [all …]
|
| H A D | zcp_iter.c | 112 { .za_name = "snapshot", .za_lua_type = LUA_TSTRING}, 201 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING}, 302 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING}, 383 .za_lua_type = LUA_TSTRING}, 441 { .za_name = "dataset", .za_lua_type = LUA_TSTRING},
|
| H A D | zcp_get.c | 802 { .za_name = "dataset", .za_lua_type = LUA_TSTRING}, 803 { .za_name = "property", .za_lua_type = LUA_TSTRING},
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | zcp.h | 132 const int za_lua_type; member
|