Searched refs:ival (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_cmi.c162 int ival; local
174 ival = ac_get_prop(ac, AC97_PROP_LINEIN_FUNC, 0);
175 if ((ival >= 1) && (ival <= 2)) {
176 cp.cp_initval = ival;
181 ival = ac_get_prop(ac, AC97_PROP_MIC_FUNC, 0);
182 if ((ival >= 1) && (ival <= 2)) {
183 cp.cp_initval = ival;
216 int ival; local
[all...]
H A Dac97_alc.c179 int ival; local
182 ival = ac_get_prop(ac, AC97_PROP_LINEIN_FUNC, 0);
183 if ((ival >= 1) && (ival <= 2)) {
184 cp.cp_initval = ival;
189 ival = ac_get_prop(ac, AC97_PROP_MIC_FUNC, 0);
190 if ((ival >= 1) && (ival <= 2)) {
191 cp.cp_initval = ival;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S194 ! int ival, iy, i, ind, iexp;
203 ! ival = *(int*)(x);
204 ! if (ival >= 0x7f800000) goto spec;
205 ! if (ival <= 0x7fffff) goto spec;
208 ! iy = ival & 0x007fffff;
209 ! ival = iy + 0x20000;
210 ! ival = ival & 0xfffc0000;
211 ! i = ival >> 14;
213 ! iy = iy - ival;
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c106 iy##N = ival##N & 0x007fffff; \
107 ival##N = (iy##N + 0x20000) & 0xfffc0000; \
108 i##N = ival##N >> 17; \
109 iy##N = iy##N - ival##N; \
117 ival##N = *(int*)x; \
120 exp##N = (ival##N >> 23) - 127; \
121 if ((ival##N & 0x7fffffff) >= 0x7f800000) /* X = NaN or Inf */ \
126 if (ival##N < 0x00800000) \
128 if (ival##N > 0) /* X = denormal */ \
130 value = (float) ival##
[all...]
/illumos-gate/usr/src/lib/libsmbfs/
H A Dcflib.h64 int ival; /* int/bool values, or max len for str value */ member in struct:opt_args
66 int min; /* min for ival */
67 int max; /* max for ival */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h90 typedef int (*reply_t)(int ival, void *ptr, unsigned short ptype, struct iphdr *ip, struct udphdr *udp);
91 extern int await_reply P((reply_t reply, int ival, void *ptr, long timeout));
H A Dnic.c278 static int await_arp(int ival, void *ptr, argument
292 memcpy(arptable[ival].node, arpreply->shwaddr, ETH_ALEN);
432 static int await_qdrain(int ival __unused, void *ptr __unused,
455 static int await_rarp(int ival, void *ptr, unsigned short ptype, argument
524 static int await_bootp(int ival __unused, void *ptr __unused,
621 static int await_dhcp(int ival __unused, void *ptr __unused,
881 int await_reply(reply_t reply, int ival, void *ptr, long timeout) argument
969 result = reply(ival, ptr, ptype, ip, udp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c293 int ival; local
295 for (ival = 0; *table != 0; ival++, table++)
297 return (ival);
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l172 yylval.ival = strtoll(yytext, NULL, 0);
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.c78 smbfs_hash(uint32_t ival, const char *name, int nmlen) argument
82 for (v = ival; nmlen; name++, nmlen--) {
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dseterror.c125 int ival; local
294 ival = va_arg(ap, int); /* get the next arg */
296 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_value.c293 int64_t ival; local
318 if (nvpair_value_int64(pn, &ival) != 0) {
322 pool_value_set_int64(pv, ival);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c886 value_t *ival; local
914 ival = internal_value_new();
915 ival->sc_type = scf_value_type(load_val);
916 assert(ival->sc_type != SCF_TYPE_INVALID);
918 switch (ival->sc_type) {
925 ival->sc_u.sc_count = b;
930 r = scf_value_get_count(load_val, &ival->sc_u.sc_count);
937 &ival->sc_u.sc_integer);
949 ival->sc_u.sc_string = strdup(loadbuf);
950 if (ival
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c97 auto struct timeval now, nowi, ival; local
110 ival.tv_sec = intvl / 1000;
111 ival.tv_usec = (intvl - ival.tv_sec * 1000) * 10;
114 timeradd(&now, &ival, &nowi);
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c216 uint32_t ival; local
342 ival = smb_wctomb(cvalp, wchar);
343 cvalp += ival;
390 ival = smb_wctomb(cvalp, wchar);
391 cvalp += ival;
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c131 int ival, i; local
143 ival = val;
168 valp = (uchar_t *)&ival;
448 asn_parse_int(uchar_t *buf, size_t *bufsz_p, int *ival) argument
481 *ival = (*p & ASN_BIT8) ? -1 : 0;
483 *ival <<= 8;
484 *ival |= *p++;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmodule.c772 int *intp, bestver, blen, clen, found, ival, modnamelen, reclen; local
788 ival = *intp++;
790 switch (ival) {
797 ival = *(int*)cp;
800 if (verinfo == NULL || ival == verinfo->md_ver_preferred) {
804 if (ival >= verinfo->md_ver_minimum &&
805 ival <= verinfo->md_ver_maximum &&
806 ival > bestver) {
807 bestver = ival;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y44 int ival;
72 %type <ival> resource1_type LOC NCP ENM WLAN
73 %type <ival> resource2_type NCU
74 %type <ival> ncu_class_type PHYS IP
75 %type <ival> property_type UNKNOWN ACTIVATION_MODE CONDITIONS ENABLED
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dioctl.c85 uint64_t ival; local
96 (void) nvpair_value_uint64(nvp, &ival);
97 pyval = Py_BuildValue("K", ival);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c359 unsigned int ival; local
372 ret = decode_tagged_octetstring (&kbuf, 1, &ival,
374 key->key_data_length[0] = ival; /* XXX range check? */
/illumos-gate/usr/src/cmd/eject/
H A Deject.c422 int ival = 0; local
426 if (ioctl(fd, FDGETCHANGE, &ival) >= 0) {
427 if (!(ival & FDGC_CURRENT)) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c801 int escape, firstdigit, ival; local
810 if (( ival = hexchar2int( *s )) < 0 ) {
822 *d = ( ival<<4 );
825 *d++ |= ival;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c668 int ival; local
678 ival = atoi(val);
679 wait.tv_sec = ival / 10;
680 wait.tv_usec = (ival % 10) * 100000;
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dconnect.c86 int ival; member in struct:__anon4033
94 opts.ival = val;
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c293 int ival; local
352 ival = atoi(target_val);
353 ival = (ival + 1) % 2;
355 (void) snprintf(ivs, sizeof (ivs), "%d", ival);

Completed in 101 milliseconds

12