HomeSort by: relevance | last modified time | path
    Searched defs:p1212_dir (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/std/
ieee1212var.h 35 struct p1212_dir;
72 struct p1212_dir { struct
76 void (*print)(struct p1212_dir *);
77 struct p1212_dir *parent;
79 TAILQ_HEAD(, p1212_dir) subdir_root;
80 TAILQ_ENTRY(p1212_dir) dir;
87 struct p1212_dir *root;
92 void p1212_walk(struct p1212_dir *, void *,
94 struct p1212_key **p1212_find(struct p1212_dir *, int, int, int);
95 void p1212_print(struct p1212_dir *);
    [all...]
ieee1212var.h 35 struct p1212_dir;
72 struct p1212_dir { struct
76 void (*print)(struct p1212_dir *);
77 struct p1212_dir *parent;
79 TAILQ_HEAD(, p1212_dir) subdir_root;
80 TAILQ_ENTRY(p1212_dir) dir;
87 struct p1212_dir *root;
92 void p1212_walk(struct p1212_dir *, void *,
94 struct p1212_key **p1212_find(struct p1212_dir *, int, int, int);
95 void p1212_print(struct p1212_dir *);
    [all...]

Completed in 22 milliseconds