Searched refs:key (Results 1 - 25 of 1341) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/include/
H A Dunistd.h494 int des_setkey(const char *key);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootparam.c230 * Given client name and file "key", get:
236 bp_getfile(sockfd, key, serv_addr, pathname)
238 char *key;
274 /* key name (root or swap) */
275 if (xdr_string_encode(&send_tail, key, strlen(key))) {
276 RPC_PRINTF(("bp_getfile: bad key\n"));
H A Dbootparam.h4 int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h270 #define COMMAND_SET(tag, key, desc, func) \
272 static struct bootblk_command _cmd_ ## tag = { key, desc, func }; \
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c738 EFI_INPUT_KEY key; local
742 status = systab->ConIn->ReadKeyStroke(systab->ConIn, &key);
745 status = systab->ConIn->ReadKeyStroke(systab->ConIn, &key);
747 return (key.UnicodeChar);
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defi_console.c498 EFI_INPUT_KEY key; local
511 /* Try to read a key stroke. We wait for one if none is pending. */
512 status = conin->ReadKeyStroke(conin, &key);
515 status = conin->ReadKeyStroke(conin, &key);
518 switch (key.ScanCode) {
540 return (key.UnicodeChar);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c453 UINTN key, dsz; local
477 status = BS->GetMemoryMap(&sz, 0, &key, &dsz, &dver);
483 status = BS->GetMemoryMap(&sz, map, &key, &dsz, &dver);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dexynos5250-snow.dts63 google,key-rows = <8>;
64 google,key-columns = <13>;
H A Dexynos5250-spring.dts63 google,key-rows = <8>;
64 google,key-columns = <13>;
H A Dexynos5420-peach-pit.dts59 google,key-rows = <8>;
60 google,key-columns = <13>;
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S141 .set KEY_ENTER,0x1c # Enter key scan code
142 .set KEY_F1,0x3b # F1 key scan code
143 .set KEY_1,0x02 # #1 key scan code
336 callw putkey # key
399 * Check if the key is acceptable, and loop back if not.
515 callw putkey # key
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Dedd.h68 uint16_t key; member in struct:edd_device_path_v3
85 uint16_t key; member in struct:edd_device_path_v4
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm472 my (%hash, $key);
475 foreach $key (keys(%hash)) {
476 $str .= "$key $hash{$key}\n";
1479 my ($key, $base);
1523 $key = "$dir|$lib2|$abi";
1524 $lib_index_definition{$key} = $def;
1546 $key = "$dir|$device/$inode|$abi";
1547 $lib_index_definition{$key} = $def;
1596 # if empty, set it to "0" for the $id key
[all...]
H A Dsymcheck.pl687 my $key;
689 $key = $lib;
699 $key = "$device/$inode";
700 if (! exists($model_tweak{$key}) || ! $model_tweak{$key}) {
704 # device/inode $key is recorded, so continue along
719 foreach $case (split(/,/, $model_tweak{$key})) {
935 my ($dir, $def, $key);
940 $key = "$dir|$path_to_library|$abi";
941 $def = $lib_index_definition{$key};
[all...]
H A Dsymprof.pl914 foreach my $key (reverse(sort_on_count(keys %sorting_list))) {
915 push(@executables_to_try, $sorting_list{$key});
H A Dsymreport.pl629 my ($key, $lib2, $app2, $sym2);
636 foreach $key (keys(%libapp)) {
637 ($lib2, $app2) = split(/\|/, $key);
642 foreach $key (keys(%libapp_private)) {
643 ($lib2, $app2) = split(/\|/, $key);
648 while (($key, $val) = each(%libsym_private)) {
649 ($lib2, $sym2) = split(/\|/, $key);
794 my (@pub, @priv, $lib2, $sym2, $text, $key);
799 foreach $key (keys(%$sym_public)) {
800 next unless (index($key,
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c38 static int find_fun(char *key, char *value, char *parentfun);
50 buf[BUFSIZ], key[20]; local
136 split(buf2, key, localvalue);
137 if ((found = find_fun(key, localvalue, parentfun))) {
216 split(buf2, key, localvalue);
217 ki = interesting_keyword(keywordlist, key);
236 "uninteresting keyword: %s\n", key);
269 * given a key value pair, and the name of the function you are
275 find_fun(char *key, char *value, char *parentfun) argument
279 if (strcasecmp(key, "functio
315 char key[20], buf[BUFSIZ], *buf2 = NULL, *localvalue = NULL, *p; local
[all...]
H A Dfrontend.c74 while (keywordlist[i].key != NULL) {
75 errlog(STATUS, "\t%s\n", keywordlist[i].key);
160 char key[BUFSIZ], *value = NULL, *p = NULL; local
220 split(buf2, key, value);
221 ki = interesting_keyword(keywordlist, key);
295 key);
324 * interesting_keyword(char **keywordlist, const char *key) {
325 * returns the token associated with key if key is found in keywordlist
326 * returns XLATOR_KW_NOTFOUND if key i
333 interesting_keyword(xlator_keyword_t *keywordlist, const char *key) argument
428 split(const char *line, char *key, char *value) argument
[all...]
H A Dparser.h61 char *key; member in struct:__anon1
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c276 char *key = Keywords[token-FIRST_TOKEN].key; local
279 seterrline(Curline, meta_info.mi_filename, key, value);
282 "take_kvpair called. ext_cnt=%d token=%d key=%s value=%s",
283 meta_info.mi_ext_cnt, token, key, value);
439 "\tThis is a programmer error: %s", key);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c148 for (i = 0; Keywords[i].key != NULL; i++) {
149 errlog(VERBOSE, " \"%s\", ", Keywords[i].key);
273 char *key = Keywords[token-FIRST_TOKEN].key; local
280 seterrline(line, m.mi_filename, key, value);
283 errlog(VERBOSE, "key='%s', value='%s'",
284 (key) ? key : "<nil>",
530 Keywords[token-FIRST_TOKEN].key, value, line);
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c141 int key = HASHKEY(uid); local
151 curdisk->next = usglist[key];
152 usglist[key] = curdisk;
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c91 static int ent_bsearch(struct alts_ent buf[], int cnt, struct alts_ent *key);
724 ent_bsearch(struct alts_ent buf[], int cnt, struct alts_ent *key) argument
741 if ((key->bad_start >= buf[ind-1].bad_start) &&
742 (key->bad_start <= buf[ind-1].bad_end)) {
747 if (key->bad_start < buf[ind-1].bad_start) {
750 /* if key is larger than the last element then break */
/illumos-gate/usr/src/cmd/allocate/
H A Dsvc-allocate54 <match key="info.capabilities" contains="volume">
55 <match key="@block.storage_device:storage.removable" bool="true">
56 <merge key="volume.ignore" type="bool">true</merge>
58 <match key="@block.storage_device:storage.hotpluggable" bool="true">
59 <merge key="volume.ignore" type="bool">true</merge>
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dparse.cc147 char *key; local
177 key = cp;
181 switch (do_lookup(key, Keywords)) {
215 Err(MGET("ambiguous keyword: %s\n"), key);
221 Err(MGET("invalid keyword: %s\n"), key);

Completed in 133 milliseconds

1234567891011>>