Home
last modified time | relevance | path

Searched refs:h (Results 151 – 175 of 2378) sorted by relevance

12345678910>>...96

/illumos-gate/usr/src/lib/libscf/common/
H A Dnotify_params.c200 if (h == NULL) { in get_pg()
685 if (h == NULL) { in notify_set_params()
959 if (h == NULL) { in values_get()
1281 if (h == NULL) { in smf_notify_set_params()
1373 scf_handle_destroy(h); in smf_notify_set_params()
1405 if (h == NULL) { in _scf_notify_get_params()
1593 if (h == NULL) { in _scf_get_svc_notify_params()
1678 scf_handle_destroy(h); in _scf_get_svc_notify_params()
1712 if (h == NULL) { in _scf_get_fma_notify_params()
1776 scf_handle_destroy(h); in _scf_get_fma_notify_params()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dhslconv.c53 char * htos ( char * s, unsigned short h) in htos() argument
55 char * htos (s, h) in htos()
57 unsigned short h;
64 s[i--] = _lp_hextable[(long)h % 16];
65 h = (long) h / 16;
97 unsigned short h = 0; local
101 h <<= 4;
102 h += strchr(_lp_hextable, s[i++]) - _lp_hextable;
104 return(h);
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dwchar_h.cfg37 wchar.h | -ALL SUSv4+
42 wchar.h | -ALL SUSv4+
47 wchar.h | -ALL SUSv4+
52 wchar.h | -ALL SUSv4+
57 wchar.h | -ALL SUSv4+
62 wchar.h | -ALL SUSv4+
68 wchar.h | ALL
73 wchar.h | -ALL SUSv4+
78 wchar.h | -ALL SUSv4+
83 wchar.h | -ALL SUSv4+
[all …]
/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtohex.c117 char *h; in bsltoh_r() local
119 if (label_to_str(label, &h, M_INTERNAL, DEF_NAMES) != 0) { in bsltoh_r()
120 free(h); in bsltoh_r()
124 (void) strncpy(hex, (const char *)h, _HEX_SIZE); in bsltoh_r()
125 free(h); in bsltoh_r()
167 char *h; in bcleartoh_r() local
169 if (label_to_str(clearance, &h, M_INTERNAL, DEF_NAMES) != 0) { in bcleartoh_r()
170 free(h); in bcleartoh_r()
174 (void) strncpy(hex, (const char *)h, _HEX_SIZE); in bcleartoh_r()
175 free(h); in bcleartoh_r()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A DMakefile33 HDRS= cis.h \
34 cis_handlers.h \
35 cis_protos.h \
36 cs.h \
37 cs_priv.h \
38 cs_strings.h \
39 cs_types.h \
40 cs_stubs.h
50 CHECKHDRS= $(HDRS:%.h=%.check)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c757 double h; member
1339 xx.h = x; in kpsin()
1435 rr.h = (double) ((float) ((yy.h + yy.l) * r1)); in gam_n()
1436 rr.l = r1 * (yy.h - rr.h * xh) - in gam_n()
1440 rr.h = yy.h; in gam_n()
1446 rr.h = zh * yy.h; in gam_n()
1456 rr.h = xh * yy.h; in gam_n()
1470 rr.h = xh * yy.h; in gam_n()
1484 rr.h = xh * yy.h; in gam_n()
1504 wl = (z1 * yy.h + x5 * yy.l) - (wh - zh * yy.h); in gam_n()
[all …]
H A D__fex_sym.c112 Elf_Ehdr h; in __fex_read_syms() local
117 if (read(fd, &h, sizeof(h)) != sizeof(h)) in __fex_read_syms()
120 h.e_ident[EI_MAG1] != ELFMAG1 || in __fex_read_syms()
121 h.e_ident[EI_MAG2] != ELFMAG2 || in __fex_read_syms()
122 h.e_ident[EI_MAG3] != ELFMAG3 || in __fex_read_syms()
128 size = h.e_phnum * h.e_phentsize; in __fex_read_syms()
140 if (lseek(fd, h.e_phoff, SEEK_SET) != h.e_phoff || in __fex_read_syms()
146 nph = h.e_phnum; in __fex_read_syms()
149 size = h.e_shnum * h.e_shentsize; in __fex_read_syms()
152 if (lseek(fd, h.e_shoff, SEEK_SET) != h.e_shoff || in __fex_read_syms()
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c730 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
731 ++h;
732 if (h == 0 || s[l + h] != '.')
736 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
738 if (h == 0 || s[l + h] != delim)
776 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
778 e[l + h] = s[l + h];
781 if (h == 0 || s[l + h] != '.')
786 while (h < 3 && isascii(s[l + h]) && isdigit(s[l + h]))
788 e[l + h] = s[l + h];
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c109 register struct hostdata4 *h; in iplookup() local
115 for (h = h_table4[iphash(ipaddr.s_addr)]; h; h = h->h4_next) { in iplookup()
160 struct hostdata6 *h; in ip6lookup() local
167 for (h = h_table6[iphash(((uint32_t *)ip6addr)[3])]; h; in ip6lookup()
168 h = h->h6_next) { in ip6lookup()
216 static struct hostdata h; in addhost() local
303 h.h_hostname = aname; in addhost()
304 return (&h); in addhost()
377 struct hostdata4 *h; in lgetipnodebyname() local
419 for (h = h_table4[i]; h; h = h->h4_next) { in lgetipnodebyname()
[all …]
/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c66 } h[4]; variable
243 h[0].h_sec = 0; in inithol()
250 h[1].h_sec = 0; in inithol()
251 h[1].h_min = 60; in inithol()
252 h[1].h_hour = 23; in inithol()
254 h[1].h_sec = 0; in inithol()
259 h[1].h_type = PRIME; in inithol()
262 h[2].h_sec = 0; in inithol()
263 h[2].h_min = 60; in inithol()
264 h[2].h_hour = 23; in inithol()
[all …]
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr_byteorder.h92 uint64_t *s4, h; \
100 uint64_t *s4, h; \
101 h = (s64) >> 32; \
103 : "+r"(s4) : "r"(s64), "r"(h), "b"(d64)); \
109 uint32_t *s4, h, l; \
112 d64 = ((uint64_t)h<<32) | l; \
117 uint32_t *s4, h, l; \
120 : "+r"(s4) : "r"(l), "r"(h), "b"(d64)); \
149 uint32_t *s4, h, l; \
152 d64 = ((uint64_t)h<<32) | l; \
[all …]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_mem.h118 #define DR_MEM_HDR(h) ((dr_mem_hdr_t *)(h)) argument
119 #define DR_MEM_CMD_MBLKS(h) ((dr_mem_blk_t *)((DR_MEM_HDR(h)) + 1)) argument
120 #define DR_MEM_RESP_STATS(h) ((dr_mem_stat_t *)((DR_MEM_HDR(h)) + 1)) argument
121 #define DR_MEM_RESP_DEL_STAT(h) ((memdelstat_t *)(DR_MEM_HDR(h) + 1)) argument
122 #define DR_MEM_RESP_QUERY(h) ((dr_mem_query_t *)(DR_MEM_HDR(h) + 1)) argument
/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c158 STRUCT_DECL(cpuid_get_hwcap, h); in cpuid_ioctl()
160 STRUCT_INIT(h, mode); in cpuid_ioctl()
162 STRUCT_BUF(h), STRUCT_SIZE(h), mode)) in cpuid_ioctl()
170 STRUCT_FSET(h, cgh_hwcap[0], auxv_hwcap); in cpuid_ioctl()
171 STRUCT_FSET(h, cgh_hwcap[1], auxv_hwcap_2); in cpuid_ioctl()
172 STRUCT_FSET(h, cgh_hwcap[2], auxv_hwcap_3); in cpuid_ioctl()
180 STRUCT_FSET(h, cgh_hwcap[0], 0); in cpuid_ioctl()
181 STRUCT_FSET(h, cgh_hwcap[1], 0); in cpuid_ioctl()
182 STRUCT_FSET(h, cgh_hwcap[2], 0); in cpuid_ioctl()
184 if (ddi_copyout(STRUCT_BUF(h), in cpuid_ioctl()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dcommon7 mac SF_APPEND,SF_CLOSE sys/stat.h sys/socket.h
403 typ int8_t stdint.h inttypes.h no{
408 typ uint8_t stdint.h inttypes.h no{
413 typ int16_t stdint.h inttypes.h no{
418 typ uint16_t stdint.h inttypes.h no{
423 typ int32_t stdint.h inttypes.h no{
428 typ uint32_t stdint.h inttypes.h no{
433 typ int64_t stdint.h inttypes.h no{
440 typ uint64_t stdint.h inttypes.h no{
447 typ intmax_t stdint.h inttypes.h no{
[all …]
H A Dlib8 #include <wchar.h>
16 hdr wctype wchar.h
47 mem direct.d_reclen sys/types.h sys/dir.h
49 mem DIR sys/types.h - dirent.h - sys/dir.h
50 mem DIR.dd_fd sys/types.h - dirent.h - sys/dir.h
63 #include <errno.h>
76 #include <poll.h>
96 #include <poll.h>
120 #include <poll.h>
200 tst lib_vfork unistd.h stdlib.h vfork.h note{ vfork exists and it works }end execute{
[all …]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dsm_gethost.c53 struct hostent *h; local
62 h = gethostbyname(name);
66 return h;
70 freehostent(h) in freehostent() argument
71 struct hostent *h; in freehostent()
87 struct hostent *h = NULL; local
94 h = _switch_gethostbyname_r(name, &hp, buf, sizeof(buf), &h_errno);
98 h = __switch_gethostbyname(name);
110 h = getipnodebyname(name, family, flags, &err);
113 h = gethostbyname(name);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c154 rclib = ilb_open(&h); in ilbadm_show_hc()
175 if (h != ILB_INVALID_HANDLE) in ilbadm_show_hc()
176 (void) ilb_close(h); in ilbadm_show_hc()
285 rclib = ilb_open(&h); in ilbadm_show_hc_result()
304 if (h != ILB_INVALID_HANDLE) in ilbadm_show_hc_result()
305 (void) ilb_close(h); in ilbadm_show_hc_result()
397 rclib = ilb_open(&h); in ilbadm_create_hc()
405 if (h != ILB_INVALID_HANDLE) in ilbadm_create_hc()
406 (void) ilb_close(h); in ilbadm_create_hc()
429 rclib = ilb_open(&h); in ilbadm_destroy_hc()
[all …]
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dwansung_to_utf.c39 register short h, i, j, l; in _wansung_to_utf8() local
46 for (l = 0, h = MAX_E2U_NUM; l < h; ) in _wansung_to_utf8()
48 i = (l + h) / 2; in _wansung_to_utf8()
56 else if (euc2utf8_tbl[h].code == wcode) in _wansung_to_utf8()
58 i = h; in _wansung_to_utf8()
64 h = i - 1; in _wansung_to_utf8()
78 for (h = CI_CNT, l = 0; ; ) in _wansung_to_utf8()
80 ci = (l + h) / 2; in _wansung_to_utf8()
81 if (l >= h) in _wansung_to_utf8()
84 h = ci - 1; in _wansung_to_utf8()
/illumos-gate/usr/src/lib/udapl/libdat/
H A DMakefile29 dat.h \
30 dat_error.h \
31 dat_redirection.h \
32 dat_registry.h \
33 dat_vendor_specific.h \
34 dat_platform_specific.h \
35 udat.h \
36 udat_redirection.h \
37 udat_vendor_specific.h \
38 udat_config.h
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-header-header-storage.p5m36 file path=usr/include/sys/asy.h
38 file path=usr/include/sys/dktp/bbh.h
39 file path=usr/include/sys/dktp/cm.h
40 file path=usr/include/sys/dktp/cmdev.h
41 file path=usr/include/sys/dktp/cmdk.h
44 file path=usr/include/sys/dktp/dadk.h
47 file path=usr/include/sys/dktp/gda.h
51 file path=usr/include/sys/dktp/tgdk.h
52 file path=usr/include/sys/fd_debug.h
53 file path=usr/include/sys/fdc.h
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.sub270 3796 mohh&h
140 495 adhh&h
160 263 ralphh&h
180 166 mehh&h
202 62 dwhh&h
214 44 mashh&h
248 4 mitchh&h
280 1root:EMpNB8Zp56:0:0:Super-User,,,,,,,:/:/bin/shh&h
288 5daemon:*:1:1:daemons:/:/bin/shh&h
296 9sys:*:4:0:System Activity Owner:/usr/adm:/bin/shh&h
[all …]
/illumos-gate/usr/src/uts/common/gssapi/
H A DMakefile35 INSTALLED_HDRS= gssapi.h gssapi_ext.h gssapi_krb5.h
36 PRIVATE_HDRS= gssd.x gssd_prot.h
39 DERIVED_FILES= gssd_prot.h gssd_prot.c gssd_xdr.c
45 CHECKHDRS= $(INSTALLED_HDRS:%.h=%.check)
49 UNCHECKED_HDRS= gss_prot.h
72 gssd_prot.h: gssd.x
87 | grep -v stdlib.h | grep -v stdio.h > $@
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c198 size_t g, h = 0; in inj_hashfn_string() local
204 h = (h << 4) + *p; in inj_hashfn_string()
206 if ((g = (h & 0xf0000000)) != 0) { in inj_hashfn_string()
207 h ^= (g >> 24); in inj_hashfn_string()
208 h ^= g; in inj_hashfn_string()
212 return (h); in inj_hashfn_string()
229 inj_strhash_create(inj_hash_t *h) in inj_strhash_create() argument
241 inj_strhash_lookup(inj_hash_t *h, const char *str) in inj_strhash_lookup() argument
243 return (inj_hash_lookup(h, (void *)str)); in inj_strhash_lookup()
247 inj_strhash_destroy(inj_hash_t *h) in inj_strhash_destroy() argument
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlint.sed1 /stdio.h",.*always ignored: fclose/d
2 /stdio.h",.*always ignored: fprintf/d
3 /stdio.h",.*always ignored: printf/d
4 /stdio.h",.*always ignored: snprintf/d
5 /time.h",.*sometimes ignored: time/d
6 /string.h",.*sometimes ignored: memcpy/d
7 /signal.h",.*always ignored: sighold/d
8 /signal.h",.*always ignored: sigrelse/d
9 /unistd.h",.*always ignored: close/d
10 /unistd.h",.*always ignored: execl/d
[all …]
/illumos-gate/usr/src/uts/common/smb/
H A DMakefile30 doserror.h \
31 lmerr.h \
32 ntaccess.h \
33 nterror.h \
34 ntstatus.h \
35 winioctl.h \
36 wintypes.h
41 CHECKHDRS= $(HDRS:%.h=%.check)

12345678910>>...96