/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_deleg_ops.c | 63 recall_all_delegations(rfs4_file_t *fp, bool_t trunc, caller_context_t *ct) in recall_all_delegations() argument 67 rfs4_recall_deleg(fp, trunc, NULL); in recall_all_delegations() 90 rfs4_recall_deleg(fp, trunc, NULL); in recall_all_delegations() 216 bool_t trunc = FALSE; in deleg_rd_setattr() local 220 trunc = TRUE; in deleg_rd_setattr() 223 rc = recall_all_delegations(fp, trunc, ct); in deleg_rd_setattr() 236 bool_t trunc = FALSE; in deleg_wr_setattr() local 244 trunc = TRUE; in deleg_wr_setattr() 247 rc = recall_all_delegations(fp, trunc, ct); in deleg_wr_setattr() 365 bool_t trunc = FALSE; in deleg_rd_vnevent() local [all …]
|
H A D | nfs4_srv_deleg.c | 832 rfs4_do_cb_recall(rfs4_deleg_state_t *dsp, bool_t trunc) in rfs4_do_cb_recall() argument 865 rec_argp->truncate = trunc; in rfs4_do_cb_recall() 903 void (*recall)(rfs4_deleg_state_t *, bool_t trunc); 904 bool_t trunc; member 931 (void) (*arg->recall)(dsp, arg->trunc); in do_recall() 958 bool_t trunc; member 1008 arg->trunc = map->trunc; in do_recall_file() 1042 void (*recall)(rfs4_deleg_state_t *, bool_t trunc), in rfs4_recall_file() argument 1043 bool_t trunc, rfs4_client_t *cp) in rfs4_recall_file() 1071 args->trunc = trunc; in rfs4_recall_file() [all …]
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | trunc.s | 32 LIBM_ANSI_PRAGMA_WEAK(trunc,function) 34 ENTRY(trunc) 55 SET_SIZE(trunc)
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | make_checksum.c | 147 krb5_octet *trunc; in krb5_c_make_checksum() local 156 trunc = (krb5_octet *) MALLOC(cksum->length); in krb5_c_make_checksum() 157 if (trunc) { in krb5_c_make_checksum() 158 (void) memcpy(trunc, cksum->contents, cksum->length); in krb5_c_make_checksum() 160 cksum->contents = trunc; in krb5_c_make_checksum()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf.c | 546 boolean_t trunc = B_FALSE; in interpret_ospf() local 621 trunc = B_TRUE; in interpret_ospf() 626 trunc = B_TRUE; in interpret_ospf() 654 trunc = B_TRUE; in interpret_ospf() 665 trunc = B_TRUE; in interpret_ospf() 676 trunc = B_TRUE; in interpret_ospf() 696 trunc = B_TRUE; in interpret_ospf() 718 trunc = B_TRUE; in interpret_ospf() 723 trunc = B_TRUE; in interpret_ospf() 743 trunc = B_TRUE; in interpret_ospf() [all …]
|
H A D | snoop_ospf6.c | 589 boolean_t trunc = B_FALSE; in interpret_ospf6() local 660 trunc = B_TRUE; in interpret_ospf6() 666 trunc = B_TRUE; in interpret_ospf6() 698 trunc = B_TRUE; in interpret_ospf6() 710 trunc = B_TRUE; in interpret_ospf6() 723 trunc = B_TRUE; in interpret_ospf6() 742 trunc = B_TRUE; in interpret_ospf6() 764 trunc = B_TRUE; in interpret_ospf6() 769 trunc = B_TRUE; in interpret_ospf6() 788 trunc = B_TRUE; in interpret_ospf6() [all …]
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | trunc.c | 30 #pragma weak __trunc = trunc 35 trunc(double x) { in trunc() function
|
/titanic_41/usr/src/cmd/prstat/ |
H A D | prutil.c | 284 int trunc, size_t width) in getprojname() argument 296 else if (trunc && n > width) in getprojname() 305 getzonename(zoneid_t zoneid, char *str, size_t len, int trunc, size_t width) in getzonename() argument 316 else if (trunc && n > width) in getzonename()
|
H A D | prtable.c | 66 int trunc, size_t width) in pwd_getname() argument 73 if (trunc && n > width) in pwd_getname() 82 else if (trunc && n > width) in pwd_getname()
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | mailstats.c | 61 bool trunc; variable 78 trunc = false; 100 trunc = true; 342 if (trunc)
|
/titanic_41/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcptop.d | 116 trunc(@out); 137 trunc(@out);
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | mdeg.c | 792 goto trunc; in mdeg_spec_str() 805 goto trunc; in mdeg_spec_str() 814 goto trunc; in mdeg_spec_str() 830 trunc: in mdeg_spec_str() 860 goto trunc; in mdeg_match_str() 870 goto trunc; in mdeg_match_str() 880 trunc: in mdeg_match_str()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | err.D_TRUNC_PROTO.badnone.d | 31 trunc();
|
H A D | err.D_TRUNC_PROTO.badmany.d | 32 trunc(@, 10, 20);
|
H A D | err.D_TRUNC_SCALAR.bad.d | 32 trunc(@, @);
|
H A D | err.D_TRUNC_AGGARG.bad.d | 33 trunc(i);
|
H A D | tst.negtrunc.d | 48 trunc(@, -10);
|
H A D | tst.trunc.d | 48 trunc(@, 10);
|
H A D | tst.negtruncquant.d | 51 trunc(@, -5);
|
H A D | tst.truncquant.d | 51 trunc(@, 5);
|
H A D | tst.trunc0.d | 45 trunc(@);
|
/titanic_41/usr/src/cmd/dtrace/demo/agg/ |
H A D | trunc.d | 41 trunc(@func, 10);
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.trunc.d | 48 trunc(@, 5);
|
/titanic_41/usr/src/cmd/dtrace/demo/udp/ |
H A D | udpbytesstat.d | 44 trunc(@bytes);
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 143 74:AUE_OPEN_RT:open(2) - read,trunc:fd,fr 144 75:AUE_OPEN_RTC:open(2) - read,creat,trunc:fc,fd,fr 147 78:AUE_OPEN_WT:open(2) - write,trunc:fd,fw 148 79:AUE_OPEN_WTC:open(2) - write,creat,trunc:fc,fd,fw 151 82:AUE_OPEN_RWT:open(2) - read,write,trunc:fd,fr,fw 152 83:AUE_OPEN_RWTC:open(2) - read,write,creat,trunc:fc,fd,fw,fr 319 272:AUE_OPENAT_RT:openat(2) - read,trunc:no 320 273:AUE_OPENAT_RTC:openat(2) - read,creat,trunc:no 323 276:AUE_OPENAT_WT:openat(2) - write,trunc:no 324 277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:no [all …]
|