Home
last modified time | relevance | path

Searched refs:za_lua_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_synctask.c122 {.za_name = "snapshot", .za_lua_type = LUA_TSTRING },
123 {.za_name = "newdataset", .za_lua_type = LUA_TSTRING },
165 {.za_name = "filesystem | snapshot", .za_lua_type = LUA_TSTRING },
169 {.za_name = "defer", .za_lua_type = LUA_TBOOLEAN },
218 {.za_name = "clone", .za_lua_type = LUA_TSTRING },
257 {.za_name = "filesystem", .za_lua_type = LUA_TSTRING },
287 .za_lua_type = LUA_TSTRING },
352 {.za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING },
353 {.za_name = "oldsnapname", .za_lua_type = LUA_TSTRING },
354 {.za_name = "newsnapname", .za_lua_type = LUA_TSTRING },
[all …]
H A Dzcp_iter.c119 { .za_name = "snapshot", .za_lua_type = LUA_TSTRING },
206 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING },
293 { .za_name = "filesystem | volume", .za_lua_type = LUA_TSTRING },
374 .za_lua_type = LUA_TSTRING },
396 .za_lua_type = LUA_TSTRING },
455 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
580 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
672 { .za_name = "snapshot", .za_lua_type = LUA_TSTRING },
H A Dzcp.c639 { .za_name = "debug string", .za_lua_type = LUA_TSTRING },
669 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
1261 msglen += strlen(lua_typename(state, pargs[i].za_lua_type)); in zcp_args_error()
1269 msglen += strlen(lua_typename(state, kwargs[i].za_lua_type)); in zcp_args_error()
1287 lua_typename(state, pargs[i].za_lua_type), len)); in zcp_args_error()
1297 lua_typename(state, kwargs[i].za_lua_type), len)); in zcp_args_error()
1329 } else if (type != pargs[i].za_lua_type) { in zcp_parse_table_args()
1333 lua_typename(state, pargs[i].za_lua_type)); in zcp_parse_table_args()
1354 if (type != LUA_TNIL && type != kwargs[i].za_lua_type) { in zcp_parse_table_args()
1358 lua_typename(state, kwargs[i].za_lua_type)); in zcp_parse_table_args()
[all …]
H A Dzcp_get.c775 { .za_name = "dataset", .za_lua_type = LUA_TSTRING },
776 { .za_name = "property", .za_lua_type = LUA_TSTRING },
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzcp.h172 const int za_lua_type; member