| tag | line | file | source code |
| new | 47 | arch/i386/kernel/vm86.c | #define set_flags(X,new,mask) \ |
| new | 48 | arch/i386/kernel/vm86.c | ((X) = ((X) & ~(mask)) | ((new) & (mask))) |
| new | 38 | arch/ppc/kernel/process.c | switch_to(struct task_struct *new) |
| new | 43 | arch/ppc/kernel/process.c | regs = (struct pt_regs *)new->tss.ksp; |
| new | 49 | arch/ppc/kernel/process.c | new_tss = &new->tss; |
| new | 51 | arch/ppc/kernel/process.c | current = new; |
| new | 476 | drivers/char/apm_bios.c | callback_list_t * new; |
| new | 478 | drivers/char/apm_bios.c | new = kmalloc(sizeof(callback_list_t), GFP_KERNEL); |
| new | 479 | drivers/char/apm_bios.c | if (new == NULL) |
| new | 481 | drivers/char/apm_bios.c | new->callback = callback; |
| new | 482 | drivers/char/apm_bios.c | new->next = callback_list; |
| new | 483 | drivers/char/apm_bios.c | callback_list = new; |
| new | 3470 | drivers/net/ppp.c | struct compressor_link *new; |
| new | 3473 | drivers/net/ppp.c | new = (struct compressor_link *) kmalloc (sizeof (struct compressor_link), GFP_KERNEL); |
| new | 3475 | drivers/net/ppp.c | if (new == (struct compressor_link *) 0) |
| new | 3483 | drivers/net/ppp.c | kfree (new); |
| new | 3487 | drivers/net/ppp.c | new->next = ppp_compressors; |
| new | 3488 | drivers/net/ppp.c | new->comp = cp; |
| new | 3489 | drivers/net/ppp.c | ppp_compressors = new; |
| new | 300 | drivers/sound/configure.c | char *method, *new, *old, *var, *p; |
| new | 313 | drivers/sound/configure.c | new = p; |
| new | 323 | drivers/sound/configure.c | fprintf (stderr, "Rebuilding file %s (%s %s)\n", new, method, old); |
| new | 327 | drivers/sound/configure.c | if (!bin2hex (old, new, var)) |
| new | 335 | drivers/sound/configure.c | if (!hex2hex (old, new, var)) |
| new | 344 | drivers/sound/configure.c | new, method); |
| new | 77 | fs/isofs/dir.c | static int isofs_name_translate(char * old, int len, char * new) |
| new | 100 | fs/isofs/dir.c | new[i] = c; |
| new | 158 | include/asm-mips/mipsregs.h | set_cp0_##name(unsigned int change, unsigned int new) \ |
| new | 164 | include/asm-mips/mipsregs.h | res |= (new & change); \ |
| new | 39 | include/linux/smb.h | #define BSET(p,off,new) (*((byte *)(((void *)p)+off))=(new)) |
| new | 40 | include/linux/smb.h | #define WSET(p,off,new) (*((word *)(((void *)p)+off))=(new)) |
| new | 41 | include/linux/smb.h | #define DSET(p,off,new) (*((dword *)(((void *)p)+off))=(new)) |
| new | 152 | scripts/tkcond.c | struct condition * new; |
| new | 162 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
| new | 163 | scripts/tkcond.c | memset(new, 0, sizeof(*new)); |
| new | 164 | scripts/tkcond.c | new->op = op_lparen; |
| new | 167 | scripts/tkcond.c | newcond = tail = new; |
| new | 171 | scripts/tkcond.c | tail->next = new; |
| new | 172 | scripts/tkcond.c | tail = new; |
| new | 181 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
| new | 182 | scripts/tkcond.c | memset(new, 0, sizeof(*new)); |
| new | 183 | scripts/tkcond.c | new->op = ocond->op; |
| new | 202 | scripts/tkcond.c | new->variable.cfg = cfg; |
| new | 203 | scripts/tkcond.c | new->op = op_kvariable; |
| new | 209 | scripts/tkcond.c | new->variable.str = strdup(ocond->variable.str); |
| new | 214 | scripts/tkcond.c | new->variable.str = strdup(ocond->variable.str); |
| new | 217 | scripts/tkcond.c | tail->next = new; |
| new | 218 | scripts/tkcond.c | tail = new; |
| new | 224 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
| new | 225 | scripts/tkcond.c | memset(new, 0, sizeof(*new)); |
| new | 226 | scripts/tkcond.c | new->op = op_rparen; |
| new | 227 | scripts/tkcond.c | tail->next = new; |
| new | 228 | scripts/tkcond.c | tail = new; |
| new | 235 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
| new | 236 | scripts/tkcond.c | memset(new, 0, sizeof(*new)); |
| new | 237 | scripts/tkcond.c | new->op = op_and; |
| new | 238 | scripts/tkcond.c | tail->next = new; |
| new | 239 | scripts/tkcond.c | tail = new; |
| new | 257 | scripts/tkcond.c | struct condition * new; |
| new | 268 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
| new | 269 | scripts/tkcond.c | memset(new, 0, sizeof(*new)); |
| new | 270 | scripts/tkcond.c | new->op = ocond->op; |
| new | 271 | scripts/tkcond.c | new->variable.cfg = ocond->variable.cfg; |
| new | 274 | scripts/tkcond.c | newcond = tail = new; |
| new | 278 | scripts/tkcond.c | tail->next = new; |
| new | 279 | scripts/tkcond.c | tail = new; |
| new | 283 | scripts/tkcond.c | new = (struct condition *) malloc(sizeof(struct condition)); |
| new | 284 | scripts/tkcond.c | memset(new, 0, sizeof(*new)); |
| new | 285 | scripts/tkcond.c | new->op = op_and; |
| new | 286 | scripts/tkcond.c | tail->next = new; |
| new | 287 | scripts/tkcond.c | tail = new; |