Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 1462) sorted by path

12345678910>>...59

/illumos-gate/
H A DCODE_OF_CONDUCT.md69 All complaints will be reviewed and investigated and will result in a response
/illumos-gate/exception_lists/
H A Dpackaging690 # publication. The net result is that everything therein should be
/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE196 such Contributor as a result of warranty, support, indemnity or
213 by the Initial Developer or such Contributor as a result of any
/illumos-gate/usr/src/boot/common/
H A Dbcache.c215 int result; in read_strategy() local
230 result = 0; in read_strategy()
317 result = dd->dv_strategy(dd->dv_devdata, rw, p_blk, in read_strategy()
344 result = 0; in read_strategy()
348 if ((result == 0) && (rsize != NULL)) in read_strategy()
350 return (result); in read_strategy()
H A Dcommands.c479 int result; in page_file() local
481 result = pager_file(filename); in page_file()
483 if (result == -1) { in page_file()
488 return (result); in page_file()
H A Ddevopen.c38 int result; in devopen() local
40 result = archsw.arch_getdev((void **)&dev, fname, file); in devopen()
41 if (result) in devopen()
42 return (result); in devopen()
47 result = dev->d_dev->dv_open(f, dev); in devopen()
48 if (result != 0) { in devopen()
54 return (result); in devopen()
H A Dinterp.c64 int result; in perform() local
75 result = CMD_ERROR; in perform()
83 result = (cmd)(argc, argv); in perform()
87 RETURN(result); in perform()
H A Dinterp_forth.c79 int argc, result; in bf_command() local
143 result = (cmd)(argc, argv); in bf_command()
146 result = BF_PARSE; in bf_command()
149 switch (result) { in bf_command()
163 if (result != CMD_OK) in bf_command()
164 ficlVmThrow(vm, result); in bf_command()
339 int result; in bf_run() local
343 result = ficlVmExecuteString(bf_vm, s); in bf_run()
346 switch (result) { in bf_run()
369 if (result == FICL_VM_STATUS_USER_EXIT) in bf_run()
[all …]
H A Dload_elf.c150 __elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result) in __elfN()
152 return (__elfN(loadfile_raw)(filename, dest, result, 0)); in __elfN()
157 struct preloaded_file **result, int multiboot) in __elfN()
287 *result = (struct preloaded_file *)fp; in __elfN()
320 ssize_t result; in __elfN() local
655 result = archsw.arch_readin(ef->fd, lastaddr, shdr[i].sh_size); in __elfN()
656 if (result < 0 || (size_t)result != shdr[i].sh_size) { in __elfN()
659 (uintmax_t)result, (uintmax_t)shdr[i].sh_size); in __elfN()
H A Dload_elf_obj.c85 struct preloaded_file **result) in __elfN()
168 *result = (struct preloaded_file *)fp; in __elfN()
H A Dls.c65 int result, ch; in command_ls() local
68 result = CMD_OK; in command_ls()
107 result = CMD_ERROR; in command_ls()
148 return (result); in command_ls()
H A Dmisc.c87 char *result, *cp; in strdupout() local
89 result = malloc(strlenout(str) + 1); in strdupout()
90 for (cp = result; ;cp++) { in strdupout()
95 return(result); in strdupout()
H A Dmodule.c346 *result = fp; in file_load()
974 free(result); in file_lookup()
1005 char *result; in file_search() local
1022 result = NULL; in file_search()
1029 return (result); in file_search()
1040 char *result; in mod_search_hints() local
1047 result = NULL; in mod_search_hints()
1104 return (result); in mod_search_hints()
1114 char *result; in mod_searchmodule() local
1120 result = NULL; in mod_searchmodule()
[all …]
H A Dmultiboot2.c133 struct preloaded_file **result) in multiboot2_loadfile() argument
323 *result = fp; in multiboot2_loadfile()
H A Dtem.c422 uint8_t result = 0; in tems_check_videomode() local
425 result |= TEMS_DEPTH_DIFF; in tems_check_videomode()
430 result |= TEMS_DIMENSION_DIFF; in tems_check_videomode()
434 result |= TEMS_DIMENSION_DIFF; in tems_check_videomode()
437 result |= TEMS_DIMENSION_DIFF; in tems_check_videomode()
439 return (result); in tems_check_videomode()
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown21 The result is a pollution of binaries without line editing support.
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dexec.c51 struct preloaded_file **result) in __elfN()
55 r = __elfN(loadfile)(filename, dest, result); in __elfN()
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c89 int result; in efifb_mask_from_pixfmt() local
91 result = 0; in efifb_mask_from_pixfmt()
113 result = 1; in efifb_mask_from_pixfmt()
116 return (result); in efifb_mask_from_pixfmt()
123 int result; in efifb_from_gop() local
130 result = efifb_mask_from_pixfmt(efifb, info->PixelFormat, in efifb_from_gop()
133 result = 1; in efifb_from_gop()
134 return (result); in efifb_from_gop()
/illumos-gate/usr/src/boot/forth/
H A Dbeastie.4th63 dup 0= if 2drop else drop then \ getenv result unused
70 2drop ( c-addr/u -- ) \ getenv result unused
H A Dbrand.4th58 dup 0= if 2drop else drop then \ getenv result unused
61 2drop ( c-addr/u -- ) \ getenv result unused
H A Dmenusets.4th356 drop ( c-addr1 u1 -1 -- c-addr1 u1 ) \ drop -1 result
407 \ would result in double evaluation). By doing this, the initializer
H A Dsupport.4th853 name_buffer .len @ value_buffer .len @ + 5 chars + \ size of result string
1994 2>r ( store string on the result stack )
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S515 # Convert AL to hex, saving the result to [EDI].
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c1200 int result, retry; in bd_io() local
1221 result = bd_edd_io(bd, dblk, blks, dest, dowrite); in bd_io()
1223 result = bd_chs_io(bd, dblk, blks, dest, dowrite); in bd_io()
1225 if (result == 0) { in bd_io()
1240 if (result == 0x20 || result == 0x31 || result == 0x80) { in bd_io()
1246 if (result != 0 && (bd->bd_flags & BD_NO_MEDIA) == 0) { in bd_io()
1251 result); in bd_io()
1256 result); in bd_io()
1260 return (result); in bd_io()
H A Dbiospnp.c113 int result; in biospnp_init() local
130 result = biospnp_f00(vsegofs(&pnp_NumNodes), vsegofs(&pnp_NodeSize)); in biospnp_init()
131 if (result != PNP_SUCCESS) { in biospnp_init()
138 result = biospnp_f40(vsegofs(&icfg)); in biospnp_init()
139 switch (result) { in biospnp_init()
159 int result; in biospnp_enumerate() local
171 result = biospnp_f01(vsegofs(&Node), vsegofs(devNodeBuffer), 0x1); in biospnp_enumerate()
172 if (result != PNP_SUCCESS) { in biospnp_enumerate()
173 printf("PnP BIOS node %d: error 0x%x\n", Node, result); in biospnp_enumerate()

12345678910>>...59