Home
last modified time | relevance | path

Searched refs:property_find (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/usr.sbin/sysinstall/
Dcdrom.c138 || !(cp = property_find(cd_attr, "CD_VERSION"))) {
168 if ((cp = property_find(cd_attr, "CD_MACHINE_ARCH")) != NULL) {
189 if ((cp = property_find(cd_attr, "CD_VOLUME")) != NULL) {
Ddist.c558 tmp = property_find(dist_attr, "Pieces"); in distExtractTarball()
590 tmp = property_find(dist_attr, fname); in distExtractTarball()
/freebsd-9-stable/sbin/gbde/
Dgbde.c577 p = property_find(params, "sector_size"); in cmd_init()
609 p = property_find(params, "first_sector"); in cmd_init()
617 p = property_find(params, "last_sector"); in cmd_init()
628 p = property_find(params, "total_sectors"); in cmd_init()
660 p = property_find(params, "number_of_keys"); in cmd_init()
706 p = property_find(params, "random_flush"); in cmd_init()
/freebsd-9-stable/lib/libutil/
DMakefile38 MLINKS+= property.3 property_find.3
Dproperty.c233 property_find(properties list, const char *name) in property_find() function
Dlibutil.h121 char *property_find(properties _list, const char *_name);