Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 83) sorted by relevance

1234

/linux-2.4.37.9/fs/hfs/
Dbnode.c436 struct hfs_bnode *empty = NULL; in hfs_bnode_find() local
468 if (!empty) { in hfs_bnode_find()
472 if (HFS_NEW(empty)) { in hfs_bnode_find()
477 bn = empty; in hfs_bnode_find()
492 if (empty) { in hfs_bnode_find()
496 HFS_DELETE(empty); in hfs_bnode_find()
/linux-2.4.37.9/fs/umsdos/
Drdir.c157 int ret, empty; in UMSDOS_rrmdir() local
171 empty = umsdos_isempty (dentry); in UMSDOS_rrmdir()
172 if (empty == 1) { in UMSDOS_rrmdir()
Demd.c355 } empty; in umsdos_find() local
374 empty.posok = emd_dir->i_size; in umsdos_find()
386 info->f_pos = empty.posok; in umsdos_find()
416 empty.one = pos-UMSDOS_REC_SIZE; in umsdos_find()
420 empty.posok = empty.one; in umsdos_find()
Dnamei.c881 int ret, err, empty; in UMSDOS_rmdir() local
894 empty = umsdos_isempty (dentry); in UMSDOS_rmdir()
897 if (empty == 1) { in UMSDOS_rmdir()
917 } else if (empty == 2) in UMSDOS_rmdir()
/linux-2.4.37.9/Documentation/
Dnfsroot.txt89 assumed to be empty, and the defaults mentioned below apply. In general
94 <client-ip> IP address of the client. If empty, the address will either
98 empty, neither RARP nor BOOTP will be used.
101 the client address and this parameter is NOT empty only
110 subnet. If this entry is empty no gateway is used and the
114 <netmask> Netmask for local network interface. If this is empty,
118 <hostname> Name of the client. If empty, the client IP address is
121 <device> Name of network device to use. If this is empty, all
128 If the value is 'both' or empty, both protocols are used
DCodingStyle97 Note that the closing brace is empty on a line of its own, _except_ in
118 Also, note that this brace-placement also minimizes the number of empty
119 (or almost empty) lines, without any loss of readability. Thus, as the
121 25-line terminal screens here), you have more empty lines to put
/linux-2.4.37.9/net/sctp/
Doutqueue.c217 q->empty = 1; in sctp_outq_init()
342 q->empty = 0; in sctp_outq_tail()
612 q->empty = 0; in sctp_outq_flush_rtx()
927 q->empty = 0; in sctp_outq_flush()
1161 q->empty = skb_queue_empty(&q->out) && skb_queue_empty(&q->control) && in sctp_outq_sack()
1163 if (!q->empty) in sctp_outq_sack()
1169 q->empty = q->empty && list_empty(&transport->transmitted); in sctp_outq_sack()
1170 if (!q->empty) in sctp_outq_sack()
1176 return q->empty; in sctp_outq_sack()
1182 return q->empty; in sctp_outq_is_empty()
/linux-2.4.37.9/drivers/sbus/char/
Dsunmouse.c502 int empty = 0; in sun_mouse_read() local
506 empty = 1; in sun_mouse_read()
514 if (empty) in sun_mouse_read()
/linux-2.4.37.9/Documentation/sysctl/
DREADME58 debug/ <empty>
67 proc/ <empty>
/linux-2.4.37.9/drivers/acorn/scsi/
Dqueue.c116 goto empty; in __queue_add()
134 empty: in __queue_add()
/linux-2.4.37.9/fs/
Ddquot.c594 struct dquot *dquot, *empty = NODQUOT; in dqget() local
599 if (empty) in dqget()
600 dqput(empty); in dqget()
605 if (empty == NODQUOT) { in dqget()
606 if ((empty = get_empty_dquot(sb, type)) == NODQUOT) in dqget()
610 dquot = empty; in dqget()
621 if (empty) in dqget()
622 dqput(empty); in dqget()
/linux-2.4.37.9/Documentation/i2c/
Dproc-interface14 will be empty, if no adapters are registered at all.
44 tabs. Note that this file can be empty, if no devices are found on
/linux-2.4.37.9/Documentation/kbuild/
Dconfig-language.txt443 range. Any dependency which has an empty value is ignored.
446 allowed. Using dependencies with an empty value possible is not
473 input range. Any dependency which has an empty value is ignored.
476 Using dependencies with an empty value possible is not recommended.
519 "m" or "n". Any dependency which has an empty value is ignored.
522 Using dependencies with an empty value possible is not recommended.
652 value of the empty string! It is always "y" or "n", and both of these
653 are treated as true (non-empty) by the bash-based interpreters Configure
663 - literals with an empty "" value are not properly handled.
/linux-2.4.37.9/Documentation/input/
Djoystick-api.txt152 /* EAGAIN is returned when the queue is empty */
166 Why can get the queue full? Because you don't empty the queue as
188 In this case, read would return -1 if the queue was empty, or some
191 process the events and keep reading it until you empty the driver queue.
/linux-2.4.37.9/lib/zlib_inflate/
Dinflate.c113 #define NEEDBYTE {if(z->avail_in==0)goto empty;r=trv;}
238 empty:
/linux-2.4.37.9/Documentation/arm/
DBooting77 The ATAG_CORE tag may or may not be empty. An empty ATAG_CORE tag
/linux-2.4.37.9/Documentation/i386/
DIO-APIC.txt91 card (IRQ11) in Slot3, and have Slot1 empty:
95 [value '0' is a generic 'placeholder', reserved for empty (or non-IRQ emitting)
/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_emu.h117 unsigned int empty:5; member
/linux-2.4.37.9/drivers/ieee1394/
Ddv1394-private.h234 } empty; member
/linux-2.4.37.9/arch/s390/kernel/
Dprocess.c168 unsigned long empty[4]; in copy_thread() member
/linux-2.4.37.9/mm/
Dvmscan.c365 goto empty; in swap_out()
383 empty: in swap_out()
/linux-2.4.37.9/drivers/char/
Dser_a2232fw.ax254 =SEND lda ACIA\1+A_SR ; transmit register empty? ;
454 and #[1<<4] ; transmit data reg empty? ;
461 and #[1<<4] ; transmit data reg empty? ;
/linux-2.4.37.9/drivers/atm/
Dnicstarmac.copyright29 * SDU, and leave <small_buffer_data> bytes empty at the start. Then
/linux-2.4.37.9/arch/s390x/kernel/
Dprocess.c165 unsigned long empty[2]; in copy_thread() member
/linux-2.4.37.9/arch/cris/drivers/
Dusb-host.c1705 int empty; in etrax_usb_submit_bulk_urb() local
1720 empty = urb_list_empty(epid); in etrax_usb_submit_bulk_urb()
1725 if (!(urb->transfer_flags & USB_QUEUE_BULK) && !empty) { in etrax_usb_submit_bulk_urb()
1730 … usb_pipein(urb->pipe) ? "IN" : "OUT", (unsigned long)urb, empty ? "empty" : "", epid); in etrax_usb_submit_bulk_urb()
1735 if (empty) { in etrax_usb_submit_bulk_urb()
2035 int empty; in etrax_usb_submit_ctrl_urb() local
2059 empty = urb_list_empty(epid); in etrax_usb_submit_ctrl_urb()
2064 (unsigned long)urb, empty ? "empty" : "", epid); in etrax_usb_submit_ctrl_urb()
2069 if (empty) { in etrax_usb_submit_ctrl_urb()

1234