Searched defs:trunc (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/i386/src/
H A Dtrunc.s29 .file "trunc.s"
32 LIBM_ANSI_PRAGMA_WEAK(trunc,function)
34 ENTRY(trunc) function
55 SET_SIZE(trunc)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtrunc.c30 #pragma weak __trunc = trunc
35 trunc(double x) { function
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dmake_checksum.c147 krb5_octet *trunc; local
156 trunc = (krb5_octet *) MALLOC(cksum->length);
157 if (trunc) {
158 (void) memcpy(trunc, cksum->contents, cksum->length);
160 cksum->contents = trunc;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c589 boolean_t trunc = B_FALSE; local
660 trunc = B_TRUE;
666 trunc = B_TRUE;
698 trunc = B_TRUE;
710 trunc = B_TRUE;
723 trunc = B_TRUE;
742 trunc = B_TRUE;
764 trunc = B_TRUE;
769 trunc = B_TRUE;
788 trunc
[all...]
H A Dsnoop_ospf.c546 boolean_t trunc = B_FALSE; local
621 trunc = B_TRUE;
626 trunc = B_TRUE;
654 trunc = B_TRUE;
665 trunc = B_TRUE;
676 trunc = B_TRUE;
696 trunc = B_TRUE;
718 trunc = B_TRUE;
723 trunc = B_TRUE;
743 trunc
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailstats.c61 bool trunc; local
78 trunc = false;
100 trunc = true;
342 if (trunc)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_deleg_ops.c64 recall_all_delegations(rfs4_file_t *fp, bool_t trunc, caller_context_t *ct) argument
68 rfs4_recall_deleg(fp, trunc, NULL);
91 rfs4_recall_deleg(fp, trunc, NULL);
217 bool_t trunc = FALSE; local
221 trunc = TRUE;
224 rc = recall_all_delegations(fp, trunc, ct);
237 bool_t trunc = FALSE; local
245 trunc = TRUE;
248 rc = recall_all_delegations(fp, trunc, ct);
366 bool_t trunc local
406 bool_t trunc = FALSE; local
[all...]
H A Dnfs4_srv_deleg.c832 rfs4_do_cb_recall(rfs4_deleg_state_t *dsp, bool_t trunc) argument
865 rec_argp->truncate = trunc;
903 void (*recall)(rfs4_deleg_state_t *, bool_t trunc);
904 bool_t trunc; member in struct:recall_arg
931 (void) (*arg->recall)(dsp, arg->trunc);
958 bool_t trunc; member in struct:master_recall_args
1008 arg->trunc = map->trunc;
1042 void (*recall)(rfs4_deleg_state_t *, bool_t trunc),
1043 bool_t trunc, rfs4_client_
1041 rfs4_recall_file(rfs4_file_t *fp, void (*recall)(rfs4_deleg_state_t *, bool_t trunc), bool_t trunc, rfs4_client_t *cp) argument
1078 rfs4_recall_deleg(rfs4_file_t *fp, bool_t trunc, rfs4_client_t *cp) argument
1436 rfs4_check_delegated_byfp(int mode, rfs4_file_t *fp, bool_t trunc, bool_t do_delay, bool_t is_rm, clientid4 *cp) argument
1505 rfs4_check_delegated(int mode, vnode_t *vp, bool_t trunc) argument
[all...]
H A Dnfs_srv.c1688 bool_t trunc; local
1876 trunc = TRUE;
1878 trunc = FALSE;
1880 if (rfs4_check_delegated(FWRITE, vp, trunc)) {
H A Dnfs3_srv.c1524 bool_t trunc; local
1633 trunc = va.va_size == 0;
1635 rfs4_check_delegated(FWRITE, tvp, trunc)) {
1769 trunc = TRUE;
1771 trunc = FALSE;
1773 if (rfs4_check_delegated(FWRITE, vp, trunc)) {
H A Dnfs4_callback.c1714 nfs4delegreturn_async(rnode4_t *rp, int flags, bool_t trunc) argument
1721 pp->truncate = trunc;
/illumos-gate/usr/src/head/
H A Dtgmath.h152 #undef trunc macro
153 #define trunc(x) __tgmath_trunc(x) macro
/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c66 int trunc, size_t width)
73 if (trunc && n > width)
82 else if (trunc && n > width)
65 pwd_getname(uid_t uid, char *name, size_t length, int noresolve, int trunc, size_t width) argument
H A Dprutil.c284 int trunc, size_t width)
296 else if (trunc && n > width)
305 getzonename(zoneid_t zoneid, char *str, size_t len, int trunc, size_t width) argument
316 else if (trunc && n > width)
283 getprojname(projid_t projid, char *str, size_t len, int noresolve, int trunc, size_t width) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c328 boolean_t trunc = B_FALSE; local
336 trunc = B_TRUE;
369 if (trunc) {
H A Ddnode.c1529 int trunc = FALSE; local
1539 trunc = TRUE;
1606 if (trunc)
1636 ASSERT(trunc || IS_P2ALIGNED(len, blksz));
1639 if (trunc)
1667 if (trunc)
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c489 int trunc; /* whether output file is truncated */ local
499 trunc = 1; /* default: truncate output file */
667 trunc = 0;
853 if (trunc == 0) /* do not truncate output file */
856 else if (oseekn && (trunc == 1))
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c637 ufs_log_amt(struct inode *ip, offset_t offset, ssize_t resid, int trunc) argument
669 if (trunc)
737 * trunc request. If the amount of log space is too large, then
807 * Not logging; just do the trunc
839 * Partially trunc file down to desired size (length).
840 * Only retain I_FREE on the last partial trunc.
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c865 char *trunc; local
892 if ((trunc = strstr(nexus_path, PCI_MINOR_REG)) != NULL) {
893 trunc--; /* Get the : just before too. */
894 *trunc = '\0';
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c968 int trunc=0, clexec=0, fn, traceon; local
1124 trunc = io_op[2] = ';';
1290 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0));
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h391 #define trunc(stream) ftruncate(fileno(stream), (long)ftell(stream)) macro
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c991 boolean_t trunc = B_FALSE; local
1020 trunc = B_TRUE;
1035 if (trunc)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c430 dt_node_t *anp, *trunc; local
447 trunc = anp->dn_list;
458 assert(trunc != NULL);
459 if (!dt_node_is_scalar(trunc)) {
482 assert(trunc != NULL);
483 dt_cg(yypcb, trunc);
H A Ddt_consume.c1705 dt_trunc_t *trunc = arg; local
1707 dtrace_aggvarid_t id = trunc->dttd_id;
1715 if (trunc->dttd_remaining == 0)
1718 trunc->dttd_remaining--;
1725 dt_trunc_t trunc; local
1741 trunc.dttd_id = *((dtrace_aggvarid_t *)addr);
1780 trunc.dttd_remaining = remaining;
1782 (void) func(dtp, dt_trunc_agg, &trunc);
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2380 int trunc = 0; local
2388 trunc = 1;
2396 if (!trunc && rw_m.rwl.magic == RWL_MAGIC) {
2503 int trunc = 0; local
2513 trunc = 1;
2521 if (trunc && ps_pdread(ph_p, sh_p->sh_unique,
2555 if (trunc && ps_pdread(ph_p, sh_p->sh_unique,
2573 if (trunc && ps_pdread(ph_p, sh_p->sh_unique,
2899 int trunc = 0; local
2919 trunc
[all...]

Completed in 127 milliseconds

12