| /osnet-11/usr/src/cmd/sendmail/libsm/ |
| H A D | clock.c | 97 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 D | seterror.c | 122 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 D | common.c | 1801 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 D | smbfs_connect.c | 80 int ival; member in struct:__anon2612 88 opts.ival = val;
|
| /osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | search.c | 797 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 D | pool_value.c | 293 int64_t ival; local 318 if (nvpair_value_int64(pn, &ival) != 0) { 322 pool_value_set_int64(pv, ival);
|
| H A D | pool_kernel.c | 3493 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 D | pool_xml.c | 583 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 D | ldap_key_seq.c | 270 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 D | zfsinfo.c | 44 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 D | zfs.c | 616 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 D | fsys_tftp.c | 65 static int await_tftp(int ival, void *ptr __unused, argument 76 if (ntohs(udp->dest) != ival)
|
| H A D | nic.c | 278 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 D | perly.h | 66 I32 ival; member in union:__anon101
|
| /osnet-11/usr/src/lib/pyzfs/common/ |
| H A D | ioctl.c | 84 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 D | ldap_val.c | 1063 __nis_value_t **ival = arg; local 1065 ((ival != 0) ? ival[ia] : 0), &ia);
|
| /osnet-11/usr/src/grub/grub2/util/ |
| H A D | getroot.c | 343 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 D | a2p.h | 344 int ival; member in union:u_ops
|
| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | crypt.c | 340 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 D | asr.c | 189 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 D | fsys_zfs.c | 1158 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 D | libzfs_pool.c | 120 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)
|