Home
last modified time | relevance | path

Searched refs:w_file (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/kern/
Dsubr_witness.c229 const char *w_file; /* File where last acquired */ member
782 w->w_file = "order list"; in witness_initialize()
787 w1->w_file = "order list"; in witness_initialize()
935 if (w->w_file != NULL && w->w_line != 0) in witness_ddb_display_descendants()
936 prnt(" -- last acquired @ %s:%d\n", fixup_filename(w->w_file), in witness_ddb_display_descendants()
958 if (w->w_file == NULL || w->w_ddb_level > 0) in witness_ddb_display_list()
1002 if (w->w_file != NULL || w->w_refcount == 0) in witness_ddb_display()
1394 w->w_file = file; in witness_lock()
1720 return (w->w_file); in witness_file()
1806 w->w_file = NULL; in depart()
[all …]
/freebsd-9-stable/contrib/groff/contrib/groffer/
Dgroffer2.sh4088 eval ${_UNSET} w_file;
4103 */) w_file=${p}${w_arg}; ;;
4104 *) w_file=${p}/${w_arg}; ;;
4106 if test -f "${w_file}" && test -x "${w_file}"
4108 obj w_file echo1;
4110 eval ${_UNSET} w_file;
4115 eval ${_UNSET} w_file;