Searched refs:empty (Results 26 - 50 of 152) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_lib.c451 if (a->empty || b->empty) {
455 c->empty = 0;
476 if (a->empty || b->empty) {
480 c->empty = 0;
512 if (a->empty || b->empty) {
516 c->empty = 0;
543 if (a->empty ||
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dqueue.c93 printk(KERN_WARNING "freeing non-empty queue %p\n", queue);
115 goto empty;
132 empty:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dadapter.h94 unsigned long empty; /* # of times queue ran out of buffers */ member in struct:sge_fl
128 unsigned long empty; /* # of times queue ran out of credits */ member in struct:sge_rspq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Ddtree.js36 empty : 'empty.gif',
128 // Adds the empty and line icons
133 str += '<img src="' + ( (this.aIndent[n] == 1) ? this.icon.line : this.icon.empty ) + '" alt="" />';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota_v2.c148 /* Remove empty block from list and return it */
178 /* Insert empty block to the list */
297 /* This is enough as block is already zeroed and entry list is empty... */
395 struct v2_disk_dqblk ddquot, empty; local
406 * treated as an empty place by the rest of the code. Format change would
408 memset(&empty, 0, sizeof(struct v2_disk_dqblk));
409 if (!memcmp(&empty, &ddquot, sizeof(struct v2_disk_dqblk)))
506 for (i = 0; i < V2_DQBLKSIZE && !buf[i]; i++); /* Block got empty? */
608 struct v2_disk_dqblk ddquot, empty; local
642 memset(&empty,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c324 char empty[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
340 stream_put (obuf, empty, IPV4_MAX_BYTELEN);
355 stream_put (obuf, empty, IPV6_MAX_BYTELEN);
322 char empty[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A Dexcxx_example_database_read.cpp82 if (itemName.empty())
H A Dexcxx_example_database_load.cpp146 if (!stringBuf.empty())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-38 tmpfiles="$tmpfiles empty.glade"
9 cat <<EOF > empty.glade
16 ${XGETTEXT} -o xg-gl-3.pot empty.glade 2>/dev/null
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dhead.S171 beq a4, a5, 1b # skip, empty entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Drt_trace_defs.h115 unsigned int empty : 1; member in struct:__anon8604
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_main.c153 struct hostap_interface *iface, *empty, *match; local
155 empty = match = NULL;
163 empty = iface;
170 if (!match && empty && !prism2_wds_special_addr(remote_addr)) {
172 memcpy(empty->u.wds.remote_addr, remote_addr, ETH_ALEN);
175 local->dev->name, empty->dev->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Drecover.c187 * rsb's are removed from the list. When the list is empty we're done.
198 int empty; local
201 empty = list_empty(&ls->ls_recover_list);
204 return empty;
723 log_error(ls, "root list not empty");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmthread.c409 * possible if converting list empty) */
499 int empty; local
502 empty = list_empty(&dlm->dirty_list);
505 return empty;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dvote.c260 int empty = 0; local
265 empty = 1;
268 return empty;
720 mlog(ML_ERROR, "net response list not empty!\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c107 int empty;
129 int empty;
H A DHTMLparser.in.h48 char empty; /* Is this an empty element ? */ member in struct:_htmlElemDesc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Doptions.c21 emtpy string "" for empty or
33 str[0] = 0; // So we empty the string in order not to confuse the parser.
306 static char empty = 0; local
318 return &empty;
335 is found, an empty string is returned.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c107 int empty;
129 int empty;
H A DHTMLparser.in.h48 char empty; /* Is this an empty element ? */ member in struct:_htmlElemDesc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Ddumpsexp.c287 * empty list consisting of 2 bytes). If a buffer of NULL is provided,
294 static unsigned char empty[3] = { ST_OPEN, ST_CLOSE, ST_STOP };
301 s = list? list->d : empty;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dconfigure.pl47 . empty value can be set with the \".\" caracter\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h53 cip->b[1] = 0x78; /* packet size in quadlets (480/4) - even for empty packets! */
196 1) command to send an empty packet (CIP header only, no DV data):
231 /* empty packet */
234 } empty; member in union:DMA_descriptor_block::__anon4468::__anon4469::__anon4470
343 (only set if the first packet was empty) */
577 /* NTSC empty packet rate accurate to within 0.01%,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Diwcm.c840 int empty; local
844 empty = list_empty(&cm_id_priv->work_list);
845 while (!empty) {
849 empty = list_empty(&cm_id_priv->work_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c288 int empty; local
292 empty = 0;
314 empty = 1;
322 if (empty) {

Completed in 316 milliseconds

1234567