Searched refs:special (Results 1 - 25 of 171) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd021.tcl93 set special {}
95 recd021_testsubdb $method $op $nentries $special $trunc $args
103 set special "reuse"
104 recd021_testsubdb $method remove $nentries $special $trunc $args
108 set special "newdb"
109 recd021_testsubdb $method remove $nentries $special $trunc $args
113 set special "newtypedb"
114 recd021_testsubdb $method remove $nentries $special $trunc $args
118 proc recd021_testsubdb { method op nentries special trunc largs } {
126 Test $op of subdb in recovery ($special trun
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_tcq.h129 return req ? (struct scsi_cmnd *)req->special : NULL;
162 return req ? (struct scsi_cmnd *)req->special : NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dswsusp_asm64.S53 #define SAVE_SPECIAL(special) \
54 mf##special r0 ;\
55 std r0, SL_##special(r11)
56 #define RESTORE_SPECIAL(special) \
57 ld r0, SL_##special(r11) ;\
58 mt##special r0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/perlasm/
H A Dx86unix.pl198 local(%special)=( "roll",0xD1C0,"rorl",0xD1C8,
203 if ((defined($special{$name})) && defined($regs{$p1}) && ($p2 == 1))
205 $op=$special{$name}|$reg_val{$p1};
231 local(%special)=("bswapl",0x0FC8);
233 if ((defined($special{$name})) && defined($regs{$p1}))
235 $op=$special{$name}|$reg_val{$p1};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dscc.h149 io_port special; /* special function port */ member in struct:scc_hw_config
225 io_port special; /* I/O address of special function port */ member in struct:scc_channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dget_op.S493 beq move_unpack |special handling for fmove: must set FPSR_CC
498 bnes try_zero |if not equal, it is not special
500 cmpiw #7,%d1 |SE and y bits must be on for special
501 bnes try_zero |if not on, it is not special
502 |input is of the special cases of inf and NaN
507 bra finish |special already on stack
550 bnes mtry_zero |if not equal, it is not special
552 cmpiw #7,%d1 |SE and y bits must be on for special
553 bnes mtry_zero |if not on, it is not special
554 |input is of the special case
[all...]
H A Dx_operr.S114 cmpil #0x80000000,FPTEMP_LO(%a6) |test if ls lword is special
116 bsr check_upper |check if exp and ms mant are special
119 movel #0x80000000,%d0 |store special case result
161 cmpil #0xffff8000,FPTEMP_LO(%a6) |test if ls lword is special
163 bsr check_upper |check if exp and ms mant are special
166 movel #0x80000000,%d0 |store special case result
188 cmpil #0xffffff80,FPTEMP_LO(%a6) |test if ls lword is special
190 bsr check_upper |check if exp and ms mant are special
193 movel #0x80000000,%d0 |store special case result
211 | This operr condition is not of the special cas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/cgi-bin/
H A Djquery.mousewheel.js17 $.event.special.mousewheel = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/script/
H A Djquery.mousewheel.js17 $.event.special.mousewheel = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dquota.c334 static inline struct super_block *quotactl_block(const char __user *special) argument
339 char *tmp = getname(special);
364 asmlinkage long sys_quotactl(unsigned int cmd, const char __user *special, qid_t id, void __user *addr) argument
373 if (cmds != Q_SYNC || special) {
374 sb = quotactl_block(special);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86unix.pl258 local(%special)=( "roll",0xD1C0,"rorl",0xD1C8,
263 if ((defined($special{$name})) && defined($regs{$p1}) && ($p2 == 1))
265 $op=$special{$name}|$reg_val{$p1};
291 local(%special)=("bswapl",0x0FC8);
293 if ((defined($special{$name})) && defined($regs{$p1}))
295 $op=$special{$name}|$reg_val{$p1};
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec22 without special directory preparation or configuration. Most FTP commands
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c58 int quotactl(int cmd, const char *special, int id, caddr_t addr) argument
60 return syscall(__NR_quotactl, cmd, special, id, addr);
333 * Return the block-special device name associated with the filesystem
338 special( char *file, int *nfs) function
343 LOG(log_info, logtype_afpd, "special: getmnt %s: %s", file, strerror(errno) );
357 special(char *file, int *nfs) function
380 special(char *file, int *nfs) function
576 if (( p = special( vol->v_path, &vol->v_nfs )) == NULL ) {
577 LOG(log_info, logtype_afpd, "getquota: special %s fails", vol->v_path );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c149 int quotactl(int cmd, const char *special, int id, caddr_t addr) argument
151 return syscall(__NR_quotactl, cmd, special, id, addr);
424 * Return the block-special device name associated with the filesystem
429 special( char *file, int *nfs) function
434 LOG(log_info, logtype_afpd, "special: getmnt %s: %s", file, strerror(errno) );
448 special(char *file, int *nfs) function
471 special(char *file, int *nfs) function
667 if (( p = special( vol->v_path, &vol->v_nfs )) == NULL ) {
668 LOG(log_info, logtype_afpd, "getquota: special %s fails", vol->v_path );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A DMakefile.in344 @echo "it deletes files that may require special tools to rebuild."
H A DMakefile353 @echo "it deletes files that may require special tools to rebuild."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A DMakefile.in758 @echo "it deletes files that may require special tools to rebuild."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-io.c171 ide_task_t *args = rq->special;
401 ide_task_t *args = (ide_task_t *) rq->special;
531 drive->special.b.recalibrate = 1;
692 * drive_cmd_intr() is invoked on completion of a special DRIVE_CMD.
753 special_t *s = &drive->special;
771 int special = s->all; local
773 printk(KERN_ERR "%s: bad special flag: 0x%02x\n", drive->name, special);
783 * do_special - issue some special commands
793 special_t *s = &drive->special;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile552 @echo "it deletes files that may require special tools to rebuild."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/m4/
H A DMakefile306 @echo "it deletes files that may require special tools to rebuild."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S21 slr %r1,%r2 # special case if last bit of d is set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A DMakefile376 @echo "it deletes files that may require special tools to rebuild."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A DMakefile372 @echo "it deletes files that may require special tools to rebuild."
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dinode.c163 static void update_special(struct dentry *special) argument
165 special->d_inode->i_uid = listuid;
166 special->d_inode->i_gid = listgid;
167 special->d_inode->i_mode = S_IFREG | listmode;
569 /* create the devices special file */
622 /* create the special files if this is the first bus added */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_tgt_lib.c109 rq->special = cmd;
179 struct scsi_cmnd *cmd = tcmd->rq->special;
283 cmd = tcmd->rq->special;
494 cmd = rq->special;

Completed in 385 milliseconds

1234567