Searched refs:do_remove (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c56 static void do_remove(const char *, const char *);
120 do_remove(disk, argc==2?argv[1]:DEFAULT_BOOTFILE);
145 do_remove(const char *disk, const char *filename) function
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dddns.c124 int do_remove = 0; local
318 do_remove = 1;
334 do_remove = 1;
380 if (do_remove != 0) {
621 if (do_remove) {
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c478 bool *do_copy, bool *do_remove)
482 *do_copy = *do_remove = false;
531 *do_remove = (new_encountered_refcount && set_to_zero);
1932 bool do_copy, do_remove; local
1933 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove);
1942 if (do_remove)
2985 bool do_copy, do_remove; local
2987 &do_remove);
3027 if (do_remove)
477 gomp_decrement_refcount(splay_tree_key k, htab_t *refcount_set, bool delete_p, bool *do_copy, bool *do_remove) argument

Completed in 138 milliseconds