Searched refs:strptr (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | cifsacl.c | 122 	char *sidstr, *strptr;  in sid_to_key_str()  local 132 	strptr = sidstr;  in sid_to_key_str() 133 	len = sprintf(strptr, "%cs:S-%hhu", type == SIDOWNER ? 'o' : 'g',  in sid_to_key_str() 135 	strptr += len;  in sid_to_key_str() 150 		len = sprintf(strptr, "-%llu", id_auth_val);  in sid_to_key_str() 152 		len = sprintf(strptr, "-0x%llx", id_auth_val);  in sid_to_key_str() 154 	strptr += len;  in sid_to_key_str() 158 		len = sprintf(strptr, "-%u", saval);  in sid_to_key_str() 159 		strptr += len;  in sid_to_key_str()
  | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ | 
| D | phy_lcn.c | 3570 	u32 curval1, curval2, stpptr, curptr, strptr, val;  in wlc_lcnphy_samp_cap()  local 3615 	strptr = 0x7E00;  in wlc_lcnphy_samp_cap() 3616 	bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr);  in wlc_lcnphy_samp_cap() 3617 	while (strptr < 0x8000) {  in wlc_lcnphy_samp_cap() 3628 			ptr[(strptr - 0x7E00) / 4] = real;  in wlc_lcnphy_samp_cap() 3630 			ptr[(strptr - 0x7E00) / 4] = imag;  in wlc_lcnphy_samp_cap() 3634 				strptr = 0x8000;  in wlc_lcnphy_samp_cap() 3639 		strptr += 4;  in wlc_lcnphy_samp_cap()
  |