Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 25 of 140) sorted by path

123456

/illumos-gate/usr/src/boot/efi/libefi/
H A Defienv.c41 size_t ul; in efi_getenv() local
48 if (utf8_to_ucs2(v, &uv, &ul) != 0) in efi_getenv()
61 size_t ul; in efi_setenv() local
66 if (utf8_to_ucs2(v, &uv, &ul) != 0) in efi_setenv()
/illumos-gate/usr/src/boot/libsa/
H A Dqdivrem.c97 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __udivmoddi4()
126 u[1] = HHALF(tmp.ul[H]); in __udivmoddi4()
127 u[2] = LHALF(tmp.ul[H]); in __udivmoddi4()
128 u[3] = HHALF(tmp.ul[L]); in __udivmoddi4()
129 u[4] = LHALF(tmp.ul[L]); in __udivmoddi4()
131 v[1] = HHALF(tmp.ul[H]); in __udivmoddi4()
132 v[2] = LHALF(tmp.ul[H]); in __udivmoddi4()
133 v[3] = HHALF(tmp.ul[L]); in __udivmoddi4()
134 v[4] = LHALF(tmp.ul[L]); in __udivmoddi4()
158 tmp.ul[H] = COMBINE(q1, q2); in __udivmoddi4()
[all …]
H A Dquad.h68 u_int ul[2]; /* as two unsigned ints */ member
/illumos-gate/usr/src/cmd/
H A DMakefile435 ul \
724 ul \
/illumos-gate/usr/src/cmd/acct/lib/
H A Dnamtouid.c42 } ul[A_USIZE]; variable
55 for (up = ul; up < &ul[usize]; up++)
H A Duidtonam.c47 } ul[USIZE1]; variable
59 for (up = ul; up < &ul[usize1]; up++)
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c273 uint64_t ul; in get_ull_tok() local
282 ul = strtoull(str, &np, 10); in get_ull_tok()
283 if (ul == ULLONG_MAX && errno == ERANGE) in get_ull_tok()
288 *ulp = ul; in get_ull_tok()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c219 ulong_t ul; in print_everstyle() local
231 ul = strtoul(inst, &estr, 10); in print_everstyle()
240 (void) snprintf(numbuf, sizeof (numbuf), "%u", ul); in print_everstyle()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c391 ulong_t ul; in hc_path() local
413 ul = strtoul(instance, &estr, 10); in hc_path()
422 (void) snprintf(numbuf, MAXPATHLEN, "%lu", ul); in hc_path()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c376 struct umntrequest *ul; in autofs_unmount_1_r() local
384 for (ul = m; ul; ul = ul->next) in autofs_unmount_1_r()
387 ul->mntresource, in autofs_unmount_1_r()
388 ul->fstype, in autofs_unmount_1_r()
389 ul->mntpnt, in autofs_unmount_1_r()
390 ul->mntopts, in autofs_unmount_1_r()
391 ul->isdirect ? "direct" : "indirect"); in autofs_unmount_1_r()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c218 ml_unit_t *ul; in logsetup() local
342 ul = (ml_unit_t *)malloc(sizeof (*ul)); in logsetup()
343 if (ul == NULL) { in logsetup()
348 ul->un_ondisk = *ud; in logsetup()
351 if ((ul->un_chksum == ul->un_head_ident + ul->un_tail_ident) && in logsetup()
352 (ul->un_version == LUFS_VERSION_LATEST) && in logsetup()
353 (ul->un_badlog == 0) && (!badlog)) { in logsetup()
358 free(ul); in logsetup()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4011 ml_unit_t *ul; in logsetup() local
4069 ul = (ml_unit_t *)malloc(sizeof (*ul)); in logsetup()
4070 ul->un_ondisk = *ud; in logsetup()
4073 if ((ul->un_chksum == ul->un_head_ident + ul->un_tail_ident) && in logsetup()
4074 (ul->un_version == LUFS_VERSION_LATEST) && in logsetup()
4075 (ul->un_badlog == 0)) in logsetup()
4079 free(ul); in logsetup()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c1248 dbus_uint64_t ul; in device_get_property() local
1249 ul = hal_property_get_uint64 (p); in device_get_property()
1250 dbus_message_iter_append_basic (&iter, DBUS_TYPE_UINT64, &ul); in device_get_property()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DDESC51 *W *C *Q *Z ul \_ rn *a *b *x *d *e *f *g *y *i
H A DS108 ul 50 1 95
H A DZD143 ul 79 3 182
/illumos-gate/usr/src/cmd/mdb/common/modules/libuutil/
H A Dlibuutil.c92 uu_list_t ul; in uutil_list() local
97 if (mdb_vread(&ul, sizeof (uu_list_t), addr) == -1) { in uutil_list()
107 addr, ul.ul_pool, UU_PTR_DECODE(ul.ul_parent_enc), in uutil_list()
108 ul.ul_numnodes, ul.ul_sorted ? 'S' : ' ', ul.ul_debug? 'D' : ' '); in uutil_list()
211 uu_list_t ul; in uutil_list_walk_step() local
215 if (mdb_vread(&ul, sizeof (uu_list_t), ulw->ulw_current) == -1) { in uutil_list_walk_step()
225 ulw->ulw_current = (uintptr_t)UU_LIST_PTR(ul.ul_next_enc); in uutil_list_walk_step()
249 uu_list_t ul; in uutil_list_node_walk_init() local
252 if (mdb_vread(&ul, sizeof (uu_list_t), wsp->walk_addr) == -1) { in uutil_list_node_walk_init()
265 ulnw->ulnw_offset = ul.ul_offset; in uutil_list_node_walk_init()
[all …]
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c519 char ul[] = "----------------------------"; in cmihdl() local
520 char *p = ul + sizeof (ul) - 1; in cmihdl()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c205 btm.tv_sec = boot_time_knp->value.ul; in stat_init()
422 stats_s4.avenrun[0] = avenrun_1min_knp->value.ul; in updatestat()
425 stats_s4.avenrun[1] = avenrun_5min_knp->value.ul; in updatestat()
428 stats_s4.avenrun[2] = avenrun_15min_knp->value.ul; in updatestat()
1063 stats_s4.if_ipackets += net->ipackets->value.ul; in netinfo_load()
1065 stats_s4.if_opackets += net->opackets->value.ul; in netinfo_load()
1067 stats_s4.if_ierrors += net->ierrors->value.ul; in netinfo_load()
1069 stats_s4.if_oerrors += net->oerrors->value.ul; in netinfo_load()
1071 stats_s4.if_collisions += net->collisions->value.ul; in netinfo_load()
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c430 d.szinode = ufs_inode_size_knp->value.ul; in all_stat_load()
434 d.szproc = nproc_knp->value.ul; in all_stat_load()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmemstat.c170 *pvalue = kn->value.ul;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1912 la = ((double) ksn->value.ul + FSCALE/2) / FSCALE; in getla()
H A Dmain.c4480 unsigned long ul; local
4482 ul = chompheader(p, CHHDR_CHECK|CHHDR_USER, NULL, e);
4484 "ul = %lu\n", ul);
H A Dstatusd_shm.h30 unsigned long ul[STATUSD_LONGS]; member
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlog.c605 st->st_start_time.tv_sec = boot->value.ul; in log_init()

123456