Home
last modified time | relevance | path

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

/netbsd-src/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); in main()
145 do_remove(const char *disk, const char *filename) in do_remove() function
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dddns.c124 int do_remove = 0; in ddns_updates() local
318 do_remove = 1; in ddns_updates()
334 do_remove = 1; in ddns_updates()
380 if (do_remove != 0) { in ddns_updates()
621 if (do_remove) { in ddns_updates()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c478 bool *do_copy, bool *do_remove) in gomp_decrement_refcount() argument
482 *do_copy = *do_remove = false; in gomp_decrement_refcount()
531 *do_remove = (new_encountered_refcount && set_to_zero); in gomp_decrement_refcount()
1932 bool do_copy, do_remove; in gomp_unmap_vars_internal() local
1933 gomp_decrement_refcount (k, refcount_set, false, &do_copy, &do_remove); in gomp_unmap_vars_internal()
1942 if (do_remove) in gomp_unmap_vars_internal()
2985 bool do_copy, do_remove; in gomp_exit_data() local
2987 &do_remove); in gomp_exit_data()
3027 if (do_remove) in gomp_exit_data()