Home
last modified time | relevance | path

Searched refs:get_cfdata (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/usr.sbin/config/
Dukcutil.c50 get_cfdata(int idx) in get_cfdata() function
143 cd = get_cfdata(devno); in pdevnam()
200 cd = get_cfdata(devno); in pdev()
393 cd = get_cfdata(devno); in change()
400 c = get_cfdata(0); in change()
494 cd = get_cfdata(devno); in change_history()
501 c = get_cfdata(0); in change_history()
613 cd = get_cfdata(devno); in disable()
665 cd = get_cfdata(devno); in enable()
739 cd = get_cfdata(0); in common_attr_val()
[all …]
Dukc.h140 struct cfdata *get_cfdata(int);
Dukc.c199 cd = get_cfdata(0); /* get first item */ in init()
Dcmd.c210 cd = get_cfdata(0); in Xlist()