Searched refs:property_find (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/usr.sbin/sysinstall/ |
| D | cdrom.c | 138 || !(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) {
|
| D | dist.c | 558 tmp = property_find(dist_attr, "Pieces"); in distExtractTarball() 590 tmp = property_find(dist_attr, fname); in distExtractTarball()
|
| /freebsd-9-stable/sbin/gbde/ |
| D | gbde.c | 577 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/ |
| D | Makefile | 38 MLINKS+= property.3 property_find.3
|
| D | property.c | 233 property_find(properties list, const char *name) in property_find() function
|
| D | libutil.h | 121 char *property_find(properties _list, const char *_name);
|