/illumos-gate/usr/src/tools/smatch/src/validation/linear/ |
H A D | cast-constants.c | 4 static int uint_2_int(void) { return (int)123U; } in uint_2_int() argument 5 static int long_2_int(void) { return (int)123L; } in long_2_int() argument 6 static int ulong_2_int(void) { return (int)123UL; } in ulong_2_int() argument 7 static int vptr_2_int(void) { return (int)((void*)123); } in vptr_2_int() argument 8 static int iptr_2_int(void) { return (int)((int*)128); } in iptr_2_int() argument 9 static int float_2_int(void) { return (int)1.123F; } in float_2_int() argument 10 static int double_2_int(void) { return (int)1.123L; } in double_2_int() argument 11 static uint int_2_uint(void) { return (uint)123; } in int_2_uint() argument 12 static uint long_2_uint(void) { return (uint)123L; } in long_2_uint() argument 13 static uint ulong_2_uint(void) { return (uint)123UL; } in ulong_2_uint() argument [all …]
|
H A D | logical-phi0.c | 5 static int laa(void) in laa() argument 10 static int lao(void) in lao() argument 15 static int loa(void) in loa() argument 20 static int loo(void) in loo() argument 25 static int raa(void) in raa() argument 30 static int rao(void) in rao() argument 35 static int roa(void) in roa() argument 40 static int roo(void) in roo() argument
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | context.c | 3 static void a(void) __attribute__((context(0,1))) in a() argument 8 static void r(void) __attribute__((context(1,0))) in r() argument 16 static void good_paired1(void) in good_paired1() argument 22 static void good_paired2(void) in good_paired2() argument 30 static void good_paired3(void) in good_paired3() argument 38 static void good_lock1(void) __attribute__((context(0,1))) in good_lock1() argument 43 static void good_lock2(void) __attribute__((context(0,1))) in good_lock2() argument 50 static void good_lock3(void) __attribute__((context(0,1))) in good_lock3() argument 57 static void good_unlock1(void) __attribute__((context(1,0))) in good_unlock1() argument 62 static void good_unlock2(void) __attribute__((context(1,0))) in good_unlock2() argument [all …]
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 32 void __umem_assert_failed(void) {} in __umem_assert_failed() argument 33 void atomic_add_64(void) {} in atomic_add_64() argument 34 void atomic_add_32_nv(void) {} in atomic_add_32_nv() argument 35 void atomic_swap_64(void) {} in atomic_swap_64() argument 36 void dladdr1(void) {} in dladdr1() argument 37 void bcopy(void) {} in bcopy() argument 38 void bzero(void) {} in bzero() argument 39 void exit(void) {} in exit() argument 40 void getenv(void) {} in getenv() argument 41 void gethrtime(void) {} in gethrtime() argument [all …]
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | cb_srt0.S | 41 void *estack; label 51 void label 137 void label 202 void label 229 void label 262 void label 283 void label 288 void label 343 void label 365 void label [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | simd.h | 36 kfpu_allowed(void) in kfpu_allowed() argument 52 kfpu_begin(void) in kfpu_begin() argument 63 kfpu_end(void) in kfpu_end() argument 78 zfs_sse_available(void) in zfs_sse_available() argument 84 zfs_sse2_available(void) in zfs_sse2_available() argument 90 zfs_sse3_available(void) in zfs_sse3_available() argument 96 zfs_ssse3_available(void) in zfs_ssse3_available() argument 102 zfs_avx_available(void) in zfs_avx_available() argument 108 zfs_avx2_available(void) in zfs_avx2_available() argument 114 zfs_avx512f_available(void) in zfs_avx512f_available() argument [all …]
|
/illumos-gate/usr/src/tools/smatch/src/validation/backend/ |
H A D | type-constant.c | 1 char creti(void) { return 3; } in creti() argument 2 int ireti(void) { return 3; } in ireti() argument 3 long lreti(void) { return 3; } in lreti() argument 5 char cinii(void) { char r = 3; return r; } in cinii() argument 6 int iinii(void) { int r = 3; return r; } in iinii() argument 7 long linii(void) { long r = 3; return r; } in linii() argument 10 void *vretn(void) { return (void*)0; } in vretn() argument 11 char *cretn(void) { return (void*)0; } in cretn() argument 12 int *iretn(void) { return (void*)0; } in iretn() argument 13 long *lretn(void) { return (void*)0; } in lretn() argument [all …]
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 32 void mdb_free(void) {} in mdb_free() argument 33 void mdb_snprintf(void) {} in mdb_snprintf() argument 34 void mdb_iob_vsnprintf(void) {} in mdb_iob_vsnprintf() argument 35 void mdb_zalloc(void) {} in mdb_zalloc() argument 36 void strcmp(void) {} in strcmp() argument 37 void strlen(void) {} in strlen() argument 38 void strlcat(void) {} in strlcat() argument 39 void strncpy(void) {} in strncpy() argument 40 void strncmp(void) {} in strncmp() argument 41 void memcpy(void) {} in memcpy() argument [all …]
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_host.c | 60 vmm_host_state_init(void) in vmm_host_state_init() argument 109 vmm_get_host_pat(void) in vmm_get_host_pat() argument 116 vmm_get_host_efer(void) in vmm_get_host_efer() argument 123 vmm_get_host_cr0(void) in vmm_get_host_cr0() argument 130 vmm_get_host_cr4(void) in vmm_get_host_cr4() argument 137 vmm_get_host_xcr0(void) in vmm_get_host_xcr0() argument 144 vmm_get_host_datasel(void) in vmm_get_host_datasel() argument 150 vmm_get_host_codesel(void) in vmm_get_host_codesel() argument 156 vmm_get_host_tsssel(void) in vmm_get_host_tsssel() argument 162 vmm_get_host_fsbase(void) in vmm_get_host_fsbase() argument [all …]
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | header.c | 38 phead1(void) in phead1() argument 44 chd1(void) in chd1() argument 286 rhd1(void) in rhd1() argument 310 phead2(void) in phead2() argument 317 chd2(void) in chd2() argument 332 ptail(void) in ptail() argument 340 ctail(void) in ctail() argument 351 rtail(void) in rtail() argument 366 statistics(void) in statistics() argument
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | caller.S | 40 void label 47 void label 54 void label 61 void label 68 void label 75 void label 82 void label
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | caller.S | 40 void label 47 void label 54 void label 61 void label 68 void label 75 void label 82 void label
|
/illumos-gate/usr/src/test/os-tests/tests/i386/ |
H A D | badseg_exec.c | 33 static void badds(void) in badds() argument 38 static void bades(void) in bades() argument 43 static void badfs(void) in badfs() argument 48 static void badgs(void) in badgs() argument 53 static void badss(void) in badss() argument 79 resetcs(void) in resetcs() argument 85 resetds(void) in resetds() argument 91 resetes(void) in resetes() argument 97 resetfs(void) in resetfs() argument 103 resetgs(void) in resetgs() argument [all …]
|
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | memstream.c | 43 _umem_debug_init(void) in _umem_debug_init() argument 49 _umem_logging_init(void) in _umem_logging_init() argument 76 fmemopen_badmode(void) in fmemopen_badmode() argument 83 fmemopen_zerobuf1(void) in fmemopen_zerobuf1() argument 89 fmemopen_zerobuf2(void) in fmemopen_zerobuf2() argument 95 fmemopen_nullbuf1(void) in fmemopen_nullbuf1() argument 101 fmemopen_nullbuf2(void) in fmemopen_nullbuf2() argument 107 fmemopen_nullbuf3(void) in fmemopen_nullbuf3() argument 113 fmemopen_nullbuf4(void) in fmemopen_nullbuf4() argument 119 fmemopen_sizemax(void) in fmemopen_sizemax() argument [all …]
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmds2.c | 51 cmdreg(void) in cmdreg() argument 96 eol(void) in eol() argument 173 erewind(void) in erewind() argument 196 error0(void) in error0() argument 305 fixol(void) in fixol() argument 329 exclam(void) in exclam() argument 343 makargs(void) in makargs() argument 357 next(void) in next() argument 382 donewline(void) in donewline() argument 442 nomore(void) in nomore() argument [all …]
|
H A D | ex_addr.c | 57 setdot(void) in setdot() argument 70 setdot1(void) in setdot1() argument 90 setcount(void) in setcount() argument 129 setcount2(void) in setcount2() argument 159 getnum(void) in getnum() argument 174 setall(void) in setall() argument 195 setnoaddr(void) in setnoaddr() argument 397 setCNL(void) in setCNL() argument 405 setNAEOL(void) in setNAEOL() argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | proc.c | 39 void (*save)(void *), in installpctx() argument 40 void (*restore)(void *), in installpctx() argument 41 void (*fork)(void *, void *), in installpctx() argument 42 void (*exit)(void *), in installpctx() argument 43 void (*free)(void *, int)) in installpctx() argument 65 void (*save)(void *), in removepctx() argument 66 void (*restore)(void *), in removepctx() argument 67 void (*fork)(void *, void *), in removepctx() argument 68 void (*exit)(void *), in removepctx() argument 69 void (*free)(void *, int)) in removepctx() argument
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_states.c | 72 void __print_cur_stree(void) in __print_cur_stree() argument 95 int unreachable(void) in unreachable() argument 102 void __set_cur_stree_readonly(void) in __set_cur_stree_readonly() argument 107 void __set_cur_stree_writable(void) in __set_cur_stree_writable() argument 211 void __push_fake_cur_stree(void) in __push_fake_cur_stree() argument 217 struct stree *__pop_fake_cur_stree(void) in __pop_fake_cur_stree() argument 225 void __free_fake_cur_stree(void) in __free_fake_cur_stree() argument 243 void __pop_fake_cur_stree_fast(void) in __pop_fake_cur_stree_fast() argument 544 struct stree *__get_cur_stree(void) in __get_cur_stree() argument 549 int is_reachable(void) in is_reachable() argument [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.c | 71 void pxe_dump ( void ) { in pxe_dump() argument 87 int allocate_base_mem_data ( void ) { in allocate_base_mem_data() argument 121 int free_base_mem_data ( void ) { in free_base_mem_data() argument 203 int hunt_pnp_bios ( void ) { in hunt_pnp_bios() argument 228 int hunt_pixie ( void ) { in hunt_pixie() argument 273 int hunt_rom ( void ) { in hunt_rom() argument 337 int hunt_undi_rom ( void ) { in hunt_undi_rom() argument 399 int undi_call_loader ( void ) { in undi_call_loader() argument 447 int undi_loader ( void ) { in undi_loader() argument 508 int eb_pxenv_start_undi ( void ) { in eb_pxenv_start_undi() argument [all …]
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_analyze.c | 42 a_read(void) in a_read() argument 66 a_refresh(void) in a_refresh() argument 91 a_test(void) in a_test() argument 114 a_write(void) in a_write() argument 138 a_compare(void) in a_compare() argument 161 a_print(void) in a_print() argument 251 a_setup(void) in a_setup() argument 359 a_config(void) in a_config() argument 414 a_purge(void) in a_purge() argument 460 a_verify(void) in a_verify() argument
|
H A D | menu_defect.c | 53 d_restore(void) in d_restore() argument 109 d_original(void) in d_original() argument 169 d_extract(void) in d_extract() argument 254 d_add(void) in d_add() argument 367 d_delete(void) in d_delete() argument 442 d_print(void) in d_print() argument 530 d_dump(void) in d_dump() argument 603 d_load(void) in d_load() argument 745 d_commit(void) in d_commit() argument 764 do_commit(void) in do_commit() argument [all …]
|
H A D | menu.c | 229 embedded_scsi(void) in embedded_scsi() argument 240 not_embedded_scsi(void) in not_embedded_scsi() argument 251 not_scsi(void) in not_scsi() argument 262 not_efi(void) in not_efi() argument 272 disp_expert_change_expert_efi(void) in disp_expert_change_expert_efi() argument 284 disp_expand_efi(void) in disp_expand_efi() argument 296 disp_all_change_expert_efi(void) in disp_all_change_expert_efi() argument 309 scsi(void) in scsi() argument 321 scsi_expert(void) in scsi_expert() argument 333 expert(void) in expert() argument [all …]
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | errorinput.c | 156 onelong(void) in onelong() argument 220 cpp(void) in cpp() argument 243 pccccom(void) in pccccom() argument 282 richieccom(void) in richieccom() argument 310 lint0(void) in lint0() argument 340 lint1(void) in lint1() argument 379 lint2(void) in lint2() argument 411 lint3(void) in lint3() argument 430 f77(void) in f77() argument 469 make(void) in make() argument [all …]
|
/illumos-gate/usr/src/test/libc-tests/tests/fexecve/ |
H A D | fexecve_test.c | 39 forkit(char *msg, const char *expect, void (*postfn)(void)) in forkit() argument 119 case_badf(void) in case_badf() argument 140 case_bad_highf(void) in case_bad_highf() argument 162 case_notexec(void) in case_notexec() argument 181 case_cloexec(void) in case_cloexec() argument 208 case_uname(void) in case_uname() argument 227 case_uname_r(void) in case_uname_r() argument 246 case_execvex_bad_flags(void) in case_execvex_bad_flags() argument 267 test_fexecve_badf(void) in test_fexecve_badf() argument 273 test_fexecve_bad_highf(void) in test_fexecve_bad_highf() argument [all …]
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | quick_exit_order.c | 29 qeo_fifth(void) in qeo_fifth() argument 36 qeo_fourth(void) in qeo_fourth() argument 43 qeo_third(void) in qeo_third() argument 50 qeo_second(void) in qeo_second() argument 57 qeo_first(void) in qeo_first() argument 64 qeo_zero(void) in qeo_zero() argument 70 main(void) in main() argument
|