Searched refs:cfg_ptr (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/raidctl/
H A Draidctl.c416 void *cfg_ptr; local
420 cfg_ptr = &device_config;
422 do_ioctl(fd, RAIDFRAME_GET_INFO, &cfg_ptr, "RAIDFRAME_GET_INFO");
582 void *cfg_ptr; local
589 cfg_ptr = &device_config;
593 do_ioctl(fd, RAIDFRAME_GET_INFO, &cfg_ptr, "RAIDFRAME_GET_INFO");
649 void *cfg_ptr; local
656 cfg_ptr = &device_config;
657 do_ioctl(fd, RAIDFRAME_GET_INFO, &cfg_ptr,
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c492 struct config_tree *cfg_ptr = cfg_tree_history; local
495 for (cfg_ptr = cfg_tree_history;
496 cfg_ptr != NULL;
497 cfg_ptr = cfg_ptr->link)
498 return_value |= dump_config_tree(cfg_ptr, df, comment);

Completed in 227 milliseconds