attrib_value       75 source3/modules/vfs_tsmsm.c 	const char *attrib_value;
attrib_value      116 source3/modules/vfs_tsmsm.c 	tsmd->attrib_value = lp_parm_talloc_string(SNUM(handle->conn), "tsmsm", 
attrib_value      118 source3/modules/vfs_tsmsm.c 	talloc_steal(tsmd, tsmd->attrib_value);
attrib_value      190 source3/modules/vfs_tsmsm.c 	if (tsmd->attrib_value != NULL) {
attrib_value      191 source3/modules/vfs_tsmsm.c 		buflen = strlen(tsmd->attrib_value);
attrib_value      225 source3/modules/vfs_tsmsm.c 	if (tsmd->attrib_value != NULL) {
attrib_value      227 source3/modules/vfs_tsmsm.c 			    memcmp(buf, tsmd->attrib_value, buflen) == 0);