OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deffstab
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/config/
main.c
136
struct nvhash *
deffstab
; /* defined file systems */
variable in typeref:struct:nvhash *
383
deffstab
= nvhash_create();
878
if (nvhash_insert(
deffstab
, nv->nv_name, nv))
943
if ((fs = nvhash_lookup(
deffstab
, name)) != NULL) {
965
if ((fs = nvhash_lookup(
deffstab
, name)) != NULL) {
main.c
136
struct nvhash *
deffstab
; /* defined file systems */
variable in typeref:struct:nvhash *
383
deffstab
= nvhash_create();
878
if (nvhash_insert(
deffstab
, nv->nv_name, nv))
943
if ((fs = nvhash_lookup(
deffstab
, name)) != NULL) {
965
if ((fs = nvhash_lookup(
deffstab
, name)) != NULL) {
Completed in 23 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025