Searched refs:ment (Results 1 – 25 of 34) sorted by relevance
12
221 struct bcm283x_memory_mapping *map, *ment; in bcm283x_armc_to_vcbus() local226 for (ment = map; !BCM283X_MEMMAP_ISTERM(ment); ++ment) { in bcm283x_armc_to_vcbus()227 if (pa >= ment->armc_start && in bcm283x_armc_to_vcbus()228 pa < ment->armc_start + ment->armc_size) { in bcm283x_armc_to_vcbus()229 return (pa - ment->armc_start) + ment->vcbus_start; in bcm283x_armc_to_vcbus()247 struct bcm283x_memory_mapping *map, *ment; in bcm283x_vcbus_to_armc() local252 for (ment = map; !BCM283X_MEMMAP_ISTERM(ment); ++ment) { in bcm283x_vcbus_to_armc()253 if (vca >= ment->vcbus_start && in bcm283x_vcbus_to_armc()254 vca < ment->vcbus_start + ment->armc_size) { in bcm283x_vcbus_to_armc()255 return (vca - ment->vcbus_start) + ment->armc_start; in bcm283x_vcbus_to_armc()
19 10 "v�ltoztat�sok ment�se"20 11 "nincs ment�s"24 15 "f�jl ment�se"59 50 "exit : kil�p�s �s ment�s nocase : nem bet��rz�keny keres�s "60 51 "quit : kil�p�s ment�s n�lk�l !cmd : \"cmd\" shell parancs "73 64 "write: f�jl �r�sa |case : k/n �rz�keny keres�s |exit : kil�p �s ment "74 65 "!cmd : shell parancs |nocase: nem �rz�keny keres�s |quit : kil�p, nem ment"173 164 "szerkeszt� konfigur�ci�j�nak ment�se"174 165 "ee konfigur�ci� ment�se"175 166 "ment�s az aktu�lis k�nyvt�rba"[all …]
202 mzap_ent_phys_t *ment; in zap_micro_write() local211 bytes = sizeof(*mzap) + (zap->kvpcnt - 1) * sizeof(*ment); in zap_micro_write()214 ment = &mzap->mz_chunk[0]; in zap_micro_write()216 memcpy(&ment->mze_value, ent->valp, ent->intsz * ent->intcnt); in zap_micro_write()217 ment->mze_cd = 0; /* XXX-MJ */ in zap_micro_write()218 strlcpy(ment->mze_name, ent->name, sizeof(ment->mze_name)); in zap_micro_write()219 ment++; in zap_micro_write()
5 3 BUG! le dernier élément n'est pas whotail!\n7 5 BUG! le premier élément n'est pas whohead!\n
41 39 Insère le dernier elément de la commande précédente48 46 Liste les choix pour le complément49 47 Liste les choix pour le complément sur-définissant le complément programmable51 49 Liste les choix pour le complément ou indique la fin de fichier si ligne vide
7 5 complément
3 1 Attention: le PATH exagérément long est tronqué\n
6 ment */
2 // Copyright (C) 2022 Clément Péron <peron.clem@gmail.com>
3 // Copyright (C) 2020 Clément Péron <peron.clem@gmail.com>