Searched refs:argtype (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/tools/ |
| H A D | makesyscalls.lua | 609 argtype = argtype:gsub("_native ", "") 610 argtype = argtype:gsub("(struct [^ ]*)", "%1" .. 612 argtype = argtype:gsub("(union [^ ]*)", "%1" .. 617 type = argtype, 654 local argtype, argname 656 argtype = arg["type"] 659 argtype = trim(argtype:gsub("__restrict$", ""), nil) 680 elseif argtype:sub(1,1) == "u" or argtype == "size_t" then 713 argname, argtype, 835 argname, argtype, [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 459 zfs_type_t argtype; in zfs_for_each() local 466 argtype = types; in zfs_for_each() 468 argtype |= ZFS_TYPE_FILESYSTEM; in zfs_for_each() 470 argtype |= ZFS_TYPE_VOLUME; in zfs_for_each() 476 argtype); in zfs_for_each() 478 zhp = zfs_open(g_zfs, argv[i], argtype); in zfs_for_each()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1134 zfs_path_to_zhandle(libzfs_handle_t *hdl, const char *path, zfs_type_t argtype) argument 1143 return (zfs_open(hdl, path, argtype));
|
| H A D | libzfs.abi | 3330 …<parameter type-id='type-id-46' name='argtype' filepath='/home/fedora/zfs/lib/libzfs/libzfs_util.c…
|