Searched defs:ud (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dkernel.c178 unsigned long ud = d; local
186 ud = -d;
194 int remainder = ud % divisor;
198 while (ud /= divisor);
/osnet-11/usr/src/lib/libilb/common/
H A Dilb_subr.c65 uint64_t ud; local
79 ud = y - x;
80 if (ud > INT64_MAX)
83 return ((int64_t)ud * s);
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_mount.c445 be_unmount_data_t ud = { 0 }; local
547 ud.altroot = mountpoint;
548 ud.force = flags & BE_UNMOUNT_FLAG_FORCE;
553 if ((ret = be_unmount_zones(&ud)) != BE_SUCCESS) {
562 if ((ret = unmount_shared_fs(&ud)) != BE_SUCCESS) {
571 &ud)) != 0) {
579 if ((ret = be_unmount_root(zhp, &ud)) != BE_SUCCESS) {
661 * ud - be_unmount_data_t pointer to data for zone to be unmounted
669 be_unmount_zone_root(zfs_handle_t *zhp, be_unmount_data_t *ud) argument
674 if (zfs_unmount(zhp, NULL, ud
1198 be_unmount_data_t *ud = data; local
1721 unmount_shared_fs(be_unmount_data_t *ud) argument
2026 be_unmount_root(zfs_handle_t *zhp, be_unmount_data_t *ud) argument
2090 be_unmount_data_t ud = { 0 }; local
2291 be_unmount_zones(be_unmount_data_t *ud) argument
2481 be_unmount_one_zone(be_unmount_data_t *ud, char *zonename, char *zonepath, char *zonepath_ds) argument
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c3476 char ud[64]; local
3479 t = ud;
3480 while (t < &ud[sizeof(ud)-2] && (c = *s++))
3574 , ud
3692 char ud[64]; local
3695 t = ud;
3696 while (t < &ud[sizeof(ud)-2] && (c = *s++))
3704 sfprintf(mp, "<H4><TABLE width=100%%><TR><TH align=left>&nbsp;%s&nbsp;(&nbsp;%s&nbsp;)&nbsp;<TH align=center><A href=\".\" title=\"Index\">%s</A><TH align=right>%s&nbsp;(&nbsp;%s&nbsp;)</TR></TABLE></H4>\n<HR>\n", ud, sectio
[all...]

Completed in 634 milliseconds