Searched refs:_map (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | lockdep.h | 50 #define lockdep_init_map(_map, _name, _key, _x) do { } while(0) argument 104 #define lock_map_acquire(_map) do { } while (0) argument 105 #define lock_map_acquire_read(_map) do { } while (0) argument 106 #define lock_map_release(_map) do { } while (0) argument
|
| /freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _error_translation.py | 112 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-13.1/sys/dev/hid/ |
| H A D | hidmap.c | 72 for (u_int _map = 0, _item = 0, _uoff_priv = -1; \ 74 (hm), &_map, &_item, &_uoff_priv, &(uoff))) != NULL;)
|
| /freebsd-13.1/sys/kern/ |
| H A D | bus_if.m | 343 * @param _map the mapping 351 struct resource_map *_map; 366 * @param _map the mapping to release 373 struct resource_map *_map;
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drmP.h | 1649 #define DRM_GET_PRIV_SAREA(_dev, _ctx, _map) do { \ argument 1650 (_map) = (_dev)->context_sareas[_ctx]; \
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | sendmail.h | 1368 #define MAP struct _map
|