Home
last modified time | relevance | path

Searched defs:void (Results 1 – 25 of 3468) sorted by relevance

12345678910>>...139

/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dcast-constants.c4 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
18 static long int_2_long(void) { return (long)123; } in int_2_long() argument
[all …]
H A Dlogical-phi0.c5 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 Dcontext.c16 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
69 static void warn_lock1(void) in warn_lock1() argument
74 static void warn_lock2(void) in warn_lock2() argument
81 static void warn_lock3(void) in warn_lock3() argument
102 static int good_if1(void) in good_if1() argument
113 static void good_if2(void) in good_if2() argument
121 static void good_if3(void) in good_if3() argument
131 static int warn_if1(void) in warn_if1() argument
[all …]
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c36 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
43 void memcpy(void) {} in memcpy() argument
44 void _memcpy(void) {} in _memcpy() argument
45 void memset(void) {} in memset() argument
47 void strchr(void) {} in strchr() argument
48 void strcmp(void) {} in strcmp() argument
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsimd.h34 kfpu_allowed(void) in kfpu_allowed() argument
42 kfpu_begin(void) in kfpu_begin() argument
53 kfpu_end(void) in kfpu_end() argument
68 zfs_sse_available(void) in zfs_sse_available() argument
74 zfs_sse2_available(void) in zfs_sse2_available() argument
80 zfs_sse3_available(void) in zfs_sse3_available() argument
92 zfs_avx_available(void) in zfs_avx_available() argument
98 zfs_avx2_available(void) in zfs_avx2_available() argument
129 zfs_sse_available(void) in zfs_sse_available() argument
138 zfs_sse2_available(void) in zfs_sse2_available() argument
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dtype-constant.c1 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 Dlinktest_stand.c32 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 Dvmm_host.c57 vmm_host_state_init(void) in vmm_host_state_init() argument
106 vmm_get_host_pat(void) in vmm_get_host_pat() argument
113 vmm_get_host_efer(void) in vmm_get_host_efer() argument
120 vmm_get_host_cr0(void) in vmm_get_host_cr0() argument
127 vmm_get_host_cr4(void) in vmm_get_host_cr4() argument
134 vmm_get_host_xcr0(void) in vmm_get_host_xcr0() argument
141 vmm_get_host_datasel(void) in vmm_get_host_datasel() argument
147 vmm_get_host_codesel(void) in vmm_get_host_codesel() argument
153 vmm_get_host_tsssel(void) in vmm_get_host_tsssel() argument
159 vmm_get_host_fsbase(void) in vmm_get_host_fsbase() argument
[all …]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.S41 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/cmd/sgs/lex/common/
H A Dheader.c38 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/test/os-tests/tests/i386/
H A Dbadseg_exec.c33 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/cmd/vi/port/
H A Dex_cmds2.c51 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
442 nomore(void) in nomore() argument
463 quickly(void) in quickly() argument
[all …]
H A Dex_addr.c57 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 Dproc.c39 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/test/libc-tests/tests/stdio/
H A Dmemstream.c43 _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/format/
H A Dmenu_analyze.c42 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 Dmenu_defect.c53 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
934 d_grown(void) in d_grown() argument
[all …]
H A Dmenu.c229 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
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
343 developer(void) in developer() argument
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_states.c72 void __print_cur_stree(void) in __print_cur_stree() argument
95 int unreachable(void) in unreachable() argument
549 int is_reachable(void) in is_reachable() argument
638 void nullify_path(void) in nullify_path() argument
665 int __path_is_null(void) in __path_is_null() argument
1057 void __push_breaks(void) in __push_breaks() argument
1086 int __has_breaks(void) in __has_breaks() argument
1097 void __merge_breaks(void) in __merge_breaks() argument
1117 void __use_breaks(void) in __use_breaks() argument
1186 void __set_default(void) in __set_default() argument
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c71 void pxe_dump ( void ) { in pxe_dump() 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
708 int eb_pxenv_undi_isr ( void ) { in eb_pxenv_undi_isr() argument
1239 void undi_pxe_disable(void) in undi_pxe_disable() argument
[all …]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorinput.c156 onelong(void) in onelong() argument
220 cpp(void) in cpp() 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
483 ri(void) in ri() argument
529 troff(void) in troff() argument
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/fexecve/
H A Dfexecve_test.c119 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
267 test_fexecve_badf(void) in test_fexecve_badf() argument
279 test_fexecve_notexec(void) in test_fexecve_notexec() argument
285 test_fexecve_cloexec(void) in test_fexecve_cloexec() argument
291 test_fexecve_uname(void) in test_fexecve_uname() argument
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dquick_exit_order.c29 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
/illumos-gate/usr/src/cmd/tbl/
H A Dtf.c19 savefill(void) in savefill() argument
37 rstofill(void) in rstofill() argument
43 endoff(void) in endoff() argument
55 ifdivert(void) in ifdivert() argument
62 saveline(void) in saveline() argument
69 restline(void) in restline() argument
76 cleanfc(void) in cleanfc() argument
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcaller.S40 void label
47 void label
54 void label
61 void label
68 void label
75 void label
82 void label

12345678910>>...139