Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/kyua-cli/dist/utils/logging/
Doperations.cpp214 logging::set_persistency(const std::string& new_level, const fs::path& path) in set_persistency() argument
221 if (new_level == "debug") in set_persistency()
223 else if (new_level == "error") in set_persistency()
225 else if (new_level == "info") in set_persistency()
227 else if (new_level == "warning") in set_persistency()
230 throw std::range_error(F("Unrecognized log level '%s'") % new_level); in set_persistency()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dbss.h210 static inline void wpa_bss_update_level(struct wpa_bss *bss, int new_level) in wpa_bss_update_level() argument
212 if (bss != NULL && new_level > -WPA_INVALID_NOISE && new_level < 0) in wpa_bss_update_level()
213 bss->level = new_level; in wpa_bss_update_level()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddnode_sync.c46 int new_level = dn->dn_next_nlevels[txgoff]; in dnode_increase_indirection() local
54 ASSERT(new_level > 1 && dn->dn_phys->dn_nlevels > 0); in dnode_increase_indirection()
59 dn->dn_phys->dn_nlevels = new_level; in dnode_increase_indirection()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc11091 struct tinst_level *new_level; in push_tinst_level_loc() local
11122 new_level = tinst_level_freelist ().alloc (); in push_tinst_level_loc()
11123 new_level->tldcl = tldcl; in push_tinst_level_loc()
11124 new_level->targs = targs; in push_tinst_level_loc()
11125 new_level->locus = loc; in push_tinst_level_loc()
11126 new_level->errors = errorcount + sorrycount; in push_tinst_level_loc()
11127 new_level->next = NULL; in push_tinst_level_loc()
11128 new_level->refcount = 0; in push_tinst_level_loc()
11129 new_level->path = new_level->visible = nullptr; in push_tinst_level_loc()
11130 set_refcount_ptr (new_level->next, current_tinst_level); in push_tinst_level_loc()
[all …]