| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | strict.lua | 11 local mt = getmetatable(_G) 12 if mt == nil then 13 mt = {} 14 setmetatable(_G, mt) 17 mt.__declared = {} 24 mt.__newindex = function (t, n, v) 25 if not mt.__declared[n] then 30 mt.__declared[n] = true 35 mt.__index = function (t, n) 36 if not mt.__declared[n] and what() ~= "C" then
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltm.c | 62 Table *mt; in luaT_gettmbyobj() local 65 mt = hvalue(o)->metatable; in luaT_gettmbyobj() 68 mt = uvalue(o)->metatable; in luaT_gettmbyobj() 71 mt = G(L)->mt[ttype(o)]; in luaT_gettmbyobj() 73 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
|
| H A D | lapi.c | 589 Table *mt = NULL; in lua_getmetatable() local 595 mt = hvalue(obj)->metatable; in lua_getmetatable() 601 mt = G(L)->mt[ttype(obj)]; in lua_getmetatable() 604 if (mt == NULL) in lua_getmetatable() 607 sethvalue(L, L->top, mt); in lua_getmetatable() 699 Table *mt; in lua_setmetatable() local 705 mt = NULL; in lua_setmetatable() 708 mt = hvalue(L->top - 1); in lua_setmetatable() 713 if (mt) in lua_setmetatable() 719 if (mt) in lua_setmetatable() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltm.c | 63 Table *mt; in luaT_gettmbyobj() local 66 mt = hvalue(o)->metatable; in luaT_gettmbyobj() 69 mt = uvalue(o)->metatable; in luaT_gettmbyobj() 72 mt = G(L)->mt[ttypenv(o)]; in luaT_gettmbyobj() 74 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
|
| H A D | lstate.c | 163 TValue mt; in init_registry() local 169 setthvalue(L, &mt, L); in init_registry() 170 luaH_setint(L, registry, LUA_RIDX_MAINTHREAD, &mt); in init_registry() 172 sethvalue(L, &mt, luaH_new(L)); in init_registry() 173 luaH_setint(L, registry, LUA_RIDX_GLOBALS, &mt); in init_registry() 305 for (i=0; i < LUA_NUMTAGS; i++) g->mt[i] = NULL; in lua_newstate()
|
| H A D | lapi.c | 685 Table *mt = NULL; in lua_getmetatable() local 691 mt = hvalue(obj)->metatable; in lua_getmetatable() 697 mt = G(L)->mt[ttypenv(obj)]; in lua_getmetatable() 700 if (mt == NULL) in lua_getmetatable() 703 sethvalue(L, L->top, mt); in lua_getmetatable() 811 Table *mt; in lua_setmetatable() local 816 mt = NULL; in lua_setmetatable() 819 mt = hvalue(L->top - 1); in lua_setmetatable() 824 if (mt) { in lua_setmetatable() 832 if (mt) { in lua_setmetatable() [all …]
|
| /f-stack/freebsd/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 141 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-s-$(package.pathversio… 146 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-sgd-$(package.pathvers… 151 …<AdditionalDependencies>$(package.target)-x64-$(package.platformtoolset)-mt-s-$(package.pathversio… 156 …<AdditionalDependencies>$(package.target)-x64-$(package.platformtoolset)-mt-sgd-$(package.pathvers… 163 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-s-$(package.pathversio… 168 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-sgd-$(package.pathvers… 173 …<AdditionalDependencies>$(package.target)-x64-$(package.platformtoolset)-mt-s-$(package.pathversio… 185 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-$(package.pathversion)… 190 …<AdditionalDependencies>$(package.target)-x86-$(package.platformtoolset)-mt-gd-$(package.pathversi… 195 …<AdditionalDependencies>$(package.target)-x64-$(package.platformtoolset)-mt-$(package.pathversion)… [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_mech_tabs.c | 129 crypto_mech_type_t mt; in kcf_mech_hash_find() local 131 mt = CRYPTO_MECH_INVALID; in kcf_mech_hash_find() 133 mt = *(crypto_mech_type_t *)hv; in kcf_mech_hash_find() 134 ASSERT(mt != CRYPTO_MECH_INVALID); in kcf_mech_hash_find() 137 return (mt); in kcf_mech_hash_find() 296 crypto_mech_type_t mt; in kcf_create_mech_entry() local 310 mt = kcf_mech_hash_find(mechname); in kcf_create_mech_entry() 311 if (mt != CRYPTO_MECH_INVALID) { in kcf_create_mech_entry() 472 if (mt == CRYPTO_MECH_INVALID) in kcf_add_mech_provider() 499 mil->ml_kcf_mechid = mt; in kcf_add_mech_provider() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/mediatek/ |
| H A D | mediatek,vcodecsys.txt | 14 The available clocks are defined in dt-bindings/clock/mt*-clk.h. 18 The available power doamins are defined in dt-bindings/power/mt*-power.h.
|
| H A D | mediatek,mipi0a.txt | 15 The available clocks are defined in dt-bindings/clock/mt*-clk.h. 19 The available power doamins are defined in dt-bindings/power/mt*-power.h.
|
| H A D | mediatek,infracfg.txt | 27 The available clocks are defined in dt-bindings/clock/mt*-clk.h. 31 dt-bindings/reset/mt*-resets.h
|
| H A D | mediatek,jpgdecsys.txt | 14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
|
| H A D | mediatek,ipesys.txt | 14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
|
| H A D | mediatek,vencltsys.txt | 14 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
|
| H A D | mediatek,sgmiisys.txt | 15 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
|
| H A D | mediatek,mcucfg.txt | 15 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_dir.c | 71 matchtype_t mt, uint64_t *zoid) in zfs_match_find() argument 82 zoid, mt, NULL, 0, NULL); in zfs_match_find() 116 matchtype_t mt = 0; in zfs_dirent_lookup() local 149 mt = MT_NORMALIZE; in zfs_dirent_lookup() 157 mt |= MT_MATCH_CASE; in zfs_dirent_lookup() 181 error = zfs_match_find(zfsvfs, dzp, name, mt, &zoid); in zfs_dirent_lookup() 684 matchtype_t mt = MT_NORMALIZE; in zfs_dropname() local 687 mt |= MT_MATCH_CASE; in zfs_dropname() 691 name, mt, tx); in zfs_dropname()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_dir.c | 64 matchtype_t mt, boolean_t update, int *deflags, pathname_t *rpnp, in zfs_match_find() argument 84 zoid, mt, buf, bufsz, &conflict); in zfs_match_find() 149 matchtype_t mt = 0; in zfs_dirent_lock() local 193 mt = MT_NORMALIZE; in zfs_dirent_lock() 203 mt |= MT_MATCH_CASE; in zfs_dirent_lock() 317 error = zfs_match_find(zfsvfs, dzp, name, mt, in zfs_dirent_lock() 910 matchtype_t mt = MT_NORMALIZE; in zfs_dropname() local 916 mt |= MT_MATCH_CASE; in zfs_dropname() 920 dl->dl_name, mt, tx); in zfs_dropname()
|
| /f-stack/freebsd/net/ |
| H A D | mp_ring.c | 251 mp_ring_can_drain_t can_drain, struct malloc_type *mt, int flags) in ifmp_ring_alloc() argument 263 r = malloc(__offsetof(struct ifmp_ring, items[size]), mt, flags | M_ZERO); in ifmp_ring_alloc() 268 r->mt = mt; in ifmp_ring_alloc() 311 free(r, r->mt); in ifmp_ring_free()
|
| H A D | mp_ring.h | 52 struct malloc_type * mt; member
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_pthread.m4 | 131 ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pth… 143 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it 147 # because the compiler interprets this as "-mt" + "-hreads") 165 # From the cc(1) man page: "[-mt] Sets various -D flags to enable 168 ax_pthread_flags="-mt -pthread pthread $ax_pthread_flags" 195 # standard Solaris way of linking pthreads (-mt -lpthread). 197 ax_pthread_flags="-mt,pthread pthread $ax_pthread_flags" 331 -mt,pthread) 332 AC_MSG_CHECKING([whether pthreads work with -mt -lpthread]) 333 PTHREAD_CFLAGS="-mt"
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 1162 vm_page_t mt; in vnode_pager_generic_getpages_done() local 1165 mt = bp->b_pages[i]; in vnode_pager_generic_getpages_done() 1166 if (mt == bogus_page) in vnode_pager_generic_getpages_done() 1173 vm_page_valid(mt); in vnode_pager_generic_getpages_done() 1174 KASSERT(mt->dirty == 0, in vnode_pager_generic_getpages_done() 1175 ("%s: page %p is dirty", __func__, mt)); in vnode_pager_generic_getpages_done() 1176 KASSERT(!pmap_page_is_mapped(mt), in vnode_pager_generic_getpages_done() 1186 vm_page_set_valid_range(mt, 0, in vnode_pager_generic_getpages_done() 1188 KASSERT((mt->dirty & vm_page_bits(0, in vnode_pager_generic_getpages_done() 1190 ("%s: page %p is dirty", __func__, mt)); in vnode_pager_generic_getpages_done() [all …]
|
| H A D | vm_pageout.c | 506 vm_page_t mt = mc[i]; in vm_pageout_flush() local 509 !pmap_page_is_write_mapped(mt), in vm_pageout_flush() 510 ("vm_pageout_flush: page %p is not write protected", mt)); in vm_pageout_flush() 517 if (vm_page_in_laundry(mt)) in vm_pageout_flush() 518 vm_page_deactivate_noreuse(mt); in vm_pageout_flush() 530 vm_page_undirty(mt); in vm_pageout_flush() 531 if (vm_page_in_laundry(mt)) in vm_pageout_flush() 532 vm_page_deactivate_noreuse(mt); in vm_pageout_flush() 550 vm_page_unswappable(mt); in vm_pageout_flush() 553 vm_page_activate(mt); in vm_pageout_flush() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap_micro.c | 182 zn->zn_matchtype = mt; in zap_name_alloc() 190 if (mt & MT_MATCH_CASE) in zap_name_alloc() 206 if (mt != 0) { in zap_name_alloc() 969 matchtype_t mt, char *realname, int rn_len, in zap_lookup_impl() argument 974 zap_name_t *zn = zap_name_alloc(zap, name, mt); in zap_lookup_impl() 1009 matchtype_t mt, char *realname, int rn_len, in zap_lookup_norm() argument 1057 matchtype_t mt, char *realname, int rn_len, in zap_lookup_norm_by_dnode() argument 1396 matchtype_t mt, dmu_tx_t *tx) in zap_remove_impl() argument 1400 zap_name_t *zn = zap_name_alloc(zap, name, mt); in zap_remove_impl() 1422 matchtype_t mt, dmu_tx_t *tx) in zap_remove_norm() argument [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | module.c | 2912 if (memcmp(name,mt->name,sizeof(mt->name)) == 0) { in moduleTypeLookupModuleByName() 2914 return mt; in moduleTypeLookupModuleByName() 2930 moduleType *mt; in moduleTypeLookupModuleByID() member 2939 moduleType *mt = NULL; in moduleTypeLookupModuleByID() local 2964 cache[j].mt = mt; in moduleTypeLookupModuleByID() 2966 return mt; in moduleTypeLookupModuleByID() 3067 moduleType *mt = zcalloc(sizeof(*mt)); in RM_CreateDataType() local 3068 mt->id = id; in RM_CreateDataType() 3075 mt->free = tms->free; in RM_CreateDataType() 3076 memcpy(mt->name,name,sizeof(mt->name)); in RM_CreateDataType() [all …]
|