Home
last modified time | relevance | path

Searched refs:strptr (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/hievent/
Dhiview_hievent.c418 char *strptr = str; in hievent_write_logexception() local
424 tempchr = strptr[EVENT_INFO_PACK_BUF_LEN - 1]; in hievent_write_logexception()
425 strptr[EVENT_INFO_PACK_BUF_LEN - 1] = '\0'; in hievent_write_logexception()
426 logbuff_to_exception(0, 0, IDAP_LOGTYPE_CMD, 1, strptr, in hievent_write_logexception()
429 strptr += (EVENT_INFO_PACK_BUF_LEN - 1); in hievent_write_logexception()
430 strptr[0] = tempchr; in hievent_write_logexception()
433 logbuff_to_exception(0, 0, IDAP_LOGTYPE_CMD, 0, strptr, in hievent_write_logexception()
/kernel/linux/linux-5.10/fs/cifs/
Dcifsacl.c120 char *sidstr, *strptr; in sid_to_key_str() local
130 strptr = sidstr; in sid_to_key_str()
131 len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g', in sid_to_key_str()
133 strptr += len; in sid_to_key_str()
148 len = sprintf(strptr, "-%llu", id_auth_val); in sid_to_key_str()
150 len = sprintf(strptr, "-0x%llx", id_auth_val); in sid_to_key_str()
152 strptr += len; in sid_to_key_str()
156 len = sprintf(strptr, "-%u", saval); in sid_to_key_str()
157 strptr += len; in sid_to_key_str()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c3511 u32 curval1, curval2, stpptr, curptr, strptr, val; in wlc_lcnphy_samp_cap() local
3556 strptr = 0x7E00; in wlc_lcnphy_samp_cap()
3557 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr); in wlc_lcnphy_samp_cap()
3558 while (strptr < 0x8000) { in wlc_lcnphy_samp_cap()
3569 ptr[(strptr - 0x7E00) / 4] = real; in wlc_lcnphy_samp_cap()
3571 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap()
3575 strptr = 0x8000; in wlc_lcnphy_samp_cap()
3580 strptr += 4; in wlc_lcnphy_samp_cap()