Searched refs:first (Results 51 - 75 of 347) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dipc32.c58 u32 sem_base; /* ptr to first semaphore in array */
189 semctl32 (int first, int second, int third, void *uptr) argument
218 err = sys_semctl(first, second, third, fourth);
226 err = sys_semctl(first, second|IPC_64, third, fourth);
274 do_sys32_msgsnd (int first, int second, int third, void *uptr) argument
292 err = sys_msgsnd(first, p, second, third);
300 do_sys32_msgrcv (int first, int second, int msgtyp, int third, int version, void *uptr) argument
328 err = sys_msgrcv(first, p, second, msgtyp, third);
342 msgctl32 (int first, int second, void *uptr) argument
356 err = sys_msgctl(first, secon
437 shmat32(int first, int second, int third, int version, void *uptr) argument
500 shmctl32(int first, int second, void *uptr) argument
612 sys32_ipc(u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisksunlabel.c501 int i, first, last; local
522 first = read_int(0, 0, 0, 0, mesg);
524 first = read_int(scround(start), scround(stop)+1,
527 first *= units_per_sector;
531 int x = first % cs;
534 first += cs - x;
536 if (n == 2 && first != 0)
543 boot from the disc, the first partition, /dev/sdX1, must
546 first two sectors of the disc. Therefore you must be
551 or EXT2 file system, as these file systems leave the first
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsys_sparc.c113 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
123 err = sys_semop (first, (struct sembuf *)ptr, second);
126 err = sys_semget (first, second, third);
136 err = sys_semctl (first, second, third, fourth);
146 err = sys_msgsnd (first, (struct msgbuf *) ptr,
159 err = sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
163 err = sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, third);
167 err = sys_msgget ((key_t) first, second);
170 err = sys_msgctl (first, second, (struct msqid_ds *) ptr);
182 err = sys_shmat (first, (cha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dmessage.c104 * below. The first character in the string is the index letter. An
217 int *first, int recurse)
228 if (*first && islower(*str)) {
229 *first = 0;
232 print_e2fsck_message(ctx, str, pctx, *first, recurse+1);
459 struct problem_context *pctx, int first,
470 expand_at_expression(ctx, *cp, pctx, &first, recurse);
487 first = 0;
215 expand_at_expression(e2fsck_t ctx, char ch, struct problem_context *pctx, int *first, int recurse) argument
458 print_e2fsck_message(e2fsck_t ctx, const char *msg, struct problem_context *pctx, int first, int recurse) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Diommu.c39 unsigned long first = PAGE_OFFSET; local
43 iopte += ((first - iommu->start) >> PAGE_SHIFT);
44 while(first <= last) {
45 *iopte++ = __iopte(MKIOPTE(__pa(first)));
46 first += PAGE_SIZE;
221 iopte_t *first; local
232 first = iopte;
276 unsigned long start = ((unsigned long) first) & PAGE_MASK;
283 unsigned long start = ((unsigned long) first) & PAGE_MASK;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dload.c125 int i, first, done, eof, reccount, type, client_pc; local
135 for (first = 1, done = 0; !done; first = 0, reccount++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-sc.c32 static inline void indy_sc_wipe(unsigned long first, unsigned long last) argument
46 "or\t%0, $1\t\t\t# first line to flush\n\t"
57 : "=r" (first), "=r" (last), "=&r" (tmp)
58 : "0" (first), "1" (last));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/kernel/
H A Dsys_m68k.c138 asmlinkage int sys_ipc (uint call, int first, int second, argument
149 return sys_semop (first, (struct sembuf *)ptr, second);
151 return sys_semget (first, second, third);
158 return sys_semctl (first, second, third, fourth);
166 return sys_msgsnd (first, (struct msgbuf *) ptr,
178 return sys_msgrcv (first, tmp.msgp, second,
182 return sys_msgrcv (first,
187 return sys_msgget ((key_t) first, second);
189 return sys_msgctl (first, second,
200 ret = sys_shmat (first, (cha
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Doom_kill.c200 static unsigned long first, last, count, lastkill; local
225 since = now - first;
252 first = now;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev67-strcat.S34 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
H A Dev67-strlen.S28 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
H A Dstrcat.S21 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
H A Dstrlen.S24 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
H A Dpsbanner92 % a4 /first-baseline 840 def
93 % 8.5x11 /first-baseline 786 def
94 /first-baseline 786 def
105 { first-baseline exch sub }
H A Dpsbanner.in92 % a4 /first-baseline 840 def
93 % 8.5x11 /first-baseline 786 def
94 /first-baseline 786 def
105 { first-baseline exch sub }
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Duninstallmodules.sh13 echo Do a "make installmodules" or "make install" first.
H A Duninstallscripts.sh12 echo Do a "make installscripts" or "make install" first.
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/boot/
H A Diplfba.S9 # The first 24 byes are loaded by ipl to addresses 0-23 (a PSW and two CCWs).
11 # program. The fba ipl loader only uses the CCW on 8-15 to load the first 512
15 .long 0x00080000,0x80000000+_start # The first 24 byte are loaded
30 l %r3,0(%r12) # get first block number
31 l %r4,4(%r12) # get first block count
55 # %r3: number of first block (unsigned long)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/boot/
H A Diplfba.S9 # The first 24 byes are loaded by ipl to addresses 0-23 (a PSW and two CCWs).
11 # program. The fba ipl loader only uses the CCW on 8-15 to load the first 512
15 .long 0x00080000,0x80000000+_start # The first 24 byte are loaded
30 l %r3,0(%r12) # get first block number
31 l %r4,4(%r12) # get first block count
55 # %r3: number of first block (unsigned long)
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dballoc.c108 * 'node' is the number of the first node in 'tree' that is not
114 * a valid mapnode with its first bit set to indicate itself as
153 *((hfs_u8 *)bnode_key(retval, 1)) = 0x80; /* set first bit of bitmap */
267 hfs_u16 first; /* the first clear bit in this bnode */ local
279 first = hfs_find_zero_bit(data, end, start);
280 if (first < end) {
294 if ((bitnr += (first - start)) >= tree->bthNNodes) {
300 if (hfs_set_bit(first % 32, data + (first>>
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/printing/
H A Dlpq_parse.c93 static BOOL parse_lpq_bsd(char *line,print_queue_struct *buf,BOOL first) argument
222 static BOOL parse_lpq_lprng(char *line,print_queue_struct *buf,BOOL first) argument
312 static BOOL parse_lpq_aix(char *line,print_queue_struct *buf,BOOL first) argument
409 static BOOL parse_lpq_hpux(char *line, print_queue_struct *buf, BOOL first) argument
419 with -p option first, to work */
465 if (first) {
481 /* first token must be printer name (cannot check ?) */
517 static BOOL parse_lpq_sysv(char *line,print_queue_struct *buf,BOOL first) argument
531 * Move to the first space.
559 /* if the user contains a ! then trim the first par
591 parse_lpq_qnx(char *line,print_queue_struct *buf,BOOL first) argument
655 parse_lpq_plp(char *line,print_queue_struct *buf,BOOL first) argument
725 parse_lpq_nt(char *line,print_queue_struct *buf,BOOL first) argument
803 parse_lpq_os2(char *line,print_queue_struct *buf,BOOL first) argument
878 parse_lpq_vlp(char *line,print_queue_struct *buf,BOOL first) argument
921 parse_lpq_entry(int snum,char *line, print_queue_struct *buf, print_status_struct *status,BOOL first) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dfat.c57 void *first,*second,*use; local
61 first = alloc(eff_size);
63 fs_read(fs->fat_start,eff_size,first);
65 use = first;
66 if (memcmp(first,second,eff_size) != 0) {
68 get_fat(&first_media,first,0,fs);
73 printf("FATs differ - using first FAT.\n");
74 fs_write(fs->fat_start+fs->fat_size,eff_size,use = first);
83 "1) Use first FAT\n2) Use second FAT\n");
85 fs_write(fs->fat_start+fs->fat_size,eff_size,use = first);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dlbalance.c42 /* length of all record to be copied and first byte of the last of them */
54 /* when copy last to first, dest buffer can contain 0 items */
57 /* if there are no items in dest or the first/last item in dest is not item of the same directory */
103 /* Copy the first (if last_first == FIRST_TO_LAST) or last (last_first == LAST_TO_FIRST) item or
118 /* if ( DEST is empty or first item of SOURCE and last item of DEST are the items of different objects
137 /* copy part of the body of the first item of SOURCE to the end of the body of the last item of the DEST
153 /* merge first item (or its part) of src buffer with the last
173 /* ( DEST is empty or last item of SOURCE and first item of DEST
192 /* copy part of the body of the last item of SOURCE to the begin of the body of the first item of the DEST;
193 part defined by 'bytes_or_entries'; if byte_or_entriess == -1 copy whole body; change first ite
244 leaf_copy_items_entirely(struct buffer_info * dest_bi, struct buffer_head * src, int last_first, int first, int cpy_num) argument
672 leaf_delete_items(struct buffer_info * cur_bi, int last_first, int first, int del_num, int del_bytes) argument
1052 leaf_delete_items_entirely(struct buffer_info * bi, int first, int del_num) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/devfs/
H A Dutil.c231 struct minor_list *first, *last; member in struct:device_list
274 for (entry = list->first; entry != NULL; entry = entry->next)
298 if (list->first == NULL) list->first = entry;
336 for (entry = list->first; entry != NULL; entry = entry->next)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_link.c267 struct net_device *first; local
272 first = rose_dev_first();
273 if (first)
290 if (first) {
302 memcpy(dptr, first->dev_addr, ROSE_ADDR_LEN);

Completed in 277 milliseconds

1234567891011>>