Searched refs:freeze (Results 1 - 25 of 73) sorted by relevance

123

/netbsd-current/external/gpl3/autoconf/dist/lib/autotest/
H A DMakefile.am46 include ../freeze.mk
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dpm.h54 int (*freeze)(struct device *); member in struct:dev_pm_ops
/netbsd-current/external/gpl3/autoconf/dist/lib/autoscan/
H A DMakefile.am30 ## are listed in freeze.mk. It also ensure that tests/autom4te
32 include ../freeze.mk
/netbsd-current/external/gpl3/autoconf/dist/lib/m4sugar/
H A DMakefile.am75 include ../freeze.mk
/netbsd-current/external/mpl/bind/dist/bin/tests/system/inline/
H A Dclean.sh20 ./freeze.test* thaw.test* \
/netbsd-current/external/gpl3/autoconf/dist/lib/
H A DMakefile.am20 EXTRA_DIST = autom4te.in freeze.mk
/netbsd-current/external/gpl3/autoconf/dist/lib/autoconf/
H A DMakefile.am54 include ../freeze.mk
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Dzone.c136 bool freeze = false; local
179 freeze = true;
196 if (freeze) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc121 strstreambuf::freeze(bool frozenflag) throw () function in class:strstreambuf
130 freeze(true);
378 ostrstream::freeze(bool freezeflag) throw () function in class:ostrstream
379 { _M_buf.freeze(freezeflag); }
405 strstream::freeze(bool freezeflag) throw () function in class:strstream
406 { _M_buf.freeze(freezeflag); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dstrstream.cc121 strstreambuf::freeze(bool frozenflag) throw () function in class:strstreambuf
130 freeze(true);
378 ostrstream::freeze(bool freezeflag) throw () function in class:ostrstream
379 { _M_buf.freeze(freezeflag); }
405 strstream::freeze(bool freezeflag) throw () function in class:strstream
406 { _M_buf.freeze(freezeflag); }
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dzt.h168 dns_zt_freezezones(dns_zt_t *zt, dns_view_t *view, bool freeze);
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dzt.h166 dns_zt_freezezones(dns_zt_t *zt, dns_view_t *view, bool freeze);
/netbsd-current/usr.bin/m4/
H A Dmain.c89 const char *freeze = NULL; /* -F to freeze state */ variable
201 { "freeze-state", required_argument, 0, 'F' },
267 freeze = optarg;
269 if ((freezef = fopen(freeze, "w")) == NULL)
270 err(EXIT_FAILURE, "Can't open `%s'", freeze);
411 if (freeze)
412 freeze_state(freeze);
788 { "-F, --freeze-state=file", "save state to file" },
/netbsd-current/external/gpl3/autoconf/dist/bin/
H A Dautom4te.in86 # Do we freeze?
87 my $freeze = 0;
184 -F, --freeze produce an M4 frozen state file for FILES
358 "F|freeze" => \$freeze,
374 fatal "cannot freeze and trace"
375 if $freeze && @trace;
377 if $freeze;
922 # freeze ($OUTPUT)
924 sub freeze (
[all...]
H A DMakefile.am18 include ../lib/freeze.mk
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dzt.c64 bool freeze; member in struct:zt_freeze_params
386 dns_zt_freezezones(dns_zt_t *zt, dns_view_t *view, bool freeze) { argument
388 struct zt_freeze_params params = { view, freeze };
437 if (params->freeze) {
445 dns_zone_setupdatedisabled(zone, params->freeze);
473 params->freeze ? "freezing" : "thawing", zonename,
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dzt.c64 bool freeze; member in struct:zt_freeze_params
382 dns_zt_freezezones(dns_zt_t *zt, dns_view_t *view, bool freeze) { argument
384 struct zt_freeze_params params = { view, freeze };
433 if (params->freeze) {
441 dns_zone_setupdatedisabled(zone, params->freeze);
469 params->freeze ? "freezing" : "thawing", zonename,
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtarget.h346 There can be nested calls to pause_all, so a freeze counter
348 virtual void pause_all (bool freeze);
573 #define target_pause_all(freeze) \
574 the_target->pause_all (freeze)
/netbsd-current/games/rogue/
H A Dspec_hit.c61 static void freeze(object *);
85 freeze(monster);
123 freeze(object *monster) function
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtarget.h328 There can be nested calls to pause_all, so a freeze counter
330 virtual void pause_all (bool freeze);
586 #define target_pause_all(freeze) \
587 the_target->pause_all (freeze)
/netbsd-current/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_drv.c172 .freeze = vbox_pm_freeze,
/netbsd-current/sys/arch/x68k/stand/boot/
H A Dsrt0.S65 movl #0x200,%d0 | data freeze bit
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsmult_curve25519_ref.c53 static void freeze(unsigned int a[32]) function
265 freeze(work + 64);
/netbsd-current/sys/dev/ieee1394/
H A Dsbp.c288 uint16_t freeze; member in struct:sbp_dev
947 sdev->freeze++;
1204 scsipi_periph_thaw(sdev->periph, sdev->freeze);
1206 sdev->freeze = 0;
1840 sdev->freeze++;
2091 scsipi_periph_thaw(sdev->periph, sdev->freeze);
2093 sdev->freeze = 0;
2139 tsdev->freeze++;
2195 sdev->freeze++;
2270 if (sdev->freeze
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rndc/
H A Dtests.sh49 echo_i "rndc freeze"
50 $RNDCCMD 10.53.0.2 freeze | sed 's/^/ns2 /' | cat_i
217 $RNDCCMD 10.53.0.2 freeze static >rndc.out.1.test$n 2>&1 && ret=1
236 $RNDCCMD 10.53.0.2 freeze other 2>&1 | sed 's/^/ns2 /' | cat_i
280 $RNDCCMD 10.53.0.2 freeze nil 2>&1 | sed 's/^/ns2 /' | cat_i
707 echo_i "check 'rndc freeze' with in-view zones works ($n)"
709 $RNDC -s 10.53.0.4 -p ${EXTRAPORT6} -c ns4/key6.conf freeze >rndc.out.test$n 2>&1 || ret=1
788 echo_i "rndc freeze"
789 $RNDCCMD 10.53.0.7 freeze | sed 's/^/ns7 /' | cat_i | cat_i

Completed in 441 milliseconds

123