Home
last modified time | relevance | path

Searched refs:dump_file (Results 1 – 12 of 12) sorted by relevance

/src/contrib/netbsd-tests/share/mk/
H A Dcommon.subr30 dump_file() {
54 dump_file "${file}.h"
55 dump_file "${file}.c"
89 dump_file "${file}"
131 dump_file "${file}"
/src/crypto/krb5/src/kadmin/server/
H A Dipropd_svc.c38 extern char *dump_file;
344 handle->params.realm, vers, dump_file) < 0) { in ipropx_resync()
400 whoami, handle->params.realm, dump_file, kprop_port, in ipropx_resync()
403 dump_file, "-P", kprop_port, clhost, NULL); in ipropx_resync()
406 whoami, handle->params.realm, dump_file, clhost); in ipropx_resync()
408 dump_file, clhost, NULL); in ipropx_resync()
H A Dovsec_kadmd.c73 char *dump_file = KPROP_DEFAULT_FILE; variable
417 dump_file = *argv; in main()
/src/libexec/bootpd/
H A Dbootpd.h117 dump_file :1, member
173 *dump_file, member
H A Ddovend.c94 if (hp->flags.dump_file) { in dovend_rfc1497()
99 len = strlen(hp->dump_file->string); in dovend_rfc1497()
103 bcopy(hp->dump_file->string, vp, len); in dovend_rfc1497()
H A Ddumptab.c144 if (hp->flags.dump_file) { in dump_host()
145 fprintf(fp, "\\\n\t:df=%s:", hp->dump_file->string); in dump_host()
H A Dreadfile.c1056 PARSE_STR(dump_file); in eval_symbol()
1456 DUP_LINK(dump_file); in fill_defaults()
1891 del_string(hostptr->dump_file); in free_host()
/src/usr.bin/mkesdb/
H A Dyacc.y61 static void dump_file(void);
79 { dump_file(); }
129 dump_file(void) in dump_file() function
/src/contrib/wpa/hostapd/
H A Dwired.conf12 dump_file=/tmp/hostapd.dump
H A DChangeLog502 * replace dump_file functionality with same information being available
/src/usr.bin/mkcsmapper/
H A Dyacc.y84 static void dump_file(void);
122 { dump_file(); }
358 dump_file(void) in dump_file() function
/src/sys/contrib/dev/iwlwifi/fw/
H A Ddbg.c806 struct iwl_fw_error_dump_file *dump_file; in iwl_fw_error_dump_file() local
851 file_len = sizeof(*dump_file) + fifo_len + prph_len + radio_len; in iwl_fw_error_dump_file()
888 file_len = sizeof(*dump_file) + sizeof(*dump_data) * 2 + in iwl_fw_error_dump_file()
897 dump_file = vzalloc(file_len); in iwl_fw_error_dump_file()
898 if (!dump_file) in iwl_fw_error_dump_file()
901 fw_error_dump->fwrt_ptr = dump_file; in iwl_fw_error_dump_file()
903 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_fw_error_dump_file()
904 dump_data = (void *)dump_file->data; in iwl_fw_error_dump_file()
1049 dump_file->file_len = cpu_to_le32(file_len); in iwl_fw_error_dump_file()
1050 return dump_file; in iwl_fw_error_dump_file()
[all …]