Home
last modified time | relevance | path

Searched refs:_map (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h49 #define lockdep_init_map(_map, _name, _key, _x) do { } while(0) argument
112 #define lock_map_acquire(_map) do { } while (0) argument
113 #define lock_map_acquire_read(_map) do { } while (0) argument
114 #define lock_map_release(_map) do { } while (0) argument
/freebsd-14.2/tests/atf_python/
H A Datf_pytest.py78 _map: Dict[str, Dict] = {
90 if mark.name in _map:
91 if "handler" in _map[mark.name]:
92 _map[mark.name]["handler"](mark, obj, ret)
94 name = _map[mark.name].get("name", mark.name)
95 if "fmt" in _map[mark.name]:
96 val = _map[mark.name]["fmt"](mark.args[0])
/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py112 def _map(ret, name): function
142 def _map(ret, name): function
152 ret, errlist, snaps, lzc_exc.SnapshotDestructionFailure, _map)
160 def _map(ret, name): function
203 ret, errlist, bookmarks.keys(), lzc_exc.BookmarkFailure, _map)
218 def _map(ret, name): function
258 def _map(ret, name): function
305 def _map(ret, name): function
338 ret, errlist, holds.keys(), lzc_exc.HoldReleaseFailure, _map)
422 def _map(ret, name): function
[all …]
/freebsd-14.2/sys/dev/hid/
H A Dhidmap.c70 for (u_int _map = 0, _item = 0, _uoff_priv = -1; \
72 (hm), &_map, &_item, &_uoff_priv, &(uoff))) != NULL;)
/freebsd-14.2/sys/kern/
H A Dbus_if.m338 * @param _map the mapping
346 struct resource_map *_map;
361 * @param _map the mapping to release
368 struct resource_map *_map;
/freebsd-14.2/sys/dev/drm2/
H A DdrmP.h1647 #define DRM_GET_PRIV_SAREA(_dev, _ctx, _map) do { \ argument
1648 (_map) = (_dev)->context_sareas[_ctx]; \
/freebsd-14.2/contrib/sendmail/src/
H A Dsendmail.h1477 #define MAP struct _map