Home
last modified time | relevance | path

Searched defs:pathq (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/kldconfig/
H A Dkldconfig.c120 setpath(struct pathhead *pathq) in setpath()
140 addpath(struct pathhead *pathq, char *path, int force, int insert) in addpath()
192 rempath(struct pathhead *pathq, char *path, int force, int insert __unused) in rempath()
224 showpath(struct pathhead *pathq) in showpath()
238 parsepath(struct pathhead *pathq, char *path, int uniq) in parsepath()
258 qstring(struct pathhead *pathq) in qstring()
315 struct pathhead pathq; in main() local