Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cifs/
Dcifsacl.c111 char *strptr; in sid_rb_insert() local
135 strptr = (*psidid)->sidstr + strlen((*psidid)->sidstr); in sid_rb_insert()
136 sprintf(strptr, "%ld", cid); in sid_rb_insert()
203 char *strptr; in sid_to_str() local
205 strptr = sidstr; in sid_to_str()
207 sprintf(strptr, "%s", "S"); in sid_to_str()
208 strptr = sidstr + strlen(sidstr); in sid_to_str()
210 sprintf(strptr, "-%d", sidptr->revision); in sid_to_str()
211 strptr = sidstr + strlen(sidstr); in sid_to_str()
215 sprintf(strptr, "-%d", sidptr->authority[i]); in sid_to_str()
[all …]
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c3528 u32 curval1, curval2, stpptr, curptr, strptr, val; in wlc_lcnphy_samp_cap() local
3573 strptr = 0x7E00; in wlc_lcnphy_samp_cap()
3574 bcma_write32(pi->d11core, D11REGOFFS(tplatewrptr), strptr); in wlc_lcnphy_samp_cap()
3575 while (strptr < 0x8000) { in wlc_lcnphy_samp_cap()
3586 ptr[(strptr - 0x7E00) / 4] = real; in wlc_lcnphy_samp_cap()
3588 ptr[(strptr - 0x7E00) / 4] = imag; in wlc_lcnphy_samp_cap()
3592 strptr = 0x8000; in wlc_lcnphy_samp_cap()
3597 strptr += 4; in wlc_lcnphy_samp_cap()