Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c464 dbus_bool_t is_empty = TRUE; in handle_match() local
476 is_empty = FALSE; in handle_match()
481 is_empty = FALSE; in handle_match()
490 if (is_empty) in handle_match()
495 if (is_empty) in handle_match()
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c559 int is_empty = 1; in remove_file() local
608 is_empty = 0; in remove_file()
622 if (is_empty) { in remove_file()
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm967 my $is_empty = 1;
974 $is_empty = 0;
983 return $is_empty;
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c245 bool is_empty = true; in ecore_is_reg_fifo_empty() local
253 is_empty = REG_RD(p_hwfn, bar_addr) == 0; in ecore_is_reg_fifo_empty()
261 return is_empty; in ecore_is_reg_fifo_empty()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c95 int is_empty(const uint32_t *, size_t);
97 is_empty((uint32_t *)(sp), sizeof (*(sp)) / sizeof (uint32_t))
2699 is_empty(const uint32_t *sp, /* pointer to set (array of int32's) */ in is_empty() function