HomeSort by: relevance | last modified time | path
    Searched refs:check_status (Results 1 - 18 of 18) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/synthfromdnssec/
tests.sh 42 check_status() { function
128 check_status NXDOMAIN dig.out.ns${ns}.test$n || ret=1
139 check_status NXDOMAIN dig.out.ns${ns}.test$n || ret=1
150 check_status NOERROR dig.out.ns${ns}.test$n || ret=1
161 check_status NOERROR dig.out.ns${ns}.test$n || ret=1
172 check_status NOERROR dig.out.ns${ns}.test$n || ret=1
183 check_status NOERROR dig.out.ns${ns}.test$n || ret=1
195 check_status NOERROR dig.out.ns${ns}.test$n || ret=1
207 check_status NOERROR dig.out.txt.ns${ns}.test$n || ret=1
219 check_status NXDOMAIN dig.out.ns${ns}.test$n || ret=
    [all...]
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_status.c 196 check_status(nvlist_t *config, boolean_t isimport) function
381 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE);
394 zpool_status_t ret = check_status(config, B_TRUE);
  /src/external/gpl3/gdb.old/dist/gdb/
break-catch-throw.c 93 void check_status (struct bpstat *bs) override;
159 /* Implement the 'check_status' method. */
162 exception_catchpoint::check_status (struct bpstat *bs)
166 this->breakpoint::check_status (bs);
160 exception_catchpoint::check_status (struct bpstat *bs) function in class:exception_catchpoint
break-catch-load.c 56 void check_status (struct bpstat *bs) override;
115 solib_catchpoint::check_status (struct bpstat *bs) function in class:solib_catchpoint
breakpoint.h 749 virtual void check_status (struct bpstat *bs)
1014 void check_status (struct bpstat *bs) override;
748 virtual void check_status (struct bpstat *bs) function in struct:breakpoint
amd-dbgapi-target.c 487 void check_status (struct bpstat *bs) override;
497 amd_dbgapi_target_breakpoint::check_status (struct bpstat *bs) function in class:amd_dbgapi_target_breakpoint
1231 - amd_dbgapi_target_breakpoint::check_status calls
1234 - amd_dbgapi_target_breakpoint::check_status calls
1238 When amd_dbgapi_target_breakpoint::check_status is called, the current
breakpoint.c 361 void check_status (struct bpstat *bs) override;
398 void check_status (struct bpstat *bs) override;
5957 b->check_status (bs);
9927 watchpoint::check_status (bpstat *bs)
12216 internal_breakpoint::check_status (bpstat *bs)
12293 momentary_breakpoint::check_status (bpstat *bs)
12459 check_status hook instead because that would make the dprintf's
9919 watchpoint::check_status (bpstat *bs) function in class:watchpoint
12205 internal_breakpoint::check_status (bpstat *bs) function in class:internal_breakpoint
12282 momentary_breakpoint::check_status (bpstat *bs) function in class:momentary_breakpoint
ada-lang.c 12086 void check_status (struct bpstat *bs) override;
12094 /* A helper function for check_status. Returns true if we should
12261 /* Implement the CHECK_STATUS method in the structure for all
12265 ada_catchpoint::check_status (bpstat *bs)
12247 ada_catchpoint::check_status (bpstat *bs) function in class:ada_catchpoint
  /src/external/gpl3/gdb/dist/gdb/
break-catch-throw.c 89 void check_status (struct bpstat *bs) override;
155 /* Implement the 'check_status' method. */
158 exception_catchpoint::check_status (struct bpstat *bs)
162 this->breakpoint::check_status (bs);
156 exception_catchpoint::check_status (struct bpstat *bs) function in class:exception_catchpoint
break-catch-load.c 55 void check_status (struct bpstat *bs) override;
114 solib_catchpoint::check_status (struct bpstat *bs) function in class:solib_catchpoint
breakpoint.h 751 virtual void check_status (struct bpstat *bs)
1016 void check_status (struct bpstat *bs) override;
750 virtual void check_status (struct bpstat *bs) function in struct:breakpoint
amd-dbgapi-target.c 537 void check_status (struct bpstat *bs) override;
547 amd_dbgapi_target_breakpoint::check_status (struct bpstat *bs) function in class:amd_dbgapi_target_breakpoint
1267 - amd_dbgapi_target_breakpoint::check_status calls
1270 - amd_dbgapi_target_breakpoint::check_status calls
1274 When amd_dbgapi_target_breakpoint::check_status is called, the current
breakpoint.c 367 void check_status (struct bpstat *bs) override;
404 void check_status (struct bpstat *bs) override;
5968 b->check_status (bs);
9956 watchpoint::check_status (bpstat *bs)
12245 internal_breakpoint::check_status (bpstat *bs)
12322 momentary_breakpoint::check_status (bpstat *bs)
12488 check_status hook instead because that would make the dprintf's
9948 watchpoint::check_status (bpstat *bs) function in class:watchpoint
12234 internal_breakpoint::check_status (bpstat *bs) function in class:internal_breakpoint
12311 momentary_breakpoint::check_status (bpstat *bs) function in class:momentary_breakpoint
ada-lang.c 12097 void check_status (struct bpstat *bs) override;
12105 /* A helper function for check_status. Returns true if we should
12272 /* Implement the CHECK_STATUS method in the structure for all
12276 ada_catchpoint::check_status (bpstat *bs)
12258 ada_catchpoint::check_status (bpstat *bs) function in class:ada_catchpoint
  /src/sbin/raidctl/
raidctl.c 88 static void check_status(int,int);
393 check_status(fd,1);
550 check_status(fd,0);
1038 check_status(int fd, int meter) function
  /src/external/mpl/dhcp/dist/client/
dhc6.c 3264 isc_result_t check_status; local
3278 check_status = dhc6_check_status(ISC_R_SUCCESS, packet->options,
3281 if (check_status != ISC_R_SUCCESS) {
3285 if (check_status != ISC_R_CANCELED)
3295 if (check_status == ISC_R_CANCELED)
3328 isc_result_t check_status; local
3361 check_status = dhc6_check_reply(client, lease);
3362 if (check_status != ISC_R_SUCCESS) {
4281 isc_result_t check_status; local
4302 check_status = dhc6_check_reply(client, lease)
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 1659 test SCB_SGPTR, SG_LIST_NULL jnz check_status;/* No xfer */
1662 check_status:
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 4122 def set_compatibility_check(check_status):
4143 Config.compatibility_check = check_status

Completed in 97 milliseconds