Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/config/
H A Dukcutil.c47 get_cfdata(int idx) in get_cfdata() function
150 cd = get_cfdata(devno); in pdevnam()
205 cd = get_cfdata(devno); in pdev()
399 cd = get_cfdata(devno); in change()
406 c = get_cfdata(0); in change()
498 cd = get_cfdata(devno); in change_history()
505 c = get_cfdata(0); in change_history()
613 cd = get_cfdata(devno); in disable()
676 cd = get_cfdata(devno); in enable()
762 cd = get_cfdata(0); in common_attr_val()
[all …]
H A Dukc.h94 struct cfdata *get_cfdata(int);
H A Dukc.c187 if ((cd = get_cfdata(0)) == NULL) /* get first item */ in init()
H A Dcmd.c202 cd = get_cfdata(0); in Xlist()