Searched refs:mapfile (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/contrib/bash_completion.d/ |
H A D | zfs.in | 188 mapfile -t COMPREPLY < <(compgen -W "$list2 $extra" -- "$cur") 190 mapfile -t COMPREPLY < <(compgen -W "$list1 $extra" -- "$cur") 200 mapfile -t COMPREPLY < <(compgen -W "$options" -- "${cur##*,}") 213 mapfile -t COMPREPLY < <(compgen -W "-{$options}" -- "$cur") 247 mapfile -t COMPREPLY < <(compgen -W "$cmds -?" -- "$cur") 255 mapfile -t COMPREPLY < <(compgen -W "${prev%@*}# ${prev/@/#}" -- "$cur") 257 mapfile -t COMPREPLY < <(compgen -W "$(__zfs_match_snapshot)" -- "$cur") 263 … mapfile -t COMPREPLY < <(compgen -W "$(__zfs_get_editable_properties)" -- "$cur") 271 mapfile -t COMPREPLY < <(compgen -W "$(__zfs_list_datasets)" -- "$cur") 273 mapfile -t COMPREPLY < <(compgen -W "$(__zfs_match_snapshot)" -- "$cur") [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | zzz_fw_ports_fwget.sh | 236 mapfile=$(mktemp -p /tmp iwlwifi-mapfile.XXXXXX) 237 :> ${mapfile} 250 ) >> ${mapfile} 371 rm ${mapfile}
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | README | 15 be named 'mapfile.csv' (see below for mapfile format). 41 Using the JSON files and the mapfile, 'jevents' generates the C source file, 102 The mapfile enables multiple CPU models to share a single set of PMU events. 105 The mapfile.csv format is expected to be: 134 is the Version of the mapfile. 138 files, relative to the directory containing the mapfile.csv 146 $ grep Silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
|
H A D | json.c | 44 static char *mapfile(const char *fn, size_t *size) in mapfile() function 90 *map = mapfile(fn, size); in parse_json()
|
H A D | jevents.c | 896 pr_info("%s: Processing mapfile %s\n", prog, fpath); in process_mapfile() 1014 static char *mapfile; variable 1157 * Save the mapfile name for now. We will process mapfile in process_one_file() 1163 if (!strcmp(bname, "mapfile.csv")) { in process_one_file() 1164 mapfile = strdup(fpath); in process_one_file() 1192 * If mapfile refers to 'power7_core.json', we create a table in process_one_file() 1193 * named 'power7_core'. Any inconsistencies between the mapfile in process_one_file() 1220 * Starting in directory 'start_dirname', find the "mapfile.csv" and 1226 * From the mapfile, creat [all...] |
/freebsd/contrib/sendmail/makemap/ |
H A D | makemap.c | 169 readcf(cfile, mapfile, fullpath) in readcf() argument 171 char *mapfile; 191 mapname = mapfile; 192 if (!fullpath && mapfile != NULL) 194 p = strrchr(mapfile, '/'); 196 mapfile = ++p; 197 mapname = strdup(mapfile); 202 mapfile, sm_errstring(errno)); 334 if (mapname != mapfile && mapname != NULL)
|
/freebsd/tools/test/stress2/misc/ |
H A D | mountu.sh | 73 mapfile=/tmp/mountu.sh.map 85 exec 5>$mapfile 89 map=`cat $mapfile`; rm $mapfile; exec 5>&-
|
/freebsd/share/examples/ipfilter/l4check/ |
H A D | l4check.c | 451 mapfile(char *file, size_t *sizep) in mapfile() function 673 probe = mapfile(t, &plen); in readconfig() 727 response = mapfile(t, &rlen); in readconfig()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | tex | 108 0 search/1 @c\ @mapfile{ TeX font aliases text file
|