Searched refs:creation_time (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_open_andx.c | 333 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 D | g_acquire_cred_with_pw.c | 329 if (union_cred->auxinfo.creation_time == 0) { 330 union_cred->auxinfo.creation_time = time(NULL);
|
H A D | g_acquire_cred.c | 437 if (union_cred->auxinfo.creation_time == 0) { 438 union_cred->auxinfo.creation_time = time(NULL);
|
H A D | g_inquire_cred.c | 133 elapsed_time = time(0) - union_cred->auxinfo.creation_time;
|
H A D | g_accept_sec_context.c | 304 d_u_cred->auxinfo.creation_time = time(0);
|
/illumos-gate/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct_impl.h | 118 timespec_t creation_time; member
|
H A D | flowacct.c | 572 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 D | stmf_ioctl.h | 95 uint32_t creation_time; member
|
/illumos-gate/usr/src/uts/common/gssapi/include/ |
H A D | mechglueP.h | 101 OM_uint32 creation_time; member
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | stmf.c | 4135 bcopy(&(fSessionList++->creation_time), in stmfGetSessionList()
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 686 iss_list[i].creation_time = (uint32_t) in stmf_ioctl()
|