Home
last modified time | relevance | path

Searched refs:tptr (Results 1 – 6 of 6) sorted by relevance

/linux/fs/udf/
H A Dmisc.c257 struct tag *tptr = (struct tag *)data; in udf_update_tag() local
260 tptr->descCRCLength = cpu_to_le16(length); in udf_update_tag()
261 tptr->descCRC = cpu_to_le16(crc_itu_t(0, data + sizeof(struct tag), length)); in udf_update_tag()
262 tptr->tagChecksum = udf_tag_checksum(tptr); in udf_update_tag()
268 struct tag *tptr = (struct tag *)data; in udf_new_tag() local
269 tptr->tagIdent = cpu_to_le16(ident); in udf_new_tag()
270 tptr->descVersion = cpu_to_le16(version); in udf_new_tag()
271 tptr->tagSerialNum = cpu_to_le16(snum); in udf_new_tag()
272 tptr->tagLocation = cpu_to_le32(loc); in udf_new_tag()
/linux/tools/include/nolibc/
H A Dtime.h16 time_t time(time_t *tptr) in time() argument
23 if (tptr) in time()
24 *tptr = tv.tv_sec; in time()
/linux/kernel/
H A Dkallsyms.c46 const char *tptr; in kallsyms_expand_symbol() local
73 tptr = &kallsyms_token_table[kallsyms_token_index[*data]]; in kallsyms_expand_symbol()
77 while (*tptr) { in kallsyms_expand_symbol()
81 *result = *tptr; in kallsyms_expand_symbol()
86 tptr++; in kallsyms_expand_symbol()
/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h136 u32 tptr; member
/linux/include/soc/fsl/qe/
H A Dqe.h618 __be32 tptr; /* Tx internal data pointer */ member
/linux/include/linux/
H A Dsyscalls.h1103 asmlinkage long sys_stime(__kernel_old_time_t __user *tptr);
1104 asmlinkage long sys_stime32(old_time32_t __user *tptr);