Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/dm/delay/
H A Ddm_target_delay.c73 static int _table(struct dm_delay_info*, char*);
185 p += _table(&tdc->read, p); in dm_target_delay_table()
188 _table(&tdc->write, p); in dm_target_delay_table()
194 static int _table(struct dm_delay_info *di, char *p) in _table() function
/dragonfly/lib/libncurses/include/
H A Dcomp_userdefs.c1160 #define build_names(root) _nc_build_names(&_nc_##root##_table, \
1164 #define build_names(root) _nc_ ## root ## _table
/dragonfly/usr.sbin/mfiutil/
H A Dmfiutil.h56 #define MFI_DATASET(name) mfiutil_ ## name ## _table
/dragonfly/usr.sbin/mpsutil/
H A Dmpsutil.h63 #define MPS_DATASET(name) mpsutil_ ## name ## _table
/dragonfly/usr.sbin/mptutil/
H A Dmptutil.h68 #define MPT_DATASET(name) mptutil_ ## name ## _table
/dragonfly/contrib/lvm2/dist/tools/
H A Ddmsetup.c165 static char *_table; variable
232 if (_table) in _parse_file()
233 return _parse_line(dmt, _table, "", ++line); in _parse_file()
2899 _table = dm_malloc(LOOP_TABLE_SIZE); in _process_losetup_switches()
2900 if (!_loop_table(_table, (size_t) LOOP_TABLE_SIZE, loop_file, device_name, offset)) { in _process_losetup_switches()
3109 _table = optarg; in _process_switches()
/dragonfly/contrib/less/
H A Dcharset.c809 …}; struct wchar_range_table name##_table = { name##_array, sizeof(name##_array)/sizeof(*name##_arr…