Searched refs:creation_time (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | pbkdf.c | 39 FILETIME creation_time, exit_time, kernel_time, user_time; in qcrypto_pbkdf2_get_thread_cpu() local 42 if (!GetThreadTimes(GetCurrentThread(), &creation_time, &exit_time, in qcrypto_pbkdf2_get_thread_cpu()
|
/openbmc/linux/fs/smb/client/ |
H A D | xattr.c | 73 __u64 creation_time; in cifs_creation_time_set() local 80 creation_time = *pcreation_time; in cifs_creation_time_set() 81 info_buf.CreationTime = cpu_to_le64(creation_time); in cifs_creation_time_set() 86 CIFS_I(inode)->createtime = creation_time; in cifs_creation_time_set()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | create-spdx-2.2.bbclass | 28 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ") 30 annotation.annotationDate = creation_time 425 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ") 431 doc.creationInfo.created = creation_time 535 package_doc.creationInfo.created = creation_time 610 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ") 648 runtime_doc.creationInfo.created = creation_time 809 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ") 816 doc.creationInfo.created = creation_time
|
/openbmc/linux/drivers/md/ |
H A D | dm-thin-metadata.c | 144 __le32 creation_time; member 241 uint32_t creation_time; member 864 details.creation_time = cpu_to_le32(td->creation_time); in __write_changed_details() 1076 details_le.creation_time = cpu_to_le32(pmd->time); in __open_device() 1091 (*td)->creation_time = le32_to_cpu(details_le.creation_time); in __open_device()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_stat.c | 338 return snprintf(page, PAGE_SIZE, "%u\n", (u32)(((u32)dev->creation_time - in target_stat_lu_creation_time_show() 359 CONFIGFS_ATTR_RO(target_stat_lu_, creation_time); 1115 ret = snprintf(page, PAGE_SIZE, "%u\n", (u32)(((u32)deve->creation_time - in target_stat_auth_creation_time_show() 1153 CONFIGFS_ATTR_RO(target_stat_auth_, creation_time);
|
H A D | target_core_device.c | 342 new->creation_time = get_jiffies_64(); in core_enable_device_list_for_node() 438 orig->creation_time = 0; in core_disable_device_list_for_node() 945 dev->creation_time = get_jiffies_64(); in target_configure_device()
|
/openbmc/linux/include/target/ |
H A D | target_core_base.h | 666 u64 creation_time; member 810 u64 creation_time; member
|
/openbmc/linux/fs/ntfs/ |
H A D | layout.h | 856 /* 0*/ sle64 creation_time; /* Time file was created. Updated when member 1045 /* 8*/ sle64 creation_time; /* Time file was created. */ member
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_events.c | 125 uint32_t creation_time; /* BCD: HHMMSS00 */ member 526 maina->creation_time = cpu_to_be32((to_bcd(tm.tm_hour) << 24) in spapr_init_maina()
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 228 ${creation_time}= Convert Date ${elog_entry[0]["Created"].split('.')[0]} epoch 231 ${diff}= Subtract Date From Date ${modification_time} ${creation_time}
|
/openbmc/linux/block/ |
H A D | bfq-iosched.h | 383 unsigned long creation_time; /* when this queue is created */ member
|
H A D | bfq-iosched.c | 2952 time_is_before_jiffies(bfqq->creation_time + in bfq_setup_cooperator() 5639 bfqq->creation_time = jiffies; in bfq_init_bfqq() 5798 time_before(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge() 5800 bfqq->creation_time) || in bfq_do_or_sched_stable_merge() 5806 else if (time_after_eq(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge() 5808 bfqq->creation_time)) { in bfq_do_or_sched_stable_merge()
|
/openbmc/linux/include/target/iscsi/ |
H A D | iscsi_target_core.h | 665 u64 creation_time; member
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_login.c | 304 sess->creation_time = get_jiffies_64(); in iscsi_login_zero_tsih_s1()
|