Searched defs:ival (Results 1 - 22 of 22) sorted by relevance

/osnet-11/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);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dseterror.c122 int ival; local
291 ival = va_arg(ap, int); /* get the next arg */
293 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
H A Dcommon.c1801 int ival; local
1903 ival = va_arg(ap, int); /* get the next arg */
1905 snprintf(tempbuf,20,frmt,ival); /* have snprintf do the work */
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_connect.c80 int ival; member in struct:__anon2612
88 opts.ival = val;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c797 int escape, firstdigit, ival; local
806 if (( ival = hexchar2int( *s )) < 0 ) {
818 *d = ( ival<<4 );
821 *d++ |= ival;
/osnet-11/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);
H A Dpool_kernel.c3493 int64_t ival; local
3518 if (pool_value_get_int64(pv, &ival) == POC_INVAL) {
3521 if (nvlist_add_int64(list, nv_name, ival) != 0) {
H A Dpool_xml.c583 int64_t ival; local
612 ival = strtoll((char *)data, NULL, 0);
617 pool_value_set_int64(value, ival);
731 int64_t ival; local
775 ival = strtoll((char *)node_data, NULL, 0);
779 pool_value_set_int64(value, ival);
2305 int64_t ival; local
2353 (void) pool_value_get_int64(props[i], &ival);
2354 if (append_char_buf(cb, fmts[pvc], prop_name, ival)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c270 unsigned int ival; local
283 ret = decode_tagged_octetstring (&kbuf, 1, &ival,
285 key->key_data_length[0] = ival; /* XXX range check? */
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfsinfo.c44 grub_uint64_t ival; local
50 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_REMOVED, &ival))
56 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_FAULTED, &ival))
62 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_OFFLINE, &ival))
68 if (grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_FAULTED, &ival))
H A Dzfs.c616 grub_uint64_t ival = 0; local
618 if (grub_zfs_nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_OFFLINE, &ival) && ival)
623 if ((grub_zfs_nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_FAULTED, &ival) && ival) &&
624 !(grub_zfs_nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_DEGRADED, &ival) && ival))
629 if (grub_zfs_nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_REMOVED, &ival) && ival)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c65 static int await_tftp(int ival, void *ptr __unused, argument
76 if (ntohs(udp->dest) != ival)
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);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperly.h66 I32 ival; member in union:__anon101
/osnet-11/usr/src/lib/pyzfs/common/
H A Dioctl.c84 uint64_t ival; local
95 (void) nvpair_value_uint64(nvp, &ival);
96 pyval = Py_BuildValue("K", ival);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_val.c1063 __nis_value_t **ival = arg; local
1065 ((ival != 0) ? ival[ia] : 0), &ia);
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c343 uint64_t ival = 0; local
345 (void) nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_OFFLINE, &ival);
346 if (ival)
351 (void) nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_FAULTED, &ival);
352 if (ival)
357 (void) nvlist_lookup_uint64 (nv, ZPOOL_CONFIG_REMOVED, &ival);
358 if (ival)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2p.h344 int ival; member in union:u_ops
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c340 getval(const char *ival) argument
346 if (ival == NULL)
349 if ((tmp = strchr(ival, '=')) == NULL)
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c189 int64_t ival; local
190 if (nvlist_lookup_int64(ah->asr_cfg, name, &ival) == 0)
191 retval = ival;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1158 uint64_t ival; local
1160 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_OFFLINE, &ival,
1162 nvlist_lookup_value(nv, ZPOOL_CONFIG_FAULTED, &ival,
1164 nvlist_lookup_value(nv, ZPOOL_CONFIG_REMOVED, &ival,
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c120 uint64_t ival; local
126 verify(nvlist_lookup_uint64(nv, ZPROP_SOURCE, &ival) == 0);
127 source = ival;
2214 uint64_t ival; local
2216 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_OFFLINE, &ival) == 0 ||
2217 nvlist_lookup_uint64(nv, ZPOOL_CONFIG_FAULTED, &ival) == 0 ||
2218 nvlist_lookup_uint64(nv, ZPOOL_CONFIG_REMOVED, &ival) == 0)

Completed in 155 milliseconds