Searched defs:creation_time (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_open_andx.c330 uint32_t creation_time; local
338 &file_attr, &creation_time, &op->ofun, &alloc_size, &op->timeo);
353 if ((creation_time != 0) && (creation_time != UINT_MAX))
355 smb_time_local_to_gmt(sr, creation_time);
481 uint32_t creation_time; local
492 &creation_time, &op->ofun, &alloc_size, &op->fqi.fq_path.pn_path);
496 if ((creation_time != 0) && (creation_time != UINT_MAX))
497 op->crtime.tv_sec = smb_time_local_to_gmt(sr, creation_time);
[all...]
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h120 timespec_t creation_time; member in struct:flow_item_s
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c2377 md_timeval32_t creation_time; local
2388 if (meta_gettimeofday(&creation_time) == -1)
2427 mmsp->sm_timestamp = creation_time;
H A Dmeta_stripe.c1318 md_timeval32_t creation_time; local
1396 if (meta_gettimeofday(&creation_time) == -1)
1445 new_comp->un_mirror.ms_timestamp = creation_time;
1938 md_timeval32_t creation_time; local
1957 if (meta_gettimeofday(&creation_time) == -1)
2046 mdc->un_mirror.ms_timestamp = creation_time;
H A Dmeta_raid.c2160 md_timeval32_t creation_time; local
2172 if (meta_gettimeofday(&creation_time) == -1)
2184 mr->un_timestamp = creation_time;
2208 mdc->un_devtimestamp = creation_time;
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h101 OM_uint32 creation_time; member in struct:gss_union_cred_auxinfo
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h94 /* creation_time is really time_t. But time_t is defined as long. */
95 uint32_t creation_time; member in struct:slist_scsi_session

Completed in 70 milliseconds