Searched refs:id (Results 1 – 14 of 14) sorted by relevance
/scripts/coccinelle/free/ |
D | pci_free_consistent.cocci | 13 local idexpression id; 19 id = pci_alloc_consistent@p1(x,y,&z) 20 ... when != e = id 21 if (id == NULL || ...) { ... return ...; } 22 ... when != pci_free_consistent(x,y,id,z) 23 when != if (id) { ... pci_free_consistent(x,y,id,z) ... } 24 when != if (y) { ... pci_free_consistent(x,y,id,z) ... } 25 when != e = (T)id 32 return id;
|
/scripts/kconfig/ |
D | zconf.l | 104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); variable 108 if (id && id->flags & TF_COMMAND) { 109 zconflval.id = id; 110 return id->token; 143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 144 if (id && id->flags & TF_PARAM) { 145 zconflval.id = id; 146 return id->token;
|
D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 43 const struct kconf_id *id; member 46 %token <id>T_MAINMENU 47 %token <id>T_MENU 48 %token <id>T_ENDMENU 49 %token <id>T_SOURCE 50 %token <id>T_CHOICE 51 %token <id>T_ENDCHOICE 52 %token <id>T_COMMENT 53 %token <id>T_CONFIG [all …]
|
D | zconf.tab.c_shipped | 102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 196 const struct kconf_id *id; 1695 zconf_error("unexpected option \"%s\"", kconf_id_strings + (yyvsp[(2) - (4)].id)->name); 1757 menu_set_type((yyvsp[(1) - (3)].id)->stype); 1760 (yyvsp[(1) - (3)].id)->stype); 1776 if ((yyvsp[(1) - (4)].id)->stype != S_UNKNOWN) 1777 menu_set_type((yyvsp[(1) - (4)].id)->stype); 1780 (yyvsp[(1) - (4)].id)->stype); 1803 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st… 1804 if (id && id->flags & TF_OPTION) [all …]
|
D | zconf.lex.c_shipped | 1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1129 if (id && id->flags & TF_COMMAND) { 1130 zconflval.id = id; 1131 return id->token; 1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1213 if (id && id->flags & TF_PARAM) { 1214 zconflval.id = id; 1215 return id->token;
|
/scripts/ |
D | setlocalversion | 104 if test -d .hg && hgid=`hg id 2>/dev/null`; then 107 id=`hg log -r . --template '{latesttag}'` 108 printf '%s%s' -hg "$id" 112 id=`printf '%s' "$hgid" | sed 's/[+ ].*//'` 113 printf '%s%s' -hg "$id"
|
D | kernel-doc | 998 my $id; 1000 $id = "API-" . $args{'function'}; 1001 $id =~ s/[^A-Za-z0-9]/-/g; 1003 print "<refentry id=\"$id\">\n"; 1075 my $id; 1077 $id = "API-struct-" . $args{'struct'}; 1078 $id =~ s/[^A-Za-z0-9]/-/g; 1080 print "<refentry id=\"$id\">\n"; 1169 my $id; 1171 $id = "API-enum-" . $args{'enum'}; [all …]
|
D | checkpatch.pl | 694 my ($commit, $id, $desc) = @_; 696 return ($id, $desc) if ((which("git") eq "") || !(-e ".git")); 702 return ($id, $desc) if ($#lines < 0); 716 $id = substr($lines[0], 0, 12); 720 return ($id, $desc); 2364 my $id = '0123456789ab'; 2397 ($id, $description) = git_commit_info($orig_commit, 2398 $id, $orig_desc); 2402 … 'commit <12+ chars of sha1> (\"<title line>\")' - ie: '${init_char}ommit $id (\"$description\")'\…
|
D | analyze_suspend.py | 741 id = 'task %s cpu %s' % (match.group('pid'), match.group('cpu')) 744 print('Too much data for '+id+\ 747 print('Too much data for '+id+\ 1241 id = 'task %s cpu %s' % (pid, m.group('cpu')) 1243 id+', ignoring this callback') 1538 id = 'task %s cpu %s' % (pid, m.group('cpu')) 1540 id+', ignoring this callback')
|
/scripts/mod/ |
D | file2alias.c | 458 DEF_FIELD(symval, serio_device_id, id); in do_serio_entry() 464 ADD(alias, "id", id != SERIO_ANY, id); in do_serio_entry() 481 DEF_FIELD_ADDR(symval, acpi_device_id, id); in do_acpi_entry() 485 if (id && strlen((const char *)*id)) in do_acpi_entry() 486 sprintf(alias, "acpi*:%s:*", *id); in do_acpi_entry() 519 DEF_FIELD_ADDR(symval + i*id_size, pnp_device_id, id); in do_pnp_device_entry() 520 char acpi_id[sizeof(*id)]; in do_pnp_device_entry() 524 "MODULE_ALIAS(\"pnp:d%s*\");\n", *id); in do_pnp_device_entry() 528 acpi_id[j] = toupper((*id)[j]); in do_pnp_device_entry() 549 const char *id = (char *)(*devs)[j].id; in do_pnp_card_entries() local [all …]
|
D | devicetable-offsets.c | 61 DEVID_FIELD(serio_device_id, id); in main() 65 DEVID_FIELD(acpi_device_id, id); in main() 70 DEVID_FIELD(pnp_device_id, id); in main() 130 DEVID_FIELD(bcma_device_id, id); in main() 158 DEVID_FIELD(zorro_device_id, id); in main() 170 DEVID_FIELD(amba_id, id); in main()
|
/scripts/selinux/ |
D | install_policy.sh | 2 if [ `id -u` -ne 0 ]; then
|
/scripts/package/ |
D | Makefile | 73 test `id -u` = 0 || \
|
D | builddeb | 227 email=$(id -nu)@$(hostname -f 2>/dev/null || hostname)
|