Home
last modified time | relevance | path

Searched refs:h (Results 251 – 275 of 2378) sorted by relevance

1...<<11121314151617181920>>...96

/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dcommon4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define _hdr_stdarg 1 /* #include <stdarg.h> ok */
7 #define _hdr_stddef 1 /* #include <stddef.h> ok */
11 #define _hdr_time 1 /* #include <time.h> ok */
173 #include <stdarg.h>
175 #include <varargs.h>
184 # include <stddef.h>
187 # include <sys/types.h>
190 # include <stdint.h>
193 # include <inttypes.h>
[all …]
H A Dtty4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define _hdr_termio 1 /* #include <termio.h> ok */
7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
19 # include <termios.h>
22 # include <sys/termios.h>
60 # include <termio.h>
63 # include <sys/termio.h>
74 # include <sys/bsdtty.h>
78 # include <sgtty.h>
81 # include <sys/nttyio.h>
[all …]
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtty4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define _hdr_termio 1 /* #include <termio.h> ok */
7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
19 # include <termios.h>
22 # include <sys/termios.h>
60 # include <termio.h>
63 # include <sys/termio.h>
74 # include <sys/bsdtty.h>
78 # include <sgtty.h>
81 # include <sys/nttyio.h>
[all …]
H A Ddirent66 #define _hdr_dirent 1 /* #include <dirent.h> ok */
67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
70 * <dirent.h> for [fl]stat64 and off64_t
75 #include <../include/dirent.h> /* the native <dirent.h> */
82 #include <ast_std.h>
88 #include <../include/dirent.h> /* the native <dirent.h> */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtty4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define _hdr_termio 1 /* #include <termio.h> ok */
7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
19 # include <termios.h>
22 # include <sys/termios.h>
60 # include <termio.h>
63 # include <sys/termio.h>
74 # include <sys/bsdtty.h>
78 # include <sgtty.h>
81 # include <sys/nttyio.h>
[all …]
H A Ddirent66 #define _hdr_dirent 1 /* #include <dirent.h> ok */
67 #define _nxt_dirent <../include/dirent.h> /* include path for the native <dirent.h> */
68 #define _nxt_dirent_str "../include/dirent.h" /* include string for the native <dirent.h> */
70 * <dirent.h> for [fl]stat64 and off64_t
75 #include <../include/dirent.h> /* the native <dirent.h> */
82 #include <ast_std.h>
88 #include <../include/dirent.h> /* the native <dirent.h> */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtty4 #define _sys_types 1 /* #include <sys/types.h> ok */
6 #define _hdr_termio 1 /* #include <termio.h> ok */
7 #define _hdr_sgtty 1 /* #include <sgtty.h> ok */
19 # include <termios.h>
22 # include <sys/termios.h>
60 # include <termio.h>
63 # include <sys/termio.h>
74 # include <sys/bsdtty.h>
78 # include <sgtty.h>
81 # include <sys/nttyio.h>
[all …]
/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_comm.c43 i_ilb_socket_set_err(ilb_handle_t h, ilb_status_t err) in i_ilb_socket_set_err() argument
45 ilb_handle_impl_t *hi = (ilb_handle_impl_t *)h; in i_ilb_socket_set_err()
47 if (h == ILB_INVALID_HANDLE) in i_ilb_socket_set_err()
121 ilb_close(ilb_handle_t h) in ilb_close() argument
123 ilb_handle_impl_t *hi = (ilb_handle_impl_t *)h; in ilb_close()
125 if (h == ILB_INVALID_HANDLE) in ilb_close()
175 ilb_handle_impl_t *hi = (ilb_handle_impl_t *)h; in i_ilb_do_comm()
178 if (h == ILB_INVALID_HANDLE) in i_ilb_do_comm()
221 i_ilb_socket_set_err(h, rc); in i_ilb_do_comm()
234 i_ilb_close_comm(ilb_handle_t h) in i_ilb_close_comm() argument
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhln.c47 hline(chtype h, int n) in hline() argument
52 __m_trace("hline(%ld, %d)", h, n); in hline()
55 code = whline(stdscr, h, n); in hline()
63 mvhline(int y, int x, chtype h, int n) in mvhline() argument
68 __m_trace("mvhline(%d, %d, %ld, %d)", y, x, h, n); in mvhline()
72 code = whline(stdscr, h, n); in mvhline()
80 mvwhline(WINDOW *w, int y, int x, chtype h, int n) in mvwhline() argument
85 __m_trace("mvwhline(%p, %d, %d, %ld, %d)", w, y, x, h, n); in mvwhline()
89 code = whline(w, h, n); in mvwhline()
H A Dhln_st.c47 hline_set(const cchar_t *h, int n) in hline_set() argument
52 __m_trace("hline_set(%p, %d)", h, n); in hline_set()
55 code = whline_set(stdscr, h, n); in hline_set()
63 mvhline_set(int y, int x, const cchar_t *h, int n) in mvhline_set() argument
68 __m_trace("mvhline_set(%d, %d, %p, %d)", y, x, h, n); in mvhline_set()
72 code = whline_set(stdscr, h, n); in mvhline_set()
80 mvwhline_set(WINDOW *w, int y, int x, const cchar_t *h, int n) in mvwhline_set() argument
85 __m_trace("mvwhline_set(%p, %d, %d, %p, %d)", w, y, x, h, n); in mvwhline_set()
89 code = whline_set(w, h, n); in mvwhline_set()
/illumos-gate/usr/src/cmd/sgs/common/
H A Dfindprime.c36 uint_t h, f; in findprime() local
49 for (h = count, f = 2; f * f <= h; f++) in findprime()
50 if ((h % f) == 0) in findprime()
51 h += f = 1; in findprime()
52 return (h); in findprime()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypeSampleRate.cc57 AudioHdr h) const // target header in CanConvert()
61 if ((h.encoding != LINEAR) || in CanConvert()
62 ((h.sample_rate != output_rate) && (h.sample_rate != input_rate)) || in CanConvert()
63 (h.bytes_per_unit != 2) || in CanConvert()
64 (h.channels != 1)) { in CanConvert()
168 AudioHdr h; in Flush() local
177 h = outbuf->GetHeader(); in Flush()
181 cnt = (size_t)nsamp * h.bytes_per_unit; in Flush()
189 cnt = (size_t)nsamp * h.bytes_per_unit; in Flush()
/illumos-gate/usr/src/cmd/refer/
H A Dmkey3.c64 int h; in c_look() local
65 h = hash(s) % (COMTSIZE); in c_look()
66 while (cwds[h] != 0) { in c_look()
67 if (strcmp(s, cwds[h]) == 0) in c_look()
69 h = (h+1) % (COMTSIZE); in c_look()
72 cwds[h] = s; in c_look()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlundump.c192 lu_byte h[LUAC_HEADERSIZE]; in LoadHeader() local
194 luaU_header(h); in LoadHeader()
197 if (memcmp(h,s,N0)==0) return; in LoadHeader()
244 void luaU_header (lu_byte* h) in luaU_header() argument
248 h+=sizeof(LUA_SIGNATURE)-sizeof(char); in luaU_header()
249 *h++=cast_byte(VERSION); in luaU_header()
250 *h++=cast_byte(FORMAT); in luaU_header()
252 *h++=cast_byte(sizeof(int)); in luaU_header()
253 *h++=cast_byte(sizeof(size_t)); in luaU_header()
254 *h++=cast_byte(sizeof(Instruction)); in luaU_header()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_object_detector.c265 switch(h->e_ident[EI_CLASS]) { in fill_in_elf_fields()
276 switch(h->e_ident[EI_DATA]) { in fill_in_elf_fields()
302 const char *cp = (const char *)h; in is_archive_magic()
461 struct elf_header h; in dwarf_object_detector_fd() local
462 size_t readlen = sizeof(h); in dwarf_object_detector_fd()
483 readval = read(fd,&h,readlen); in dwarf_object_detector_fd()
488 if (h.e_ident[0] == 0x7f && in dwarf_object_detector_fd()
489 h.e_ident[1] == 'E' && in dwarf_object_detector_fd()
490 h.e_ident[2] == 'L' && in dwarf_object_detector_fd()
491 h.e_ident[3] == 'F') { in dwarf_object_detector_fd()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h131 #define safe_scf_scope_create(h) \ argument
133 #define safe_scf_service_create(h) \ argument
136 (void *(*)(scf_handle_t *))scf_instance_create, (h))
138 (void *(*)(scf_handle_t *))scf_snapshot_create, (h))
140 (void *(*)(scf_handle_t *))scf_snaplevel_create, (h))
141 #define safe_scf_pg_create(h) \ argument
144 (void *(*)(scf_handle_t *))scf_property_create, (h))
145 #define safe_scf_value_create(h) \ argument
147 #define safe_scf_iter_create(h) \ argument
151 #define safe_scf_entry_create(h) \ argument
[all …]
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c45 fmd_msg_hdl_t *h; in main() local
139 s = fmd_msg_getitem_id(h, NULL, "I_AM_NOT_VALID", 0); in main()
146 s = fmd_msg_gettext_id(h, NULL, "I_AM_NOT_VALID"); in main()
153 s = fmd_msg_getitem_id(h, NULL, "I_AM_NOT_HERE-0000-0000", 0); in main()
160 s = fmd_msg_gettext_id(h, NULL, "I_AM_NOT_HERE-0000-0000"); in main()
172 if ((s = fmd_msg_getitem_id(h, NULL, code, i)) == NULL) { in main()
186 if ((s = fmd_msg_gettext_id(h, NULL, code)) == NULL) { in main()
200 if ((s = fmd_msg_getitem_nv(h, NULL, list, i)) == NULL) { in main()
214 if ((s = fmd_msg_gettext_nv(h, NULL, list)) == NULL) { in main()
230 if (fmd_msg_url_set(h, "http://foo.bar.com/") != 0) { in main()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A DMakefile38 CLEANFILES += nwamcfg_lex.c nwamcfg_grammar.tab.c nwamcfg_grammar.tab.h
58 nwamcfg_lex.c: nwamcfg_lex.l nwamcfg_grammar.tab.h nwamcfg.h
61 nwamcfg_grammar.tab.h + nwamcfg_grammar.tab.c: nwamcfg_grammar.y nwamcfg.h
66 check: $(PROG).c $(PROG).h
67 $(CSTYLE) -pP $(PROG).c $(PROG).h
68 $(HDRCHK) $(PROG).h
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c111 CLIENT *h; in clnttcp_create() local
116 h = (CLIENT *)mem_alloc(sizeof (*h)); in clnttcp_create()
117 if (h == NULL) { in clnttcp_create()
202 h->cl_ops = clnttcp_ops(); in clnttcp_create()
203 h->cl_private = (caddr_t)ct; in clnttcp_create()
204 h->cl_auth = authnone_create(); in clnttcp_create()
205 return (h); in clnttcp_create()
228 ct = (struct ct_data *)h->cl_private; in clnttcp_call()
291 if (! AUTH_VALIDATE(h->cl_auth, in clnttcp_call()
319 ct = (struct ct_data *)h->cl_private; in clnttcp_geterr()
[all …]
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_pool.c38 dump_ddt_stat(const ddt_stat_t *dds, int h) in dump_ddt_stat() argument
47 if (h == -1) in dump_ddt_stat()
50 zfs_nicenum(1ULL << h, refcnt, sizeof (refcnt)); in dump_ddt_stat()
73 int h; in zpool_dump_ddt() local
94 for (h = 0; h < 64; h++) in zpool_dump_ddt()
95 dump_ddt_stat(&ddh->ddh_stat[h], h); in zpool_dump_ddt()
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dsys_time_h.cfg18 # Definitions found in sys/time.h
24 #type | time_t | sys/timeb.h | -ALL SUS+ -SUSv4+
25 #type | struct timeb | sys/timeb.h | -ALL SUS+ -SUSv4+
37 sys/time.h |\
43 sys/time.h | -POSIX+ -XPG3+ SUS+
48 sys/time.h | -ALL
53 sys/time.h | -ALL
55 define | TIMEVAL_TO_TIMESPEC | | sys/time.h | -ALL
56 define | TIMESPEC_TO_TIMEVAL | | sys/time.h | -ALL
H A Dmath_h.cfg17 # Definitions found in math.h
28 value | M_PI | double | math.h | SUS+
29 value | INFINITY | float | math.h | C99+
30 value | NAN | float | math.h | C99+
31 value | FP_NAN | int | math.h | C99+
36 func | cos | double | double | math.h | ALL
37 func | cosf | float | float | math.h | -ALL +C99+
38 func | scalb | double | double; double | math.h | -POSIX+ +SUS+ -SUSv4+
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c94 SLPHandle h; /* An open SLPHandle */ member
306 SLPHandle h = cfg->h; /* an open handle */ in foreach_server() local
360 SLPHandle h = NULL; in update_config() local
387 cookie->h = persrv_h; in update_config()
404 if ((err = SLPOpen(getlocale(), SLP_FALSE, &h)) != SLP_OK) { in update_config()
412 err = SLPFindSrvs(h, cookie->type, cookie->scopes, in update_config()
426 if (h) SLPClose(h); in update_config()
481 SLPHandle h = NULL; in find_all_contexts() local
513 if ((err = SLPOpen(getlocale(), SLP_FALSE, &h)) != SLP_OK) { in find_all_contexts()
523 err = SLPFindAttrs(h, fulltype, scope, cookie->context_attr, in find_all_contexts()
[all …]
/illumos-gate/usr/src/uts/sun/io/scsi/
H A Dinc.flg57 echo_file usr/src/uts/common/vm/as.h
58 echo_file usr/src/uts/common/vm/faultcode.h
59 echo_file usr/src/uts/common/vm/hat.h
60 echo_file usr/src/uts/common/vm/page.h
61 echo_file usr/src/uts/common/vm/seg.h
62 echo_file usr/src/uts/common/vm/seg_enum.h
65 echo_file usr/src/uts/sun/sys/obpdefs.h
66 echo_file usr/src/uts/sun/sys/promif.h
67 echo_file usr/src/uts/sun/sys/socalreg.h
68 echo_file usr/src/uts/sun/sys/socalio.h
/illumos-gate/usr/src/lib/libbsm/
H A DMakefile46 GENHDRS = audit_uevents.h
47 HDRS = libbsm.h devices.h devalloc.h adt.h adt_event.h audit_private.h
48 GENSRCS = $(COMMONDIR)/adt_xlate.c $(COMMONDIR)/adt_event.h
54 CHECKCHDRS = $(COMMONHDRS:%.h=%.check)
55 CHECKHDRS = $(GENHDRS:%.h=%.check)
138 audit_uevents.h: mkhdr.sh audit_event.txt
141 $(COMMONDIR)/adt_event.check: $(COMMONDIR)/adt_event.h

1...<<11121314151617181920>>...96