Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_open_andx.c325 uint32_t creation_time; in smb_pre_open_andx() local
333 &file_attr, &creation_time, &op->ofun, &op->dsize, &op->timeo); in smb_pre_open_andx()
347 if ((creation_time != 0) && (creation_time != UINT_MAX)) in smb_pre_open_andx()
349 smb_time_local_to_gmt(sr, creation_time); in smb_pre_open_andx()
471 uint32_t creation_time; in smb_com_trans2_open2() local
481 &creation_time, &op->ofun, &alloc_size, &op->fqi.fq_path.pn_path); in smb_com_trans2_open2()
485 if ((creation_time != 0) && (creation_time != UINT_MAX)) in smb_com_trans2_open2()
486 op->crtime.tv_sec = smb_time_local_to_gmt(sr, creation_time); in smb_com_trans2_open2()
/titanic_41/usr/src/lib/libgss/
H A Dg_acquire_cred_with_pw.c331 if (union_cred->auxinfo.creation_time == 0) {
332 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);
/titanic_41/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h120 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()
/titanic_41/usr/src/uts/common/sys/
H A Dstmf_ioctl.h95 uint32_t creation_time; member
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_stripe.c1318 md_timeval32_t creation_time; in meta_stripe_attach() local
1396 if (meta_gettimeofday(&creation_time) == -1) in meta_stripe_attach()
1445 new_comp->un_mirror.ms_timestamp = creation_time; in meta_stripe_attach()
1938 md_timeval32_t creation_time; in meta_create_stripe() local
1957 if (meta_gettimeofday(&creation_time) == -1) in meta_create_stripe()
2046 mdc->un_mirror.ms_timestamp = creation_time; in meta_create_stripe()
H A Dmeta_raid.c2160 md_timeval32_t creation_time; in meta_create_raid() local
2172 if (meta_gettimeofday(&creation_time) == -1) in meta_create_raid()
2184 mr->un_timestamp = creation_time; in meta_create_raid()
2208 mdc->un_devtimestamp = creation_time; in meta_create_raid()
H A Dmeta_mirror.c2377 md_timeval32_t creation_time; in meta_create_mirror() local
2388 if (meta_gettimeofday(&creation_time) == -1) in meta_create_mirror()
2427 mmsp->sm_timestamp = creation_time; in meta_create_mirror()
/titanic_41/usr/src/uts/common/gssapi/include/
H A DmechglueP.h101 OM_uint32 creation_time; member
/titanic_41/usr/src/lib/libstmf/common/
H A Dstmf.c4135 bcopy(&(fSessionList++->creation_time), in stmfGetSessionList()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c688 iss_list[i].creation_time = (uint32_t) in stmf_ioctl()