Home
last modified time | relevance | path

Searched refs:creation_time (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_open_andx.c333 uint32_t creation_time; in smb_pre_open_andx() local
341 &file_attr, &creation_time, &op->ofun, &alloc_size, &op->timeo); in smb_pre_open_andx()
362 if ((creation_time != 0) && (creation_time != UINT_MAX)) in smb_pre_open_andx()
364 smb_time_local_to_gmt(sr, creation_time); in smb_pre_open_andx()
508 uint32_t creation_time; in smb_com_trans2_open2() local
520 &creation_time, &op->ofun, &alloc_size, &op->fqi.fq_path.pn_path); in smb_com_trans2_open2()
542 if ((creation_time != 0) && (creation_time != UINT_MAX)) in smb_com_trans2_open2()
543 op->crtime.tv_sec = smb_time_local_to_gmt(sr, creation_time); in smb_com_trans2_open2()
/illumos-gate/usr/src/lib/libgss/
H A Dg_acquire_cred_with_pw.c329 if (union_cred->auxinfo.creation_time == 0) {
330 union_cred->auxinfo.creation_time = time(NULL);
H A Dg_acquire_cred.c437 if (union_cred->auxinfo.creation_time == 0) {
438 union_cred->auxinfo.creation_time = time(NULL);
H A Dg_inquire_cred.c133 elapsed_time = time(0) - union_cred->auxinfo.creation_time;
H A Dg_accept_sec_context.c304 d_u_cred->auxinfo.creation_time = time(0);
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h118 timespec_t creation_time; member
H A Dflowacct.c572 item->creation_time = item->hdr->last_seen; in flowacct_update_flows_tbl()
709 (uint64_t)(ulong_t)item->creation_time.tv_sec; in flowacct_create_record()
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h95 uint32_t creation_time; member
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h101 OM_uint32 creation_time; member
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c4135 bcopy(&(fSessionList++->creation_time), in stmfGetSessionList()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c686 iss_list[i].creation_time = (uint32_t) in stmf_ioctl()