Searched refs:empty (Results 1 - 25 of 49) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbnode.c418 struct hfs_bnode *empty = NULL; local
450 if (!empty) {
454 if (HFS_NEW(empty)) {
459 bn = empty;
474 if (empty) {
478 HFS_DELETE(empty);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/umsdos/
H A Drdir.c141 * really empty (only . .. and --linux-.--- in it). If it is true
157 int ret, empty; local
171 empty = umsdos_isempty (dentry);
172 if (empty == 1) {
207 * If it is there, it is the directory. If it is there but empty, then
208 * the directory looks empty. The utility umssync allows synchronisation
H A Demd.c224 /* #Specification: EMD file / empty entries
228 * empty entries are filled with 0.
318 * General search, locate a name in the EMD file or an empty slot to
319 * store it. if info->entry.name_len == 0, search the first empty
352 off_t one; /* One empty position -> maybe <- large enough */
353 } empty; local
372 empty.posok = emd_dir->i_size;
384 info->f_pos = empty.posok;
402 /* We are looking for an empty section at least */
414 empty
[all...]
H A Dnamei.c851 * file in the msdos file system. Of course they remain empty.
875 int ret, err, empty; local
886 /* check whether the EMD is empty */
888 empty = umsdos_isempty (dentry);
891 if (empty == 1) {
899 Printk (("UMSDOS_rmdir: unlinking empty EMD err=%d", err));
911 } else if (empty == 2)
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dlfn.c120 LFN_ENT empty; local
122 memset( &empty, 0, sizeof(empty) );
124 fs_write( lfn_offsets[i], sizeof(LFN_ENT), &empty );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/wrepld/
H A Dwins_repl.h57 int empty; member in struct:_WINS_NAME
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.h161 ULONG64 empty; member in struct:_IO_STACK_LOCATION_SAVE
192 BYTE empty[3]; member in struct:_IRP_SAVE
209 BYTE empty[3]; member in struct:_IRP_SAVE_SWAP
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dqueue.c93 printk(KERN_WARNING "freeing non-empty queue %p\n", queue);
116 goto empty;
134 empty:
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsunmouse.c459 int empty = 0; local
463 empty = 1;
471 if (empty)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Ddquot.c481 struct dquot *dquot, *empty = NODQUOT; local
486 if (empty)
487 dqput(empty);
492 if (empty == NODQUOT) {
493 if ((empty = get_empty_dquot()) == NODQUOT)
497 dquot = empty;
510 if (empty)
511 dqput(empty);
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_inflate/
H A Dinflate.c113 #define NEEDBYTE {if(z->avail_in==0)goto empty;r=trv;}
238 empty:
302 * but removes the length bytes of the resulting empty stored block. When
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dvmscan.c314 goto empty;
332 empty:
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dprocess.c166 unsigned long empty[4]; member in struct:stack_frame
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dprocess.c163 unsigned long empty[2]; member in struct:stack_frame
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Ddv1394-private.h54 cip->b[1] = 0x78; /* packet size in quadlets (480/4) - even for empty packets! */
195 1) command to send an empty packet (CIP header only, no DV data):
230 /* empty packet */
233 } empty; member in union:DMA_descriptor_block::__anon1428::__anon1429::__anon1430
343 (only set if the first packet was empty) */
609 /* NTSC empty packet rate accurate to within 0.01%,
H A Ddv1394.c34 empty synchronization packets as necessary
42 discarding empty packets
335 /* is this an empty packet? */
395 /* if the first packet was empty, the second
424 fill_output_last( &(block->u.out.u.empty.ol),
436 f->frame_begin_timestamp = &(block->u.out.u.empty.ol.q[3]);
438 f->mid_frame_timestamp = &(block->u.out.u.empty.ol.q[3]);
440 f->frame_end_timestamp = &(block->u.out.u.empty.ol.q[3]);
441 f->frame_end_branch = &(block->u.out.u.empty.ol.q[2]);
444 branch_address = &(block->u.out.u.empty
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_eckd.h284 unsigned char empty[3]; member in struct:dasd_eckd_confdata_t::__anon2075
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dfpu_emu.h59 #define TAG_Empty Const(3) /* empty */
117 unsigned int empty:5; member in struct:address
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dmkdep.c539 fprintf(stderr,"%s is empty\n",filename);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dread.c134 * line starts with "<foo", empty, or # return 0 -> skip line
217 DBG(DEBUG_READ, printf("blkid: empty device name: %s\n", *cp));
378 * new empty cache struct.
391 * If the file doesn't exist, then we just return an empty
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/
H A De2fsprogs.spec22 (used to initialize a partition to contain an empty ext2 filesystem),
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dstackframe.h105 # empty, stackpointer stored in a register
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dstackframe.h105 # empty, stackpointer stored in a register
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-sched.c260 /* we may not be IDLE yet, but if the qh is empty
302 // FIXME delete when intr_submit handles non-empty queues
455 struct list_head empty; local
467 INIT_LIST_HEAD (&empty);
468 qh = qh_append_tds (ehci, urb, &empty, epnum, &dev->ep [epnum]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpc.c790 char empty[ATM_ESA_LEN]; local
791 memset(empty, 0, ATM_ESA_LEN);
797 if ( memcmp(mpc->mps_ctrl_addr, empty, ATM_ESA_LEN) != 0 )

Completed in 153 milliseconds

12