Searched refs:sptr (Results 1 – 8 of 8) sorted by relevance
195 char *sptr = pathP; in inv_init_sysfs_attributes() local197 if (sptr == NULL) in inv_init_sysfs_attributes()201 *dptr++ = sptr; in inv_init_sysfs_attributes()202 memset(sptr, 0, sizeof(sptr)); in inv_init_sysfs_attributes()203 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
338 char *sptr; in inv_init_sysfs_attributes() local344 sptr = pathP; in inv_init_sysfs_attributes()346 if (sptr == NULL) in inv_init_sysfs_attributes()353 *dptr++ = sptr; in inv_init_sysfs_attributes()354 memset(sptr, 0, sizeof(sptr)); in inv_init_sysfs_attributes()355 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
504 char *sptr; in inv_init_sysfs_attributes() local511 sptr = pathP; in inv_init_sysfs_attributes()513 if (sptr == NULL) in inv_init_sysfs_attributes()517 *dptr++ = sptr; in inv_init_sysfs_attributes()518 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
4714 char *sptr; in inv_init_sysfs_attributes() local4722 sptr = sysfs_names_ptr; in inv_init_sysfs_attributes()4723 if (sptr != NULL) { in inv_init_sysfs_attributes()4726 *dptr++ = sptr; in inv_init_sysfs_attributes()4727 memset(sptr, 0, sizeof(sptr)); in inv_init_sysfs_attributes()4728 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
336 char *sptr; in inv_init_sysfs_attributes() local342 sptr = pathP; in inv_init_sysfs_attributes()344 if (sptr == NULL) in inv_init_sysfs_attributes()348 *dptr++ = sptr; in inv_init_sysfs_attributes()349 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
2680 char *sptr; in inv_init_sysfs_attributes() local2686 sptr = sysfs_names_ptr; in inv_init_sysfs_attributes()2687 if (sptr == NULL) { in inv_init_sysfs_attributes()2695 *dptr++ = sptr; in inv_init_sysfs_attributes()2696 sptr += sizeof(char[MAX_SYSFS_NAME_LEN]); in inv_init_sysfs_attributes()
327 char *sptr; in update_ctrl_interface() local368 if ((sptr = strstr(pbuf, "ctrl_interface="))) { in update_ctrl_interface()372 char *iptr = sptr + strlen("ctrl_interface="); in update_ctrl_interface()
1048 char *sptr; in dhd_membytes() local1079 sptr = argv[2]; in dhd_membytes()1095 *ptr++ = *sptr++; in dhd_membytes()1096 if (sptr >= (argv[2] + patlen)) in dhd_membytes()1097 sptr = argv[2]; in dhd_membytes()