Searched refs:first (Results 101 - 125 of 347) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dcheck.c306 DOS_FILE *first,*walk; local
310 first = file->parent ? file->parent->first : root;
315 for (walk = first; walk; walk = walk->next)
465 printf( " Truncating second to %lu bytes because first "
470 printf( " Truncating first to %lu bytes because second "
475 printf("1) Truncate first to %lu bytes%s\n"
608 printf("1) Drop first\n2) Drop second\n3) Rename first\n"
609 "4) Rename second\n5) Auto-rename first\
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lib/
H A Ddump_tlb.c37 void dump_tlb(int first, int last) argument
47 for(i=first;i<=last;i++) {
H A Dr3k_dump_tlb.c23 dump_tlb(int first, int last) argument
31 for(i=first;i<=last;i++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dtraps.c302 search_one_table(const struct exception_table_entry *first, argument
309 while (first < last) {
310 mid = (last - first) / 2 + first;
313 first = mid + 1;
317 return (first == last && first->insn == value) ? first->nextinsn : 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/lib/
H A Ddump_tlb.c34 void dump_tlb(int first, int last) argument
43 for (i = first; i <= last; i++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dbrec.c8 * first()
12 static inline int first(const struct hfs_belem *elem) function
85 elem->flags = first(elem) |
128 * struct hfs_belem *elem: the first node to lock or NULL for all
161 * Note that this first must obtain access to the header node.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-strncpy_from_user.S60 EX( ldq_u t1, 0(a1) ) # L : Latency=3 load first quadword
61 ldq_u t0, 0(a0) # L : load first (partial) aligned dest quadword
74 * We are co-aligned; take care of a partial first word.
76 * t0 == the first destination word for masking back in
77 * t1 == the first source word.
87 mskql t0, a1, t0 # U : assemble the first output word
169 /* We know just enough now to be able to assemble the first
174 t0 == the first dest word, unmasked
175 t1 == the shifted low bits of the first source word
183 or t1, t4, t1 # E : first aligne
[all...]
H A Dev6-stxncpy.S61 t0 == the first destination word for masking back in
62 t1 == the first source word. */
70 mskql t0, a1, t0 # U : assemble the first output word
165 /* We are co-aligned; take care of a partial first word. */
166 ldq_u t1, 0(a1) # L : load first src word
187 /* We know just enough now to be able to assemble the first
192 t0 == the first dest word, unmasked
193 t1 == the shifted low bits of the first source word
201 or t1, t4, t1 # E : first aligned src word complete (stall)
203 or t0, t1, t0 # E : first outpu
[all...]
H A Dev67-strchr.S31 ldq_u t0, 0(a0) # L : load first quadword Latency=3
41 mskqh t4, a0, t4 # U : only want relevant part of first quad
H A Dstrncpy_from_user.S39 t0 == the first destination word for masking back in
40 t1 == the first source word. */
47 mskql t0, a1, t0 # e0 : assemble the first output word
120 /* We are co-aligned; take care of a partial first word. */
122 EX( ldq_u t1, 0(a1) ) # e0 : load first src word
136 /* We know just enough now to be able to assemble the first
141 t0 == the first dest word, unmasked
142 t1 == the shifted low bits of the first source word
149 or t1, t4, t1 # e1 : first aligned src word complete
151 or t0, t1, t0 # e0 : first outpu
[all...]
H A Dstxncpy.S50 t0 == the first destination word for masking back in
51 t1 == the first source word. */
58 mskql t0, a1, t0 # e0 : assemble the first output word
132 /* We are co-aligned; take care of a partial first word. */
134 ldq_u t1, 0(a1) # e0 : load first src word
148 /* We know just enough now to be able to assemble the first
153 t0 == the first dest word, unmasked
154 t1 == the shifted low bits of the first source word
161 or t1, t4, t1 # e1 : first aligned src word complete
163 or t0, t1, t0 # e0 : first outpu
[all...]
H A Dev67-strncat.S36 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
82 1: /* Here we must clear the first byte of the next DST word */
/asus-wl-520gu-7.0.1.45/src/router/LPRng/UTILS/
H A DLPRng.pm272 my($file,$file_name,$hash,$key,$value,$names,$first,$name);
309 $first = $names->[0];
317 $value = $Pc_hash->{$first}->{'NAME'};
324 @n = ( $first, sort keys %k );
325 @{$Pc_hash->{$first}->{'NAME'}} = @n;
329 $Pc_hash->{$first}->{$key} = $value;
333 $Pc_index->{$name} = $first;
336 $Pc_index->{'FIRST'} = $first;
339 Dump_index( "Read_printcap_file: after adding '$first'", %$Pc_index );
341 Dump_pc( "Read_printcap_file: after adding '$first'",
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Daztcd.h144 unsigned char first; member in struct:azt_DiskInfo
H A Dsjcd.h67 * Drive info bits. Drive info available as first (mandatory) byte of
106 #define SCMD_GET_1_TRACK 0xA0 /* get the first track information */
151 unsigned char first; member in struct:sjcd_disk_info
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dconsole.h61 void take_over_console(const struct consw *sw, int first, int last, int deflt);
H A Dvt_kern.h44 unsigned int first, unsigned int last);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dconsole.h61 void take_over_console(const struct consw *sw, int first, int last, int deflt);
H A Dvt_kern.h44 unsigned int first, unsigned int last);
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-passwd.pl199 The user is first prompted for their old password, if one is present.
217 passwd will prompt again and compare the second entry against the first.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Dcstm_mips_ixx.c106 static u8 first = 1; local
113 if (first) {
114 first = 0;
115 /* need to have this delay for first
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dsysctl.c817 int *i, vleft, first=1, neg, val; local
833 for (; left && vleft--; i++, first=0) {
881 if (!first)
894 if (!write && !first && left) {
910 if (write && first)
969 int *i, *min, *max, vleft, first=1, neg, val; local
986 for (; left && vleft--; i++, min++, max++, first=0) {
1027 if (!first)
1040 if (!write && !first && left) {
1056 if (write && first)
1071 int vleft, first=1, neg; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsun4m_smp.c154 int first, prev; local
201 p->cpus_runnable = 1 << i; /* we schedule the first task manually */
266 first = prev = -1;
269 if(first == -1)
270 first = i;
277 cpu_data[prev].next = first;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dbinstr.S9 | in d0. (This pointer must point to byte 4 of the first
23 | to force the first byte formed to have a 0 in the upper 4 bits.
117 swap %d7 |bring first digit to word d7b
118 aslw #4,%d7 |first digit in upper 4 bits d7b
129 addqw #1,%d7 |set d7a to signal first digit done
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclilist.c366 BOOL first = True; local
395 p += clistr_push(cli, p, first?mask:"", -1, STR_TERMINATE);
397 if (first) {
414 first = False;
437 if (!first) {

Completed in 271 milliseconds

1234567891011>>