Searched refs:current_type (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/ext2ed/
H A Dgeneral_com.c42 if (current_type!=NULL) {
44 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++;
46 if (current_type->type_commands.last_command==-1) {
50 for (i=0;i<=current_type->type_commands.last_command;i++) {
54 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]);
115 if (current_type != NULL)
116 for (i=0;i<=current_type->type_commands.last_command;i++) {
117 if (strcmp (current_type->type_commands.names [i],text)==0) {
118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]);
181 current_type
[all...]
H A Dmain.c78 struct struct_descriptor *first_type,*last_type,*current_type; /* Used to access the double linked list */ variable in typeref:struct:
344 * current type. The global variable current_type points to the
371 if (current_type != NULL)
373 i<=current_type->type_commands.last_command && !found;
375 if (strcasecmp (command,current_type->type_commands.names [i])==0) {
376 (*current_type->type_commands.callback [i]) (command_line);
472 if (current_type != NULL)
473 for (i=0;i<=current_type->type_commands.last_command;i++) {
474 if (strncmp (current_type->type_commands.names [i],text,len)==0) {
477 return (dupstr (current_type
[all...]
H A Ddisk.c211 if (current_type!=NULL)
212 if (strcmp (current_type->name,"ext2_dir_entry")==0)
213 current_type->length=type_data.u.t_ext2_dir_entry.rec_len;
H A Dwin.c178 if (current_type != NULL)
179 wprintw (show_win,"Type: %s\n",current_type->name);
H A Dext2ed.h213 extern struct struct_descriptor *current_type;
H A Dinit.c62 current_type=NULL; /* No filesystem specific types yet */
169 first_type=last_type=current_type=NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A De820.c242 unsigned long current_type, last_type; local
357 current_type = 0;
359 if (overlap_list[i]->type > current_type)
360 current_type = overlap_list[i]->type;
362 if (current_type != last_type) {
371 if (current_type != 0) {
373 new_bios[new_bios_entry].type = current_type;
376 last_type = current_type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsetup.c426 unsigned long current_type, last_type; local
541 current_type = 0;
543 if (overlap_list[i]->type > current_type)
544 current_type = overlap_list[i]->type;
546 if (current_type != last_type) {
555 if (current_type != 0) {
557 new_bios[new_bios_entry].type = current_type;
560 last_type = current_type;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dfloppy.c475 static struct floppy_struct *current_type[N_DRIVE]; variable in typeref:struct:floppy_struct
478 * User-provided type information. current_type points to
759 current_type[drive] != NULL)
762 current_type[drive] = NULL;
2151 _floppy = current_type[ DRIVE(device) ];
2411 current_type[current_drive] = _floppy;
2421 current_type[current_drive] = _floppy;
3342 current_type[drive] = &user_params[drive];
3416 *g = current_type[drive];
3524 current_type[driv
[all...]

Completed in 121 milliseconds