Searched refs:_map (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | lockdep.h | 49 #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/tests/atf_python/ |
H A D | atf_pytest.py | 78 _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/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _error_translation.py | 113 def _map(ret, name): function 136 _handle_err_list(ret, errlist, snaps, lzc_exc.SnapshotFailure, _map) 143 def _map(ret, name): function 153 ret, errlist, snaps, lzc_exc.SnapshotDestructionFailure, _map) 161 def _map(ret, name): function 204 ret, errlist, bookmarks.keys(), lzc_exc.BookmarkFailure, _map) 219 def _map(ret, name): function 225 ret, errlist, bookmarks, lzc_exc.BookmarkDestructionFailure, _map) 259 def _map(ret, name): function 295 _handle_err_list(ret, errlist, holds.keys(), lzc_exc.HoldFailure, _map) [all …]
|
/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 70 for (u_int _map = 0, _item = 0, _uoff_priv = -1; \ 72 (hm), &_map, &_item, &_uoff_priv, &(uoff))) != NULL;)
|
/freebsd/sys/kern/ |
H A D | bus_if.m | 333 * @param _map the mapping 340 struct resource_map *_map; 354 * @param _map the mapping to release 360 struct resource_map *_map;
|
/freebsd/sys/dev/drm2/ |
H A D | drmP.h | 1647 #define DRM_GET_PRIV_SAREA(_dev, _ctx, _map) do { \ argument 1648 (_map) = (_dev)->context_sareas[_ctx]; \
|
/freebsd/contrib/sendmail/src/ |
H A D | sendmail.h | 1477 #define MAP struct _map
|